Skip to content

Commit

Permalink
v0.8.18
Browse files Browse the repository at this point in the history
  • Loading branch information
kohei-takata committed Dec 3, 2017
1 parent fa43abc commit fcfdb86
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
4 changes: 2 additions & 2 deletions auto_updater.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"url": "https://github.com/BoostIO/boost-releases/releases/download/v0.8.17/Boostnote-mac.zip",
"name": "v0.8.17"
"url": "https://github.com/BoostIO/boost-releases/releases/download/v0.8.18/Boostnote-mac.zip",
"name": "v0.8.18"
}
23 changes: 23 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,29 @@

## Changelog

## 0.8.18(2017/12/03)
Features
- Fix note title https://github.com/BoostIO/Boostnote/pull/398
- store correct window size on Linux https://github.com/BoostIO/Boostnote/pull/1144
- Feature multiselect notes delete and move to another folder https://github.com/BoostIO/Boostnote/pull/1070
- fix anykey can close the initmodal window issue https://github.com/BoostIO/Boostnote/pull/1176
- Fix Margin at Note Detail https://github.com/BoostIO/Boostnote/pull/1179
- SideNavItem: add background when hover https://github.com/BoostIO/Boostnote/pull/1180
- Fix layout at initial modal https://github.com/BoostIO/Boostnote/pull/1197
- confirm tag at onBlur event https://github.com/BoostIO/Boostnote/pull/1211
- Correction Notification top-left https://github.com/BoostIO/Boostnote/pull/1212
- Add newsletter link to preference modal https://github.com/BoostIO/Boostnote/pull/1226

Bug fix
- Fix surrogate pairs garbling on folded SideNav https://github.com/BoostIO/Boostnote/pull/1184
- Fix folded layout https://github.com/BoostIO/Boostnote/pull/1202
- Fixbug react code mirror https://github.com/BoostIO/Boostnote/pull/1218
- Fix finder layout https://github.com/BoostIO/Boostnote/pull/1225

Dev
- React.PropTypes is deprecated from React 15.5 https://github.com/BoostIO/Boostnote/pull/1113
- fixed eslint warnings https://github.com/BoostIO/Boostnote/pull/1170

## 0.8.17(2017/11/25)

# Feature
Expand Down

0 comments on commit fcfdb86

Please sign in to comment.