Skip to content

Latest commit

 

History

History
365 lines (196 loc) · 13.1 KB

changelog.md

File metadata and controls

365 lines (196 loc) · 13.1 KB

0.8.8 (2015-11-22)

  • Update release build process

0.8.7 (2015-11-22)

  • Update release build process

0.8.6 (2015-11-22)

  • Update release build process

0.8.5 (2015-11-22)

  • Update release build process

0.8.4 (2015-11-22)

  • Update electron
  • Update dependencies (without babel)

0.8.3 (2015-11-08)

  • Update logo
  • Update electron
  • Update dependencies (without babel)

0.8.2 (2015-11-04)

  • Show lyrictenor/example-issues for non log in user.

0.8.1 (2015-11-03)

  • Support left navigation.

Features

  • menu: enable page change (6d9ef48)

0.8.0 (2015-11-03)

  • Update react to v0.14.

0.7.1 (2015-11-03)

  • Fix bugs.
  • Update dependencies.

0.7.0 (2015-11-02)

  • Refactor reducer.

Features

0.6.3 (2015-11-01)

  • Retry release

0.6.2 (2015-11-01)

  • Update app icon

0.6.1 (2015-10-29)

  • Add loading indicator

0.6.0 (2015-10-29)

  • Breaking change: add database suffix

Features

  • database: rename database (be322f0)

0.5.8 (2015-10-26)

  • Update dependencies

0.5.7 (2015-10-23)

Features

  • autopilot: add force unlock button on debug page (d9e7452)

0.5.6 (2015-10-22)

  • Update dependencies

0.5.5 (2015-10-20)

  • Fix material-ui version

0.5.4 (2015-10-18)

  • Add resources

0.5.3 (2015-10-18)

  • Update electron

0.5.2 (2015-10-18)

  • Support autopilot!

Features

  • autopilot: implement autopilot (ec11907)

0.5.1 (2015-10-17)

Bug Fixes

  • autopilot: prevent autopilot many times (89907e2)

0.5.0 (2015-10-16)

  • Breaking change: change column interval -> autopilotInterval
  • Add enableAutopilot checkbox
  • Update storyUpdatedAt and autopilotedAt
  • Lock by autopiloting
  • Show storyUpdatedAt and autopilotedAt

Bug Fixes

  • config: not force to set autopilotedAt (175b97b)
  • setting: material-ui's Checkbox does not work with redux-form (708d66c)

Features

  • autopilot: add storyUpdatedAt for indexeddb and store (7099e74)
  • autopilot: change column interval -> autopilotInterval (d54101b)
  • autopilot: check autopiloting (134e2ef)
  • autopilot: enable autopilot state (590095b)
  • autopilot: show storyUpdatedAt (b720916)
  • autopilot: update story updated at (c257438)

0.4.1 (2015-10-16)

  • Update electron version

0.4.0 (2015-10-15)

  • Split settings into configs and appGlobal
  • Remove setting reducer
  • Breaking change: change indexeddb structure

Features

  • appGlobal: use appGlobal instead of setting (1503f78)
  • config: use config instead of setting (ce986a9)
  • configs: add configs (822d687)
  • configs: treat dateish string as date (669566d)

0.3.2 (2015-10-14)

  • Use material-ui

0.3.1 (2015-10-11)

  • Update electron version

0.3.0 (2015-10-11)

  • Use redux-form instead of formsy-react

Features

  • setting: implement with redux form (c905c1e)
  • setting: update api endpoint (3685bf8)
  • setting: update views (3a42aef)
  • setting: view update web endpoint (c7c12c1)

0.2.0 (2015-10-09)

  • Use indexeddb instead of localstorage

Features

  • setting: use indexeddb instead of localstorage (8446d8a)
  • setting: use promise (c50c968)
  • settings: use promise (c5c1c9e)
  • settings: use storage data always (83d5251)

0.1.8 (2015-10-06)

Features

  • merge: merge implementation (f029c33)

0.1.7 (2015-10-06)

  • Fix deploying nodejs version

0.1.6 (2015-10-04)

  • Update dependencies

Features

  • story: implement close story (3c4b498)
  • story: reopen issue (f846946)

0.1.5 (2015-09-17)

  • Update dependencies

0.1.4 (2015-09-15)

  • Reload issue
  • Update electron to v0.32.3

Features

0.1.3 (2015-09-01)

Features

  • story: add merge button (b434913)

0.1.2 (2015-08-31)

  • Update token rule

0.1.1 (2015-08-30)

Bug Fixes

Features

  • app: use redux (0a01495)
  • autopilot: trigger autopilot (0604f1e)
  • connector: use Connector instead of @connect (37e6bb2)
  • debug: reset storage button in debug (872385f)
  • devtools: use redux-devtools (9a6f8e4)
  • interval: interval for autopilot (c3606b0)
  • menubar: use menubar and menubar-debug(electron-debug) (effa97d)
  • react-redux: use react-redux style connect (231d76a)
  • router: add props to routing element (1564c65)
  • router: use redux-react-router (e36f65b)
  • router: use router (33662c0)
  • setting: actually update action (9dcb6b8)
  • setting: add setting (7a00a25)
  • setting: prevent casual copy (36292bc)
  • setting: prevent casual copy about token (e53c447)
  • setting: save setting as async (71a8a37)
  • storage: use local storage (4c557bd)
  • story: add link to html (549205f)
  • story: fetch stories (ddee078)

0.1.0 (2015-07-25)

  • Build webpack boilerplate