hyper/HISTORY.md

98 lines
3.3 KiB
Markdown
Raw Normal View History

2016-07-01 17:18:22 -08:00
2016-07-16 11:16:55 -08:00
0.5.0 / 2016-07-16
==================
* plugins: improve error handling and introduce `getDecoratedConfig` [@rauchg]
* index: notify renderer of plugins changes to reload config [@rauchg]
* index: allow plugin authors to change electron window settings [@rauchg]
* index: expose `config` and `plugins` to plugin authors in electron process [@rauchg]
* app: preserve class names with uglification [@rauchg]
* config: reload config upon `plugins change` due to decorati [@rauchg]
* app: expose `plugins` and `config` to window [@rauchg]
* allow plugin authors to override styles by ditching !important [@rauchg]
2016-07-14 15:41:43 -08:00
0.4.5 / 2016-07-14
==================
* performance improvements for url matching [@rauchg]
* improve repaint performance for writes to the term [@rauchg]
* fix issue with perf degradation related to title polling [@rauchg]
* fix resizing when only one axis changed [@rauchg]
2016-07-14 08:26:17 -08:00
0.4.4 / 2016-07-14
==================
* plugins: more graceful npm error
2016-07-14 07:46:23 -08:00
0.4.3 / 2016-07-14
==================
* terms: improve write performance
* remove unused import
2016-07-13 22:43:49 -08:00
0.4.2 / 2016-07-13
==================
* fix close icon by copying static assets to build [@rauchg]
2016-07-13 22:05:27 -08:00
0.4.1 / 2016-07-13
==================
* noop bump to test updates
2016-07-13 21:42:25 -08:00
0.4.0 / 2016-07-13
==================
* implement extensible redux actions system [@rauchg]
* add support for config (~/.hyperterm.js) [@rauchg, @nfcampos]
* add support for plugins (~/.hyperterm_modules) [@rauchg]
* improve menubar look [@leo, @rauchg]
* beautiful default colors [@hharnisc, @dzannotti]
* add close icon for tabs [@johanbrook]
* add support for font size shortcuts [@jhaynie, @nfcampos]
* add support for maximizing upon double click [@jhaynie]
* add fallback fonts for linux and windows [@olliv]
* improve menu items [@rauchg, @sindresorhus]
* add proper auto updates system [@matiastucci, @rauchg]
2016-07-04 20:01:02 -08:00
0.3.1 / 2016-07-04
==================
* implement most recent hterm with lots of bugfixes [@dbkaplun, @rauchg]
2016-07-04 19:44:24 -08:00
0.3.0 / 2016-07-04
==================
* revamp the menu to be a lot more standard (#38) [@rauchg]
* move menu into its own file and refactor [@rauchg]
* add static icon, move icons to static folder [@rauchg]
* add cross-platform font family settings (#26) [@OlliV, @rauchg]
* remove `xterm.css` (no longer used, smaller build!) [@rauchg]
* change font size with command shortcuts (#34) [@jhaynie]
* implement a more reasonable update interval check frequency (#33) [@rauchg]
* add standard behavior when you double click window (#32) [@jhaynie]
2016-07-03 14:14:48 -08:00
0.2.1 / 2016-07-03
==================
* improvements to update checker
2016-07-03 13:21:56 -08:00
0.2.0 / 2016-07-03
==================
* Implement hterm (#28) [@rauchg]
* Fix "Download" link being clickable when hidden (#7) [@rauchg]
2016-07-16 17:26:45 -08:00
* Jump to beginning of end at edges of tabs when moving sideways (#22) [@rauchg]
2016-07-03 13:21:56 -08:00
* Make clear where to run `npm start` (#19) [@montogeek]
* Add fullscreen menu item (#1) [@rauchg, @montogeek]
* Improve README and scripts (#15) [@leo]
* Add support for cmd+shift+[|] [@rauchg]
* Add dev build instructions to README (#3) [@rauchg]
* Make `ctrl+c` close <webview> instead of `cmd+w` (#2) [@rauchg]
* Improve `zip` builds to not include nested directory [@rauchg]
2016-07-01 17:18:22 -08:00
0.1.0 / 2016-07-01
==================
* initial release