Skip to content

Commit

Permalink
v0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Rokt33r committed Feb 25, 2018
1 parent 333c044 commit 6dda1c1
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 3 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.9.0/Boostnote-mac.zip",
"name": "v0.9.0"
"url": "https://github.com/BoostIO/boost-releases/releases/download/v0.10.0/Boostnote-mac.zip",
"name": "v0.10.0"
}
30 changes: 29 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,34 @@

## Changelog

## 0.10.0(2018/2/25)

Features

- Export note with local assets. https://github.com/BoostIO/Boostnote/pull/1306
- Fetch title of the given url automatically. https://github.com/BoostIO/Boostnote/pull/1509
- Sync scroll positions of split editor. https://github.com/BoostIO/Boostnote/pull/1521
- Highlight global serch matches on code editor. https://github.com/BoostIO/Boostnote/pull/1524
- Keep selection synced if the selected note is still visible. https://github.com/BoostIO/Boostnote/pull/1528
- Display filename in codeblock. https://github.com/BoostIO/Boostnote/pull/1533
- Add tooltip to some buttons. https://github.com/BoostIO/Boostnote/pull/1539
- Add option to switch preview with double click. https://github.com/BoostIO/Boostnote/pull/1543
- Make pinning note available on `All Notes` view. https://github.com/BoostIO/Boostnote/pull/1544
- Improve UX of restoring note. https://github.com/BoostIO/Boostnote/pull/1549/files
- Display storage name or folder name to note items. https://github.com/BoostIO/Boostnote/pull/1556
- Add option to empty trash. https://github.com/BoostIO/Boostnote/pull/1558
- Add note counts to tags view. https://github.com/BoostIO/Boostnote/pull/1559

Bug fixes

- Fix permanently deleting note. https://github.com/BoostIO/Boostnote/pull/1483
- Fix wrong behavior of the editor when handling todo list items. https://github.com/BoostIO/Boostnote/pull/1502
- Fix note count which including trashed notes. https://github.com/BoostIO/Boostnote/pull/1527
- Fix typo in UI. https://github.com/BoostIO/Boostnote/pull/1501
- Fix bad styling of todo list. https://github.com/BoostIO/Boostnote/pull/1531
- Fix ToggleMode button overlapping. https://github.com/BoostIO/Boostnote/pull/1567
- Fix memory lickage when searching notes. https://github.com/BoostIO/Boostnote/pull/1570

## 0.9.0(2018/2/4)

Features
Expand All @@ -24,7 +52,7 @@ Features
- Allow preview area to scroll past end of file #1480
- Remove leading # when creating tag #1481

Bug / Fixes
Bug fixes

- Fix info right buttons layout #1453
- Fix the editor lock button layout #1464
Expand Down

0 comments on commit 6dda1c1

Please sign in to comment.