Releases: Automattic/simplenote-electron
Releases · Automattic/simplenote-electron
1.8.0
1.7.1
1.8.0-beta1
v1.8.0-beta1 Bump version for 1.8.0-beta1
1.7.0
1.7.0-beta1
v1.7.0-beta1 Merge branch 'develop' into release/1.7.0
v1.6.0
Features
Fixes
- Web: Reset app storage upon user email mismatch (#1213)
- Extract text manipulation helpers (#1212)
- Refactor settings state (#1216)
- Remove hacky focus manipulation in DraftJS (#1219)
- Remove unused build files (#1173)
- Keep editor in sync with selected note in NoteList (#1220)
- Fix large tag-list squashing note-list (#1227)
- Updated GitHub templates
- Updated most dependencies
- Fix Prettier Errors (#1343)
- Use md5 node module (#1308)
- Remove ajv peer dependency (#1360)
- Fix linting warning in tag-chip (#1314)
- Fix linting warning in lib/app (#1313)
- Fix linting warning in lib/auth/index (#1311)
- Docs update: Additional step in installing (#1252)
1.6.0-beta1
Features
Fixes
- Web: Reset app storage upon user email mismatch (#1213)
- Extract text manipulation helpers (#1212)
- Refactor settings state (#1216)
- Remove hacky focus manipulation in DraftJS (#1219)
- Remove unused build files (#1173)
- Keep editor in sync with selected note in NoteList (#1220)
- Fix large tag-list squashing note-list (#1227)
- Updated GitHub templates
- Updated most dependencies
- Fix Prettier Errors (#1343)
- Use md5 node module (#1308)
- Remove ajv peer dependency (#1360)
- Fix linting warning in tag-chip (#1314)
- Fix linting warning in lib/app (#1313)
- Fix linting warning in lib/auth/index (#1311)
- Docs update: Additional step in installing (#1252)
1.6.0-alpha
Features
Fixes
- Web: Reset app storage upon user email mismatch (#1213)
- Extract text manipulation helpers (#1212)
- Refactor settings state (#1216)
- Remove hacky focus manipulation in DraftJS (#1219)
- Remove unused build files (#1173)
- Keep editor in sync with selected note in NoteList (#1220)
- Fix large tag-list squashing note-list (#1227)
- Updated GitHub templates
- Updated most dependencies
- Fix Prettier Errors (#1343)
- Use md5 node module (#1308)
- Remove ajv peer dependency (#1360)
- Fix linting warning in tag-chip (#1314)
- Fix linting warning in lib/app (#1313)
- Fix linting warning in lib/auth/index (#1311)
- Docs update: Additional step in installing (#1252)
v1.5.0
Features
- Add a sync indicator in the Navigation Bar that shows the last synced time, as well as a list of unsynced notes when edits are made while disconnected from the server #1201
Fixes
- Fix issue where in short or empty notes, the clickable area did not expand to the height of the editor #1199
- Fix a Dark Mode color glitch in the Note List on Ubuntu #1202
- Change the Insert Checklist shortcut to Ctrl+Shift+C (Cmd+Shift+C on macOS) to avoid a conflict with Polish keyboards #1210
- Tweak the dropzone color to preserve the dashed border in Light Mode #1211
- Remove unneeded border when printing #1206
- Fix wrong icon in the “Check for Updates” dialog on Linux #1172
- Fix CJK-related text duplication bugs after a tab character #1172
- Make “Select All” work in the Markdown Preview #1172