Releases: evanlucas/eyearesee
Releases · evanlucas/eyearesee
2017-11-02 v0.5.0 Release, @evanlucas
2017-11-02 v0.5.0 Release, Evan Lucas
- [
f10b3e4e88
] - app: update electron to latest (Evan Lucas) - [
3423b20b43
] - app: switch to no titlebar (Evan Lucas) - [
164b6393dd
] - client: improve drag regions (Evan Lucas) - [
5c04a5445c
] - doc: update README with valid steps to run locally (Evan Lucas) - [
58e031a64f
] - gitignore: ignore /dist, not /build (Evan Lucas) - [
34240525f6
] - index: add electron-window-state to manage window state (Evan Lucas) - [
db3bf32c5c
] - index,app: remove harmony switch (Evan Lucas) - [
2bca47547f
] - node_modules: do not checkin delegate-don anymore (Evan Lucas) - [
97a4bf1b8d
] - node_modules: fixup delegate-dom (Evan Lucas) - [
cd692c7c9e
] - package: bump to latest electron (Evan Lucas) - [
2fd913f7e3
] - script: fix commit message in release script (Evan Lucas) - [
26c8fb2071
] - utils: support italics as well as bold (Evan Lucas)
2016-05-18 Version 0.4.2 (Stable) Release
2016-05-18 v0.4.2 Release, @evanlucas
- [
3cd39bfe73
] - app: add auto scroll logic (Evan Lucas) - [
8e9d1f4152
] - connection-settings: add auto join option to settings (Evan Lucas) - [
f876ebda0b
] - deps: [email protected] (Evan Lucas) - [
c88b37974e
] - deps: [email protected] (Evan Lucas)
v0.4.1
2016-04-05 v0.4.1 Release, Evan Lucas
- [
0a2f89f0b2
] - deps: [email protected] (Evan Lucas) - [
f367832441
] - script: add do-release script (Evan Lucas) - [
919530caf5
] - view: update view when removing query (Evan Lucas)
v0.4.0
2016-04-04 v0.4.0 Release, @evanlucas
- [
046d05816e
] - deps: [email protected] (Evan Lucas) - [
4f5a387ffc
] - eyearesee: show dev tools if DEV_MODE env var exists (Evan Lucas) - [
8d16a536b2
] - script: add script to generate the commit title for releases (Evan Lucas) - [
fbb063173e
] - test: make sure we run all test files through tap (Evan Lucas) - [
dac71d7df3
] - test: add test for setting-theme component (Evan Lucas) - [
95144a234a
] - views: separate out the setting components (Evan Lucas)
v0.3.0
2016-04-03 v0.3.0 Release, @evanlucas
- [
5f4ac6bc9c
] - app: add option to inline images automatically (Evan Lucas) - [
b98b56d344
] - menu: add devtools accelerator for darwin (Evan Lucas)
v0.2.1
2016-04-03 v0.2.1 Release, @evanlucas
- [
8dfca48e6e
] - Add CHANGELOG (Evan Lucas) - [
742412e125
] - desktop: move menus into config files and cleanup (Evan Lucas)
v0.2.0
- [
c70f1b190a
] - app: fix undefined reference to logger (Evan Lucas) - [
db435a8a53
] - app: add handler for internal-urls (Evan Lucas) - [
49f1410c64
] - app: fix setting scrollTop (Evan Lucas) - [
945ef733da
] - app: don't calculate scrollTop anymore (Evan Lucas) - [
3e8dfa6294
] - app: add ability to change color of your nick (Evan Lucas) - [
9e5b1f0e6a
] - deps: [email protected] (Evan Lucas)- Fixed a bug with PART messages not being handled properly.
- [
82b9634200
] - lib: replace ShowHideButton with shortcut (Evan Lucas) - [
217c00aafc
] - utils: remove unnecessary logging (Evan Lucas) - [
0974c45d65
] - view: only autoscroll if at bottom of container (Evan Lucas) - [
313db24167
] - views: modularize setting components (Evan Lucas)
v0.1.7
- [
74c8fee5e5
] - deps: [email protected] (Evan Lucas)- Add reconnect logic
- [
c4d3c54b03
] - lib: fixup lint issues and add pretest hook to run lint (Evan Lucas) - [
15636cf5eb
] - test: add linker tests (Evan Lucas) - [
c76d957c96
] - test: add more utils tests (Evan Lucas) - [
826cdfab05
] - test: add test for connection view (Evan Lucas)
v0.1.6
- [
6e49074296
] - app: replace lib/logger.js with daily-file-writer (Evan Lucas) - [
00f32d7c7d
] - deps: [email protected] (Evan Lucas) - [
3bfa0718d6
] - deps: [email protected] (Evan Lucas) - [
8c64ddce53
] - deps: [email protected] (Evan Lucas) - [
c7c8c8de8b
] - desktop: add new shortcut keys for showing/hiding the userbar (Evan Lucas) - [
da88da76ea
] - input: fix tab issue (Evan Lucas) - [
9ad201bd20
] - logger: don't change file path until after closed (Evan Lucas) - [
2ad7480fce
] - style: make nickname colors more pleasant (Evan Lucas) - [
c627100637
] - views: call correct partAndDestroy on removing a query (Evan Lucas)