aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3e573ea76..d36e75ed9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,34 @@
1# [5.6.0-beta.1](https://github.com/getferdi/ferdi/compare/v5.5.0...v5.6.0-beta.1) (2020-06-14)
2
3### Features
4- Make the notifications badge work with LauncherAPI-compliant (#736) 💖 @gabspeck
5
6### Minor changes
7- Update node-sass to 4.14.0 for compatibility with Node 14.x (#656) 💖 @dpeukert
8- Change Keyboard shortcut tooltip text in Sidebar for Settings (#665) 💖 @sampathBlam
9- Restore "delete service" option in sidebar (#692) 💖 @sampathBlam
10- Add Google Tasks to Todo providers (#695) 💖 @dannyqiu
11- Restore window last closed maximize/fullscreen state (#733) 💖 @dannyqiu
12- Add password hashing to lock password (#694)
13- Close/open window when clicking on tray menu item (#630) 💖 @dandelionadia
14- Use Tray popUpContextMenu on macOS/Windows only (#741)
15- Setup nightly releases deployment pipeline (#730)
16- Make Tray icons more robust on Linux (#748) 💖 @kris7t
17- Load disable hibernation per service status on startup (#754) 💖 @kris7t
18- Update global user agent to conform with spec (#779) 💖 @dannyqiu
19
20### Bug Fixes
21- Prevent unnecessary electron popup windows for links (#685) 💖 @mahadevans87
22- Refactor locking feature (#693)
23- Review launch on startup for macOS, start Ferdi app, not renderer (#696) 💖 @dannyqiu
24- Fix TodosWebview user agent (#713) 💖 @mahadevans87
25- Fix crash when using Password Lock with TouchID API unavailable (#737) 💖 @mahadevans87
26- Fix setting of webview disablewebsecurity attribute (#772) 💖 @dannyqiu
27
1# [5.5.0](https://github.com/getferdi/ferdi/compare/v5.4.3...v5.5.0) (2020-04-26) 28# [5.5.0](https://github.com/getferdi/ferdi/compare/v5.4.3...v5.5.0) (2020-04-26)
2### Features 29### Features
3- Merge Franz 5.5.0-beta.2 30- Merge Franz 5.5.0-beta.2
31- Add modifyRequestHeaders, enable properly setting headers for services (#639), 💖 @mahadevans87 @sampathBlam
4- Add dropdown list to choose Todo service (#418, #477), 💖 @yourcontact 32- Add dropdown list to choose Todo service (#418, #477), 💖 @yourcontact
5- Add hotkey for darkmode (#530, #537), 💖 @Room4O4 & @mahadevans87 33- Add hotkey for darkmode (#530, #537), 💖 @Room4O4 & @mahadevans87
6- Add option to start Ferdi minimized (#490, #534) 34- Add option to start Ferdi minimized (#490, #534)