Skip to content

Latest commit

 

History

History
181 lines (155 loc) · 18.5 KB

CHANGELOG.md

File metadata and controls

181 lines (155 loc) · 18.5 KB

EyeAreSee ChangeLog

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 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: eyearesee-client@1.5.1 (Evan Lucas)
  • [c88b37974e] - deps: eyearesee-client@1.5.0 (Evan Lucas)

2016-04-05 v0.4.1 Release, @evanlucas

  • [0a2f89f0b2] - deps: chalk@1.1.3 (Evan Lucas)
  • [f367832441] - script: add do-release script (Evan Lucas)
  • [919530caf5] - view: update view when removing query (Evan Lucas)

2016-04-04 v0.4.0 Release, @evanlucas

  • [046d05816e] - deps: semver@5.1.0 (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)

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)

2016-04-03 v0.2.1 Release, @evanlucas

  • [8dfca48e6e] - Add CHANGELOG (Evan Lucas)
  • [742412e125] - desktop: move menus into config files and cleanup (Evan Lucas)

2016-04-01 v0.2.0 Release, @evanlucas

  • [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: eyearesee-client@1.4.1 (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)

2016-03-31 v0.1.7 Release, @evanlucas

  • [74c8fee5e5] - deps: eyearesee-client@1.4.0 (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)

2016-03-31 v0.1.6 Release, @evanlucas

  • [6e49074296] - app: replace lib/logger.js with daily-file-writer (Evan Lucas)
  • [00f32d7c7d] - deps: daily-file-writer@1.0.0 (Evan Lucas)
  • [3bfa0718d6] - deps: eyearesee-client@1.3.6 (Evan Lucas)
  • [8c64ddce53] - deps: eyearesee-client@1.3.5 (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)

2016-03-29 v0.1.5 Release, @evanlucas

  • [2afc846099] - app: fix formatting of part/join messages (Evan Lucas)
  • [e593d7725b] - deps: eyearesee-client@1.3.4 (Evan Lucas)
  • [b49751e089] - handle-input: add support for the quit message (Evan Lucas)

2016-03-29 v0.1.4 Release, @evanlucas

  • [ab3502a968] - remove coverage on make clean (Evan Lucas)
  • [e93aa2a2b2] - Update README (Evan Lucas)
  • [91c1a22f52] - Add input notes to settings (Evan Lucas)
  • [5e141fa07a] - client: make commandbar a little taller (Evan Lucas)
  • [954675a734] - deps: eyearesee-client@1.3.2 (Evan Lucas)
  • [f085bde859] - form: make checkbox look better (Evan Lucas)
  • [7d35b836d4] - settings: add ability to reload themes (Evan Lucas)
  • [48db27e2f9] - test: fix login tests (Evan Lucas)
  • [c584425aa8] - views: blur show-hide-button on click (Evan Lucas)

2016-03-26 v0.1.3 Release, @evanlucas

  • [a9cb2db99d] - add settings view, theming support, and loading view (Evan Lucas)
  • [53ccd4eb01] - Add /list command (Evan Lucas)
  • [6747a0f9b0] - move some logic into lib/app.js (Evan Lucas)
  • [1ee54c5817] - disallow + as a channel prefix (Evan Lucas)
  • [e94f094b8b] - update LICENSE (Evan Lucas)
  • [fc2e8468c6] - Makefile: add build-css target (Evan Lucas)
  • [38af962757] - README: add theme note to readme (Evan Lucas)
  • [7e119b66e9] - app: add back notifications (Evan Lucas)
  • [3a23a47a7b] - app: add notification handler (Evan Lucas)
  • [c003c85f57] - app: remove pesky debug log message (Evan Lucas)
  • [ac139a35fe] - app: switch to using eyearesee-client (Evan Lucas)
  • [2551e541d6] - app: add internal notifications (Evan Lucas)
  • [508beb3038] - app: add getActiveConnection method (Evan Lucas)
  • [2f2494bbaa] - app: use env vars for the resources directory (Evan Lucas)
  • [e471c0dc46] - app: add custom styles element (Evan Lucas)
  • [12f9120ef1] - badges: fix badge margin when selected (Evan Lucas)
  • [cb5bc838ed] - channel: show part arrow in channel events (Evan Lucas)
  • [26a2f5bb46] - channel: show who changed the topic (Evan Lucas)
  • [0f33afc73d] - channel: allow showing/hiding the user bar in a channel (Evan Lucas)
  • [a68451095a] - channel: add getConnection method (Evan Lucas)
  • [12cfa5ad5f] - channel: add render function (Evan Lucas)
  • [55a8bc0d76] - client: fix joined/not joined channel status (Evan Lucas)
  • [9177b0fa77] - client: general updates to make things better (Evan Lucas)
  • [240c9eaac2] - client: change up the input elements look a little bit (Evan Lucas)
  • [ee2fd091c5] - command-manager: add ability to define aliases (Evan Lucas)
  • [f58d77501e] - commands: add invite handlers (Evan Lucas)
  • [528fa3ec0a] - deps: include delegate-dom in dependencies (Evan Lucas)
  • [baab2aad02] - deps: eyearesee-client@1.3.1 (Evan Lucas)
  • [c47989ac86] - deps: electron-prebuilt@0.37.2 (Evan Lucas)
  • [1642dafb94] - deps: eyearesee-client@1.2.1 (Evan Lucas)
  • [2a3c3317bb] - deps: map-util@2.1.1 (Evan Lucas)
  • [12fb693c58] - deps: eyearesee-client@1.2.0 (Evan Lucas)
  • [8961381996] - deps: bundle delegate-dom (Evan Lucas)
  • [04c7c07fe5] - deps: eyearesee-client@1.0.0 (Evan Lucas)
  • [0f90d8b9ce] - doc: Update README (Evan Lucas)
  • [fc427b61d5] - gitignore: ignore public/css/dusk.css (Evan Lucas)
  • [8696350d4f] - handle-input: pass default as the part message if one is not passed (Evan Lucas)
  • [312d3243cf] - handle-input: handle /me command (Evan Lucas)
  • [b3e1e45f52] - handlers:part: fix part bug (Evan Lucas)
  • [5b643d2424] - input: add support for the mode command (Evan Lucas)
  • [dcd7f70741] - lib: add badge component (Evan Lucas)
  • [327c85e1e3] - lib: move themes stuff to themes dir (Evan Lucas)
  • [0e44efbb1b] - lib: move command-manager and command to commands dir (Evan Lucas)
  • [018d533984] - lib: remove validators (Evan Lucas)
  • [c70ce6f854] - lint: switch to using lintit (Evan Lucas)
  • [ec10572030] - list-window: remove unneeded logging (Evan Lucas)
  • [8220aefc17] - login: cleanup style a little (Evan Lucas)
  • [7dcf70efc5] - package: set EYEARESEE_HOME env var (Evan Lucas)
  • [572bb63e30] - router: emit route and routed events (Evan Lucas)
  • [b4daf31666] - script: use dusk.css instead of style.css (Evan Lucas)
  • [4cdd096f7a] - settings: add playSounds setting (Evan Lucas)
  • [a2904fca22] - settings: add getConnection method (Evan Lucas)
  • [f526cd5d5f] - style: fix about alignment (Evan Lucas)
  • [fe2cc1704d] - style: cleanup in preparation of custom themes (Evan Lucas)
  • [f6ebda149d] - styles: remove unneeded logging (Evan Lucas)
  • [3357536e4b] - styles: actually add/remove the element (Evan Lucas)
  • [a7ab092cad] - styles: remove extra logging (Evan Lucas)
  • [15d1df5f8c] - test: add more tests for serverbar view (Evan Lucas)
  • [e60f611f95] - test: add userbar view tests (Evan Lucas)
  • [59af7568ab] - test: fix input test (Evan Lucas)
  • [230a9bee7b] - test: add tests for console message model (Evan Lucas)
  • [1971ef2b56] - test: add more tests for message model (Evan Lucas)
  • [e613bd5971] - test: add more utils.formatNameForType tests (Evan Lucas)
  • [7a9e85ff4d] - test: add tests for irc (Evan Lucas)
  • [df9e493181] - test: add tests for About view (Evan Lucas)
  • [c9b6806af5] - test: add test for Events.nameForCode (Evan Lucas)
  • [53a740be1d] - test: add more tests for channel model (Evan Lucas)
  • [c704d527d6] - test: add tests for ShowHideButton component (Evan Lucas)
  • [eee5575ae5] - test: add tests for command-manager (Evan Lucas)
  • [bcd0c1a2bd] - utils: add space in join/part messages (Evan Lucas)
  • [9c8f7d1249] - variables: make sidebar a bit wider by default (Evan Lucas)
  • [ff52c8191a] - view: change #commandbar to irc-command-bar (Evan Lucas)
  • [d7f71276ad] - views: fix id of message sound element (Evan Lucas)

2016-03-16 v0.1.1 Release, @evanlucas

Initial Release