-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
134 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,134 @@ | ||
# EyeAreSee ChangeLog | ||
|
||
# 2016-04-01 v0.2.0 Release, @evanlucas | ||
|
||
* [[`c70f1b190a`](https://github.com/evanlucas/eyearesee/commit/c70f1b190a)] - **app**: fix undefined reference to logger (Evan Lucas) | ||
* [[`db435a8a53`](https://github.com/evanlucas/eyearesee/commit/db435a8a53)] - **app**: add handler for internal-urls (Evan Lucas) | ||
* [[`49f1410c64`](https://github.com/evanlucas/eyearesee/commit/49f1410c64)] - **app**: fix setting scrollTop (Evan Lucas) | ||
* [[`945ef733da`](https://github.com/evanlucas/eyearesee/commit/945ef733da)] - **app**: don't calculate scrollTop anymore (Evan Lucas) | ||
* [[`3e8dfa6294`](https://github.com/evanlucas/eyearesee/commit/3e8dfa6294)] - **app**: add ability to change color of your nick (Evan Lucas) | ||
* [[`9e5b1f0e6a`](https://github.com/evanlucas/eyearesee/commit/9e5b1f0e6a)] - **deps**: [email protected] (Evan Lucas) | ||
- Fixed a bug with PART messages not being handled properly. | ||
* [[`82b9634200`](https://github.com/evanlucas/eyearesee/commit/82b9634200)] - **lib**: replace ShowHideButton with shortcut (Evan Lucas) | ||
* [[`217c00aafc`](https://github.com/evanlucas/eyearesee/commit/217c00aafc)] - **utils**: remove unnecessary logging (Evan Lucas) | ||
* [[`0974c45d65`](https://github.com/evanlucas/eyearesee/commit/0974c45d65)] - **view**: only autoscroll if at bottom of container (Evan Lucas) | ||
* [[`313db24167`](https://github.com/evanlucas/eyearesee/commit/313db24167)] - **views**: modularize setting components (Evan Lucas) | ||
|
||
# 2016-03-31 v0.1.7 Release, @evanlucas | ||
|
||
* [[`74c8fee5e5`](https://github.com/evanlucas/eyearesee/commit/74c8fee5e5)] - **deps**: [email protected] (Evan Lucas) | ||
* Add reconnect logic | ||
* [[`c4d3c54b03`](https://github.com/evanlucas/eyearesee/commit/c4d3c54b03)] - **lib**: fixup lint issues and add pretest hook to run lint (Evan Lucas) | ||
* [[`15636cf5eb`](https://github.com/evanlucas/eyearesee/commit/15636cf5eb)] - **test**: add linker tests (Evan Lucas) | ||
* [[`c76d957c96`](https://github.com/evanlucas/eyearesee/commit/c76d957c96)] - **test**: add more utils tests (Evan Lucas) | ||
* [[`826cdfab05`](https://github.com/evanlucas/eyearesee/commit/826cdfab05)] - **test**: add test for connection view (Evan Lucas) | ||
|
||
# 2016-03-31 v0.1.6 Release, @evanlucas | ||
|
||
* [[`6e49074296`](https://github.com/evanlucas/eyearesee/commit/6e49074296)] - **app**: replace lib/logger.js with daily-file-writer (Evan Lucas) | ||
* [[`00f32d7c7d`](https://github.com/evanlucas/eyearesee/commit/00f32d7c7d)] - **deps**: [email protected] (Evan Lucas) | ||
* [[`3bfa0718d6`](https://github.com/evanlucas/eyearesee/commit/3bfa0718d6)] - **deps**: [email protected] (Evan Lucas) | ||
* [[`8c64ddce53`](https://github.com/evanlucas/eyearesee/commit/8c64ddce53)] - **deps**: [email protected] (Evan Lucas) | ||
* [[`c7c8c8de8b`](https://github.com/evanlucas/eyearesee/commit/c7c8c8de8b)] - **desktop**: add new shortcut keys for showing/hiding the userbar (Evan Lucas) | ||
* [[`da88da76ea`](https://github.com/evanlucas/eyearesee/commit/da88da76ea)] - **input**: fix tab issue (Evan Lucas) | ||
* [[`9ad201bd20`](https://github.com/evanlucas/eyearesee/commit/9ad201bd20)] - **logger**: don't change file path until after closed (Evan Lucas) | ||
* [[`2ad7480fce`](https://github.com/evanlucas/eyearesee/commit/2ad7480fce)] - **style**: make nickname colors more pleasant (Evan Lucas) | ||
* [[`c627100637`](https://github.com/evanlucas/eyearesee/commit/c627100637)] - **views**: call correct partAndDestroy on removing a query (Evan Lucas) | ||
|
||
# 2016-03-29 v0.1.5 Release, @evanlucas | ||
|
||
* [[`2afc846099`](https://github.com/evanlucas/eyearesee/commit/2afc846099)] - **app**: fix formatting of part/join messages (Evan Lucas) | ||
* [[`e593d7725b`](https://github.com/evanlucas/eyearesee/commit/e593d7725b)] - **deps**: [email protected] (Evan Lucas) | ||
* [[`b49751e089`](https://github.com/evanlucas/eyearesee/commit/b49751e089)] - **handle-input**: add support for the quit message (Evan Lucas) | ||
|
||
# 2016-03-29 v0.1.4 Release, @evanlucas | ||
|
||
* [[`ab3502a968`](https://github.com/evanlucas/eyearesee/commit/ab3502a968)] - remove coverage on make clean (Evan Lucas) | ||
* [[`e93aa2a2b2`](https://github.com/evanlucas/eyearesee/commit/e93aa2a2b2)] - Update README (Evan Lucas) | ||
* [[`91c1a22f52`](https://github.com/evanlucas/eyearesee/commit/91c1a22f52)] - Add input notes to settings (Evan Lucas) | ||
* [[`5e141fa07a`](https://github.com/evanlucas/eyearesee/commit/5e141fa07a)] - **client**: make commandbar a little taller (Evan Lucas) | ||
* [[`954675a734`](https://github.com/evanlucas/eyearesee/commit/954675a734)] - **deps**: [email protected] (Evan Lucas) | ||
* [[`f085bde859`](https://github.com/evanlucas/eyearesee/commit/f085bde859)] - **form**: make checkbox look better (Evan Lucas) | ||
* [[`7d35b836d4`](https://github.com/evanlucas/eyearesee/commit/7d35b836d4)] - **settings**: add ability to reload themes (Evan Lucas) | ||
* [[`48db27e2f9`](https://github.com/evanlucas/eyearesee/commit/48db27e2f9)] - **test**: fix login tests (Evan Lucas) | ||
* [[`c584425aa8`](https://github.com/evanlucas/eyearesee/commit/c584425aa8)] - **views**: blur show-hide-button on click (Evan Lucas) | ||
|
||
# 2016-03-26 v0.1.3 Release, @evanlucas | ||
|
||
* [[`a9cb2db99d`](https://github.com/evanlucas/eyearesee/commit/a9cb2db99d)] - add settings view, theming support, and loading view (Evan Lucas) | ||
* [[`53ccd4eb01`](https://github.com/evanlucas/eyearesee/commit/53ccd4eb01)] - Add /list command (Evan Lucas) | ||
* [[`6747a0f9b0`](https://github.com/evanlucas/eyearesee/commit/6747a0f9b0)] - move some logic into lib/app.js (Evan Lucas) | ||
* [[`1ee54c5817`](https://github.com/evanlucas/eyearesee/commit/1ee54c5817)] - disallow + as a channel prefix (Evan Lucas) | ||
* [[`e94f094b8b`](https://github.com/evanlucas/eyearesee/commit/e94f094b8b)] - update LICENSE (Evan Lucas) | ||
* [[`fc2e8468c6`](https://github.com/evanlucas/eyearesee/commit/fc2e8468c6)] - **Makefile**: add build-css target (Evan Lucas) | ||
* [[`38af962757`](https://github.com/evanlucas/eyearesee/commit/38af962757)] - **README**: add theme note to readme (Evan Lucas) | ||
* [[`7e119b66e9`](https://github.com/evanlucas/eyearesee/commit/7e119b66e9)] - **app**: add back notifications (Evan Lucas) | ||
* [[`3a23a47a7b`](https://github.com/evanlucas/eyearesee/commit/3a23a47a7b)] - **app**: add notification handler (Evan Lucas) | ||
* [[`c003c85f57`](https://github.com/evanlucas/eyearesee/commit/c003c85f57)] - **app**: remove pesky debug log message (Evan Lucas) | ||
* [[`ac139a35fe`](https://github.com/evanlucas/eyearesee/commit/ac139a35fe)] - **app**: switch to using eyearesee-client (Evan Lucas) | ||
* [[`2551e541d6`](https://github.com/evanlucas/eyearesee/commit/2551e541d6)] - **app**: add internal notifications (Evan Lucas) | ||
* [[`508beb3038`](https://github.com/evanlucas/eyearesee/commit/508beb3038)] - **app**: add getActiveConnection method (Evan Lucas) | ||
* [[`2f2494bbaa`](https://github.com/evanlucas/eyearesee/commit/2f2494bbaa)] - **app**: use env vars for the resources directory (Evan Lucas) | ||
* [[`e471c0dc46`](https://github.com/evanlucas/eyearesee/commit/e471c0dc46)] - **app**: add custom styles element (Evan Lucas) | ||
* [[`12f9120ef1`](https://github.com/evanlucas/eyearesee/commit/12f9120ef1)] - **badges**: fix badge margin when selected (Evan Lucas) | ||
* [[`cb5bc838ed`](https://github.com/evanlucas/eyearesee/commit/cb5bc838ed)] - **channel**: show part arrow in channel events (Evan Lucas) | ||
* [[`26a2f5bb46`](https://github.com/evanlucas/eyearesee/commit/26a2f5bb46)] - **channel**: show who changed the topic (Evan Lucas) | ||
* [[`0f33afc73d`](https://github.com/evanlucas/eyearesee/commit/0f33afc73d)] - **channel**: allow showing/hiding the user bar in a channel (Evan Lucas) | ||
* [[`a68451095a`](https://github.com/evanlucas/eyearesee/commit/a68451095a)] - **channel**: add getConnection method (Evan Lucas) | ||
* [[`12cfa5ad5f`](https://github.com/evanlucas/eyearesee/commit/12cfa5ad5f)] - **channel**: add render function (Evan Lucas) | ||
* [[`55a8bc0d76`](https://github.com/evanlucas/eyearesee/commit/55a8bc0d76)] - **client**: fix joined/not joined channel status (Evan Lucas) | ||
* [[`9177b0fa77`](https://github.com/evanlucas/eyearesee/commit/9177b0fa77)] - **client**: general updates to make things better (Evan Lucas) | ||
* [[`240c9eaac2`](https://github.com/evanlucas/eyearesee/commit/240c9eaac2)] - **client**: change up the input elements look a little bit (Evan Lucas) | ||
* [[`ee2fd091c5`](https://github.com/evanlucas/eyearesee/commit/ee2fd091c5)] - **command-manager**: add ability to define aliases (Evan Lucas) | ||
* [[`f58d77501e`](https://github.com/evanlucas/eyearesee/commit/f58d77501e)] - **commands**: add invite handlers (Evan Lucas) | ||
* [[`528fa3ec0a`](https://github.com/evanlucas/eyearesee/commit/528fa3ec0a)] - **deps**: include delegate-dom in dependencies (Evan Lucas) | ||
* [[`baab2aad02`](https://github.com/evanlucas/eyearesee/commit/baab2aad02)] - **deps**: [email protected] (Evan Lucas) | ||
* [[`c47989ac86`](https://github.com/evanlucas/eyearesee/commit/c47989ac86)] - **deps**: [email protected] (Evan Lucas) | ||
* [[`1642dafb94`](https://github.com/evanlucas/eyearesee/commit/1642dafb94)] - **deps**: [email protected] (Evan Lucas) | ||
* [[`2a3c3317bb`](https://github.com/evanlucas/eyearesee/commit/2a3c3317bb)] - **deps**: [email protected] (Evan Lucas) | ||
* [[`12fb693c58`](https://github.com/evanlucas/eyearesee/commit/12fb693c58)] - **deps**: [email protected] (Evan Lucas) | ||
* [[`8961381996`](https://github.com/evanlucas/eyearesee/commit/8961381996)] - **deps**: bundle delegate-dom (Evan Lucas) | ||
* [[`04c7c07fe5`](https://github.com/evanlucas/eyearesee/commit/04c7c07fe5)] - **deps**: [email protected] (Evan Lucas) | ||
* [[`0f90d8b9ce`](https://github.com/evanlucas/eyearesee/commit/0f90d8b9ce)] - **doc**: Update README (Evan Lucas) | ||
* [[`fc427b61d5`](https://github.com/evanlucas/eyearesee/commit/fc427b61d5)] - **gitignore**: ignore public/css/dusk.css (Evan Lucas) | ||
* [[`8696350d4f`](https://github.com/evanlucas/eyearesee/commit/8696350d4f)] - **handle-input**: pass default as the part message if one is not passed (Evan Lucas) | ||
* [[`312d3243cf`](https://github.com/evanlucas/eyearesee/commit/312d3243cf)] - **handle-input**: handle /me command (Evan Lucas) | ||
* [[`b3e1e45f52`](https://github.com/evanlucas/eyearesee/commit/b3e1e45f52)] - **handlers:part**: fix part bug (Evan Lucas) | ||
* [[`5b643d2424`](https://github.com/evanlucas/eyearesee/commit/5b643d2424)] - **input**: add support for the mode command (Evan Lucas) | ||
* [[`dcd7f70741`](https://github.com/evanlucas/eyearesee/commit/dcd7f70741)] - **lib**: add badge component (Evan Lucas) | ||
* [[`327c85e1e3`](https://github.com/evanlucas/eyearesee/commit/327c85e1e3)] - **lib**: move themes stuff to themes dir (Evan Lucas) | ||
* [[`0e44efbb1b`](https://github.com/evanlucas/eyearesee/commit/0e44efbb1b)] - **lib**: move command-manager and command to commands dir (Evan Lucas) | ||
* [[`018d533984`](https://github.com/evanlucas/eyearesee/commit/018d533984)] - **lib**: remove validators (Evan Lucas) | ||
* [[`c70ce6f854`](https://github.com/evanlucas/eyearesee/commit/c70ce6f854)] - **lint**: switch to using lintit (Evan Lucas) | ||
* [[`ec10572030`](https://github.com/evanlucas/eyearesee/commit/ec10572030)] - **list-window**: remove unneeded logging (Evan Lucas) | ||
* [[`8220aefc17`](https://github.com/evanlucas/eyearesee/commit/8220aefc17)] - **login**: cleanup style a little (Evan Lucas) | ||
* [[`7dcf70efc5`](https://github.com/evanlucas/eyearesee/commit/7dcf70efc5)] - **package**: set EYEARESEE_HOME env var (Evan Lucas) | ||
* [[`572bb63e30`](https://github.com/evanlucas/eyearesee/commit/572bb63e30)] - **router**: emit route and routed events (Evan Lucas) | ||
* [[`b4daf31666`](https://github.com/evanlucas/eyearesee/commit/b4daf31666)] - **script**: use dusk.css instead of style.css (Evan Lucas) | ||
* [[`4cdd096f7a`](https://github.com/evanlucas/eyearesee/commit/4cdd096f7a)] - **settings**: add playSounds setting (Evan Lucas) | ||
* [[`a2904fca22`](https://github.com/evanlucas/eyearesee/commit/a2904fca22)] - **settings**: add getConnection method (Evan Lucas) | ||
* [[`f526cd5d5f`](https://github.com/evanlucas/eyearesee/commit/f526cd5d5f)] - **style**: fix about alignment (Evan Lucas) | ||
* [[`fe2cc1704d`](https://github.com/evanlucas/eyearesee/commit/fe2cc1704d)] - **style**: cleanup in preparation of custom themes (Evan Lucas) | ||
* [[`f6ebda149d`](https://github.com/evanlucas/eyearesee/commit/f6ebda149d)] - **styles**: remove unneeded logging (Evan Lucas) | ||
* [[`3357536e4b`](https://github.com/evanlucas/eyearesee/commit/3357536e4b)] - **styles**: actually add/remove the element (Evan Lucas) | ||
* [[`a7ab092cad`](https://github.com/evanlucas/eyearesee/commit/a7ab092cad)] - **styles**: remove extra logging (Evan Lucas) | ||
* [[`15d1df5f8c`](https://github.com/evanlucas/eyearesee/commit/15d1df5f8c)] - **test**: add more tests for serverbar view (Evan Lucas) | ||
* [[`e60f611f95`](https://github.com/evanlucas/eyearesee/commit/e60f611f95)] - **test**: add userbar view tests (Evan Lucas) | ||
* [[`59af7568ab`](https://github.com/evanlucas/eyearesee/commit/59af7568ab)] - **test**: fix input test (Evan Lucas) | ||
* [[`230a9bee7b`](https://github.com/evanlucas/eyearesee/commit/230a9bee7b)] - **test**: add tests for console message model (Evan Lucas) | ||
* [[`1971ef2b56`](https://github.com/evanlucas/eyearesee/commit/1971ef2b56)] - **test**: add more tests for message model (Evan Lucas) | ||
* [[`e613bd5971`](https://github.com/evanlucas/eyearesee/commit/e613bd5971)] - **test**: add more utils.formatNameForType tests (Evan Lucas) | ||
* [[`7a9e85ff4d`](https://github.com/evanlucas/eyearesee/commit/7a9e85ff4d)] - **test**: add tests for irc (Evan Lucas) | ||
* [[`df9e493181`](https://github.com/evanlucas/eyearesee/commit/df9e493181)] - **test**: add tests for About view (Evan Lucas) | ||
* [[`c9b6806af5`](https://github.com/evanlucas/eyearesee/commit/c9b6806af5)] - **test**: add test for Events.nameForCode (Evan Lucas) | ||
* [[`53a740be1d`](https://github.com/evanlucas/eyearesee/commit/53a740be1d)] - **test**: add more tests for channel model (Evan Lucas) | ||
* [[`c704d527d6`](https://github.com/evanlucas/eyearesee/commit/c704d527d6)] - **test**: add tests for ShowHideButton component (Evan Lucas) | ||
* [[`eee5575ae5`](https://github.com/evanlucas/eyearesee/commit/eee5575ae5)] - **test**: add tests for command-manager (Evan Lucas) | ||
* [[`bcd0c1a2bd`](https://github.com/evanlucas/eyearesee/commit/bcd0c1a2bd)] - **utils**: add space in join/part messages (Evan Lucas) | ||
* [[`9c8f7d1249`](https://github.com/evanlucas/eyearesee/commit/9c8f7d1249)] - **variables**: make sidebar a bit wider by default (Evan Lucas) | ||
* [[`ff52c8191a`](https://github.com/evanlucas/eyearesee/commit/ff52c8191a)] - **view**: change #commandbar to irc-command-bar (Evan Lucas) | ||
* [[`d7f71276ad`](https://github.com/evanlucas/eyearesee/commit/d7f71276ad)] - **views**: fix id of message sound element (Evan Lucas) | ||
|
||
# 2016-03-16 v0.1.1 Release, @evanlucas | ||
|
||
Initial Release |