aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md603
1 files changed, 350 insertions, 253 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9dbc909f5..9b5fa9f63 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,104 @@
1# [v5.6.1-beta.4](https://github.com/getferdi/ferdi/compare/v5.6.1-beta.3...v5.6.1-beta.4) (2021-09-11)
2
3Please note that this is the same code as the `v5.6.1-nightly.56` tag.
4The cumulative changes since the previous beta release are:
5
6- Add a confirmation dialog and a preference while quitting Ferdi (#1879) 💖 @vraravam
7- Turn off the certificate-whitelisting in ms-teams since that can cause an MITM attack. 💖 @vraravam, @kris7t
8
9### Bug Fixes
10
11- Fix sidebar dimension when used in horizontal style (#1896) 💖 @CSY54
12- Partially revert the certificate-whitelisting for outlook since it caused crashes 💖 @vraravam
13- Fix macOS black screen when closing to systray in fullscreen mode (#1878) 💖 @sad270
14- Fix issue while importing exported `ferdi.data` file while switching from one laptop to another when it had workspaces (#1874) 💖 @vraravam
15- Fix for 'Support' link not working (404 error) (#1806) 💖 @kytwb
16- Fix zoom actions executed on another services (#1867) 💖 @sad270
17- Fix sidebar context menu not synced when toggling via the context menu (#1871) 💖 @sad270
18- Ferdi locking with lock feature disabled (#1866). Set & run the inactivity timeout only if lock feature is enabled, and use same condition between lock screen and locked menu 💖 @sad270
19
20### Internal
21
22- Build tooling: 'recipes' (using 'pnpm') will coexist with 'ferdi' (using 'npm') (#1905) 💖 @mhatvan, @vraravam
23- Ability for service recipe to expose known certificate hosts (#1890) 💖 @vraravam
24- Remove dependency of recipes requiring `electron` and `electron/remote` modules (#1869 & getferdi/recipes#674) 💖 @vraravam
25- Fix 'stores.app.accentColor is marked as required' console error (#1859) 💖 @sad270, @vraravam
26- Ensure stored settings conform to type-safety 💖 @vraravam
27- Use namespaces when pulling docker base images since this is reqd for podman 💖 @vraravam
28- Remove `What's New` functionality since that is superceded by the `Changelog` (#1864) 💖 @mhatvan
29- Refactoring to have consistent usage (prep for ts conversion) (#1821) 💖 @vraravam
30- Improve contribution documentation (#1865) 💖 @sad270, @vraravam
31
32# [v5.6.1-nightly.56](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.55...v5.6.1-nightly.56) (2021-09-11)
33
34- Turn off the certificate whitelisting in ms-teams since that can cause an MITM attack. 💖 @vraravam, @kris7t
35
36### Internal
37
38- Build tooling: 'recipes' (using 'pnpm') will coexist with 'ferdi' (using 'npm') (#1905) 💖 @mhatvan, @vraravam
39
40# [v5.6.1-nightly.55](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.54...v5.6.1-nightly.55) (2021-09-10)
41
42### Bug fixes
43
44- Fix sidebar dimension when used in horizontal style (#1896) 💖 @CSY54
45- Partially reverted the certificate-whitelisting for outlook since it caused crashes 💖 @vraravam
46
47# [v5.6.1-nightly.54](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.53...v5.6.1-nightly.54) (2021-09-09)
48
49### Internal
50
51- Ability for service recipe to expose known certificate hosts (#1890) 💖 @vraravam
52
53# [v5.6.1-nightly.53](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.52...v5.6.1-nightly.53) (2021-09-08)
54
55- Add a confirmation dialog and a preference while quitting Ferdi (#1879) 💖 @vraravam
56
57### Bug Fixes
58
59- Fix macOS black screen when closing to systray in fullscreen mode (#1878) 💖 @sad270
60
61# [v5.6.1-nightly.52](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.51...v5.6.1-nightly.52) (2021-09-07)
62
63### Bug Fixes
64
65- Fix issue while importing exported `ferdi.data` file while switching from one laptop to another when it had workspaces (#1874) 💖 @vraravam
66- Fix for 'Support' link not working (404 error) (#1806) 💖 @kytwb
67- Fix zoom actions executed on another services (#1867) 💖 @sad270
68
69# [v5.6.1-nightly.51](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.50...v5.6.1-nightly.51) (2021-09-06)
70
71### Bug Fixes
72
73- Fix sidebar context menu not synced when toggling via the context menu (#1871) 💖 @sad270
74
75### Internal
76
77- Remove dependency of recipes requiring `electron` and `electron/remote` modules (#1869 & getferdi/recipes#674) 💖 @vraravam
78
79# [v5.6.1-nightly.50](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.48...v5.6.1-nightly.50) (2021-09-05)
80
81### Bug Fixes
82
83- Ferdi locking with lock feature disabled (#1866). Set & run the inactivity timeout only if lock feature is enabled, and use same condition between lock screen and locked menu 💖 @sad270
84
85### Internal
86
87- Fix 'stores.app.accentColor is marked as required' console error (#1859) 💖 @sad270, @vraravam
88- Ensure stored settings conform to type-safety 💖 @vraravam
89- Use namespaces when pulling docker base images since this is reqd for podman 💖 @vraravam
90- Remove `What's New` functionality since that is superceded by the `Changelog` (#1864) 💖 @mhatvan
91- Refactoring to have consistent usage (prep for ts conversion) (#1821) 💖 @vraravam
92- Improve contribution documentation (#1865) 💖 @sad270, @vraravam
93
94# [v5.6.1-nightly.48](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.46...v5.6.1-nightly.48) (2021-09-03)
95
96- Service: Add ability to use self-hosted option for `youtrack` service (fixes getferdi/recipes#671)
97
98### Internal
99
100- Upgraded `nodejs` to `14.17.6` 💖 @vraravam
101
1# [v5.6.1-beta.3](https://github.com/getferdi/ferdi/compare/v5.6.1-beta.2...v5.6.1-beta.3) (2021-09-01) 102# [v5.6.1-beta.3](https://github.com/getferdi/ferdi/compare/v5.6.1-beta.2...v5.6.1-beta.3) (2021-09-01)
2 103
3Please note that this is the same code as the `v5.6.1-nightly.46` tag. 104Please note that this is the same code as the `v5.6.1-nightly.46` tag.
@@ -58,7 +159,7 @@ The cumulative changes since the previous beta release are:
58 159
59### Internal 160### Internal
60 161
61- Upgraded 'nodejs' to '14.17.5' 💖 @vraravam 162- Upgraded `nodejs` to `14.17.4` 💖 @vraravam
62- Remove some leftover Franz branding 💖 @vantezzen 163- Remove some leftover Franz branding 💖 @vantezzen
63- Switch from `misty` to `concurrently` (#1846) 💖 @vantezzen 164- Switch from `misty` to `concurrently` (#1846) 💖 @vantezzen
64- Services: Normalized all service recipes to be es6 compliant 💖 @vraravam 165- Services: Normalized all service recipes to be es6 compliant 💖 @vraravam
@@ -433,15 +534,15 @@ The cumulative changes since the previous beta release are:
433 534
434# [5.6.0-beta.8](https://github.com/getferdi/ferdi/compare/v5.6.0-beta.7...v5.6.0-beta.8) (2021-07-16) 535# [5.6.0-beta.8](https://github.com/getferdi/ferdi/compare/v5.6.0-beta.7...v5.6.0-beta.8) (2021-07-16)
435 536
436- Upgraded electron to '13.1.7' 💖 @vraravam 537- Upgraded `electron` to `13.1.7` 💖 @vraravam
437- Turned on other h/w architectures (arm64, armv7l) for linux builds. (#1633) 💖 @vraravam 538- Turned on other h/w architectures (arm64, armv7l) for linux builds. (#1633) 💖 @vraravam
438- chore: run security audit on node modules 💖 @mhatvan 539- chore: run security audit on node modules 💖 @mhatvan
439- Upgraded nodejs to '14.17.3' 💖 @vraravam 540- Upgraded `nodejs` to `14.17.3` 💖 @vraravam
440- Use 'useragent-generator' to generate the user-agent string 💖 @vraravam 541- Use 'useragent-generator' to generate the user-agent string 💖 @vraravam
441 542
442# [5.6.0-beta.7](https://github.com/getferdi/ferdi/compare/v5.6.0-beta.6...v5.6.0-beta.7) (2021-07-07) 543# [5.6.0-beta.7](https://github.com/getferdi/ferdi/compare/v5.6.0-beta.6...v5.6.0-beta.7) (2021-07-07)
443 544
444- Upgraded electron to '13.1.5'. 💖 @vraravam 545- Upgraded `electron` to `13.1.5`. 💖 @vraravam
445- Adjust link opening behavior 💖 @stnkl 546- Adjust link opening behavior 💖 @stnkl
446- Fix color adjustments in Settings screen 💖 @kris7t 547- Fix color adjustments in Settings screen 💖 @kris7t
447- Expose Chrome version to todos webview (fix #1211) (#1478) 💖 @kris7t 548- Expose Chrome version to todos webview (fix #1211) (#1478) 💖 @kris7t
@@ -615,7 +716,9 @@ The cumulative changes since the previous beta release are:
615- Fix setting of webview disablewebsecurity attribute (#772) 💖 @dannyqiu 716- Fix setting of webview disablewebsecurity attribute (#772) 💖 @dannyqiu
616 717
617# [5.5.0](https://github.com/getferdi/ferdi/compare/v5.4.3...v5.5.0) (2020-04-26) 718# [5.5.0](https://github.com/getferdi/ferdi/compare/v5.4.3...v5.5.0) (2020-04-26)
719
618### Features 720### Features
721
619- Merge Franz 5.5.0-beta.2 722- Merge Franz 5.5.0-beta.2
620- Add modifyRequestHeaders, enable properly setting headers for services (#639), 💖 @mahadevans87 @sampathBlam 723- Add modifyRequestHeaders, enable properly setting headers for services (#639), 💖 @mahadevans87 @sampathBlam
621- Add dropdown list to choose Todo service (#418, #477), 💖 @yourcontact 724- Add dropdown list to choose Todo service (#418, #477), 💖 @yourcontact
@@ -636,6 +739,7 @@ The cumulative changes since the previous beta release are:
636- Add setting to keep service in hibernation after startup (#577, #584) 739- Add setting to keep service in hibernation after startup (#577, #584)
637 740
638### Minor changes 741### Minor changes
742
639- Improve user onboarding (#493) 743- Improve user onboarding (#493)
640- Improve "Updates" section in settings (#506), 💖 @yourcontact 744- Improve "Updates" section in settings (#506), 💖 @yourcontact
641- Improve information about Franz Premium and Teams 745- Improve information about Franz Premium and Teams
@@ -667,6 +771,7 @@ The cumulative changes since the previous beta release are:
667- Improve cache clearing UI feedback (#620), 💖 @saruwman 771- Improve cache clearing UI feedback (#620), 💖 @saruwman
668 772
669### Bug fixes 773### Bug fixes
774
670- Fix cache clearing not working in Windows 10 (#541, #544), 💖 @Room4O4 & @mahadevans87 775- Fix cache clearing not working in Windows 10 (#541, #544), 💖 @Room4O4 & @mahadevans87
671- Fix Home button in navigation bar not correctly navigating (#571, #573), 💖 @Room4O4 & @mahadevans87 776- Fix Home button in navigation bar not correctly navigating (#571, #573), 💖 @Room4O4 & @mahadevans87
672- Fix and enhance context menu (#357) (#413) (#452) (#354) (#227) 777- Fix and enhance context menu (#357) (#413) (#452) (#354) (#227)
@@ -686,16 +791,20 @@ The cumulative changes since the previous beta release are:
686- Enable Dark Reader settings to follow the accent color (#646), 💖 @sampathBlam 791- Enable Dark Reader settings to follow the accent color (#646), 💖 @sampathBlam
687 792
688### Build changes 793### Build changes
794
689- Add retry commands to flaky build steps (#498) 795- Add retry commands to flaky build steps (#498)
690- Run utility scripts pre-commit instead of pre-push (#515) 796- Run utility scripts pre-commit instead of pre-push (#515)
691- Sign Windows binaries (#635, #633, #112) 797- Sign Windows binaries (#635, #633, #112)
692 798
693# [5.5.0-gm.2](https://github.com/getferdi/ferdi/compare/v5.5.0-gm...v5.5.0-gm.2) (2020-04-23) 799# [5.5.0-gm.2](https://github.com/getferdi/ferdi/compare/v5.5.0-gm...v5.5.0-gm.2) (2020-04-23)
800
694### Features 801### Features
802
695- Differentiate between indirect and direct notifications (#590), 💖 @Room4O4 @mahadevans87 @FeikoJoosten @sampathBlam 803- Differentiate between indirect and direct notifications (#590), 💖 @Room4O4 @mahadevans87 @FeikoJoosten @sampathBlam
696- Add setting to keep service in hibernation after startup (#577, #584) 804- Add setting to keep service in hibernation after startup (#577, #584)
697 805
698### Minor changes 806### Minor changes
807
699- Remove excess code from Franz's hibernate feature (#609) 808- Remove excess code from Franz's hibernate feature (#609)
700- Refocus Webview only for active service (#610), 💖 @Room4O4 & @mahadevans87 809- Refocus Webview only for active service (#610), 💖 @Room4O4 & @mahadevans87
701- Use GitHub notifications center and direct notifications (getferdi/recipes#133) 810- Use GitHub notifications center and direct notifications (getferdi/recipes#133)
@@ -711,10 +820,13 @@ The cumulative changes since the previous beta release are:
711- Improve cache clearing UI feedback (#620), 💖 @saruwman 820- Improve cache clearing UI feedback (#620), 💖 @saruwman
712 821
713### Bug Fixes 822### Bug Fixes
823
714- Fix DarkReader translation problem (#593) 824- Fix DarkReader translation problem (#593)
715 825
716## [5.5.0-gm](https://github.com/getferdi/ferdi/compare/v5.4.4-beta.3...v5.5.0-gm) (2020-04-19) 826## [5.5.0-gm](https://github.com/getferdi/ferdi/compare/v5.4.4-beta.3...v5.5.0-gm) (2020-04-19)
827
717### Features 828### Features
829
718- Merge Franz 5.5.0-beta.2 830- Merge Franz 5.5.0-beta.2
719- Add dropdown list to choose Todo service (#418, #477), 💖 @yourcontact 831- Add dropdown list to choose Todo service (#418, #477), 💖 @yourcontact
720- Add hotkey for darkmode (#530, #537), 💖 @Room4O4 & @mahadevans87 832- Add hotkey for darkmode (#530, #537), 💖 @Room4O4 & @mahadevans87
@@ -726,6 +838,7 @@ The cumulative changes since the previous beta release are:
726- Add support for 11 new services and improve existing ones, 💖 @rctneil @JakeSteam @sampathBlam @tpopela @RoiArthurB 838- Add support for 11 new services and improve existing ones, 💖 @rctneil @JakeSteam @sampathBlam @tpopela @RoiArthurB
727 839
728### Minor changes 840### Minor changes
841
729- Improve user onboarding (#493) 842- Improve user onboarding (#493)
730- Improve "Updates" section in settings (#506), 💖 @yourcontact 843- Improve "Updates" section in settings (#506), 💖 @yourcontact
731- Improve information about Franz Premium and Teams 844- Improve information about Franz Premium and Teams
@@ -736,18 +849,23 @@ The cumulative changes since the previous beta release are:
736- Update Electron to 8.1.1 (#480) 849- Update Electron to 8.1.1 (#480)
737 850
738### Bug fixes 851### Bug fixes
852
739- Fix cache clearing not working in Windows 10 (#541, #544), 💖 @Room4O4 & @mahadevans87 853- Fix cache clearing not working in Windows 10 (#541, #544), 💖 @Room4O4 & @mahadevans87
740- Fix Home button in navigation bar not correctly navigating (#571, #573), 💖 @Room4O4 & @mahadevans87 854- Fix Home button in navigation bar not correctly navigating (#571, #573), 💖 @Room4O4 & @mahadevans87
741 855
742### Build changes 856### Build changes
857
743- Add retry commands to flaky build steps (#498) 858- Add retry commands to flaky build steps (#498)
744- Run utility scripts pre-commit instead of pre-push (#515) 859- Run utility scripts pre-commit instead of pre-push (#515)
745 860
746# [5.4.3](https://github.com/getferdi/ferdi/compare/v5.4.0...v5.4.3) 861# [5.4.3](https://github.com/getferdi/ferdi/compare/v5.4.0...v5.4.3)
862
747### Features 863### Features
864
748- Add inactivity lock #179 865- Add inactivity lock #179
749 866
750### Minor changes 867### Minor changes
868
751- Upgrading to Electron 7 https://github.com/getferdi/ferdi/issues/170 869- Upgrading to Electron 7 https://github.com/getferdi/ferdi/issues/170
752- Review empty lock password behaviour https://github.com/getferdi/ferdi/issues/232 870- Review empty lock password behaviour https://github.com/getferdi/ferdi/issues/232
753- Several minor UI improvements 871- Several minor UI improvements
@@ -759,6 +877,7 @@ The cumulative changes since the previous beta release are:
759- Add multisize tray icon for Windows (#316) 877- Add multisize tray icon for Windows (#316)
760 878
761### Bug fixes 879### Bug fixes
880
762- Fix bypass flaw in lock feature https://github.com/getferdi/ferdi/issues/168 881- Fix bypass flaw in lock feature https://github.com/getferdi/ferdi/issues/168
763- Fix spellchecker by using setTimeout https://github.com/getferdi/ferdi/issues/220 882- Fix spellchecker by using setTimeout https://github.com/getferdi/ferdi/issues/220
764- Fix zoom +/- in services https://github.com/getferdi/ferdi/issues/143 883- Fix zoom +/- in services https://github.com/getferdi/ferdi/issues/143
@@ -766,9 +885,11 @@ The cumulative changes since the previous beta release are:
766- Fix bugs with using Ferdi without an account 885- Fix bugs with using Ferdi without an account
767 886
768### Build changes 887### Build changes
888
769- Extended Travis build time from 30 to 100 minutes 889- Extended Travis build time from 30 to 100 minutes
770 890
771# [5.4.0](https://github.com/getferdi/ferdi/compare/v5.3.4...v5.4.0) 891# [5.4.0](https://github.com/getferdi/ferdi/compare/v5.3.4...v5.4.0)
892
772- Merge Franz v5.4.0 893- Merge Franz v5.4.0
773- Add option to show a service navigation bar 894- Add option to show a service navigation bar
774- Add service hibernation 895- Add service hibernation
@@ -780,6 +901,7 @@ The cumulative changes since the previous beta release are:
780- Sorting applications in QuickSwitch by last used 901- Sorting applications in QuickSwitch by last used
781 902
782# [5.3.4](https://github.com/getferdi/ferdi/compare/v5.3.3...v5.3.4) (2019-09-25) 903# [5.3.4](https://github.com/getferdi/ferdi/compare/v5.3.3...v5.3.4) (2019-09-25)
904
783- Fix continuous releases/assets delivery on tags builds #53 905- Fix continuous releases/assets delivery on tags builds #53
784- Attempt at making menubar hiding feature cross-platform #7 (comment) 906- Attempt at making menubar hiding feature cross-platform #7 (comment)
785- Attempt at making "About Ferdi" consistent across platforms #47 (comment) 907- Attempt at making "About Ferdi" consistent across platforms #47 (comment)
@@ -789,6 +911,7 @@ The cumulative changes since the previous beta release are:
789- Add "Scheduled Do-not-Disturb" feature 911- Add "Scheduled Do-not-Disturb" feature
790 912
791# [5.3.3](https://github.com/getferdi/ferdi/compare/v5.3.2...v5.3.3) (2019-09-18) 913# [5.3.3](https://github.com/getferdi/ferdi/compare/v5.3.2...v5.3.3) (2019-09-18)
914
792- Merged Franz v5.3.3 into Ferdi 915- Merged Franz v5.3.3 into Ferdi
793- Allow hiding menubar (#7) 916- Allow hiding menubar (#7)
794- Add "back" and "forward" options for browsing history inside services (#39) 917- Add "back" and "forward" options for browsing history inside services (#39)
@@ -796,9 +919,11 @@ The cumulative changes since the previous beta release are:
796- Add keep workspace loaded option per workspace (#37) 919- Add keep workspace loaded option per workspace (#37)
797 920
798# [5.3.2](https://github.com/getferdi/ferdi/compare/v5.3.1...v5.3.2) (2019-09-13) 921# [5.3.2](https://github.com/getferdi/ferdi/compare/v5.3.1...v5.3.2) (2019-09-13)
922
799Merged Franz v5.3.2 into Ferdi 923Merged Franz v5.3.2 into Ferdi
800 924
801## [5.3.1](https://github.com/getferdi/ferdi/compare/v5.3.0...v5.3.1) (2019-09-09) 925## [5.3.1](https://github.com/getferdi/ferdi/compare/v5.3.0...v5.3.1) (2019-09-09)
926
802Merge Franz v5.3.1 into Ferdi. 927Merge Franz v5.3.1 into Ferdi.
803 928
804- Enable todos for all users 929- Enable todos for all users
@@ -806,16 +931,15 @@ Merge Franz v5.3.1 into Ferdi.
806 931
807### Bug Fixes 932### Bug Fixes
808 933
809* **Windows:** Fix app size in fullscreen ([e210701](https://github.com/getferdi/ferdi/commit/e210701)) 934- **Windows:** Fix app size in fullscreen ([e210701](https://github.com/getferdi/ferdi/commit/e210701))
810* **Windows:** Fix app to be cropped at the bottom on Windows ([42f97b4](https://github.com/getferdi/ferdi/commit/42f97b4)) 935- **Windows:** Fix app to be cropped at the bottom on Windows ([42f97b4](https://github.com/getferdi/ferdi/commit/42f97b4))
811
812 936
813### Features 937### Features
814 938
815* **Todos:** Add option to disable todos ([5d03b91](https://github.com/getferdi/ferdi/commit/5d03b91)) 939- **Todos:** Add option to disable todos ([5d03b91](https://github.com/getferdi/ferdi/commit/5d03b91))
816
817 940
818## [5.3.0](https://github.com/getferdi/ferdi/compare/v5.2.1-beta.1...v5.3.0) (2019-09-06) 941## [5.3.0](https://github.com/getferdi/ferdi/compare/v5.2.1-beta.1...v5.3.0) (2019-09-06)
942
819- Removes pages begging you to donate after registration 943- Removes pages begging you to donate after registration
820- Makes all users Premium by default 944- Makes all users Premium by default
821- [Add option to change server to a custom](https://github.com/getferdi/ferdi#servers) [ferdi-server](https://github.com/getferdi/server) 945- [Add option to change server to a custom](https://github.com/getferdi/ferdi#servers) [ferdi-server](https://github.com/getferdi/server)
@@ -827,119 +951,107 @@ Merge Franz v5.3.1 into Ferdi.
827 951
828### Features 952### Features
829 953
830* **App:** Add second confirmation step for the free 14 day trial. 954- **App:** Add second confirmation step for the free 14 day trial.
831* **Todos:** Add option to disable todos ([5d03b91](https://github.com/meetfranz/franz/commit/5d03b91)) 955- **Todos:** Add option to disable todos ([5d03b91](https://github.com/meetfranz/franz/commit/5d03b91))
832 956
833# [5.3.0](https://github.com/meetfranz/franz/compare/v5.2.1-beta.1...v5.3.0) (2019-09-06) 957# [5.3.0](https://github.com/meetfranz/franz/compare/v5.2.1-beta.1...v5.3.0) (2019-09-06)
834 958
835### Features 959### Features
836 960
837* **Todos:** 🥳🥳🥳 Manage your daily tasks with **Franz Todos** 🥳🥳🥳 961- **Todos:** 🥳🥳🥳 Manage your daily tasks with **Franz Todos** 🥳🥳🥳
838* **App:** Add option to copy debug information via the help menu ([4666e85](https://github.com/meetfranz/franz/commit/4666e85)) 962- **App:** Add option to copy debug information via the help menu ([4666e85](https://github.com/meetfranz/franz/commit/4666e85))
839* **App:** Updated Pricing, more infos can be found on ([meetfranz.com/pricing](https://meetfranz.com/pricing)) 963- **App:** Updated Pricing, more infos can be found on ([meetfranz.com/pricing](https://meetfranz.com/pricing))
840* **App:** Improved Settings UX 964- **App:** Improved Settings UX
841* **3rd Party Services:** Added option to open custom recipes folder 965- **3rd Party Services:** Added option to open custom recipes folder
842
843 966
844### Bug Fixes 967### Bug Fixes
845 968
846* **Windows:** Fix app size in fullscreen ([e210701](https://github.com/meetfranz/franz/commit/e210701)) 969- **Windows:** Fix app size in fullscreen ([e210701](https://github.com/meetfranz/franz/commit/e210701))
847* **Windows:** Fix app to be cropped at the bottom on Windows ([42f97b4](https://github.com/meetfranz/franz/commit/42f97b4)) 970- **Windows:** Fix app to be cropped at the bottom on Windows ([42f97b4](https://github.com/meetfranz/franz/commit/42f97b4))
848* **Notifications:** Fix issue that blocked notifications from e.g. Slack ([44c413b](https://github.com/meetfranz/franz/commit/44c413b)) 971- **Notifications:** Fix issue that blocked notifications from e.g. Slack ([44c413b](https://github.com/meetfranz/franz/commit/44c413b))
849* **App:** A ton of various bugfixes and improvements 972- **App:** A ton of various bugfixes and improvements
850 973
851### General 974### General
852 975
853* **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)** 976- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
854
855 977
856# [5.2.0](https://github.com/meetfranz/franz/compare/v5.2.0-beta.4...v5.2.0) (2019-07-19) 978# [5.2.0](https://github.com/meetfranz/franz/compare/v5.2.0-beta.4...v5.2.0) (2019-07-19)
857 979
858### Features 980### Features
859* **Service:** You can now add any custom website 🥳 981
982- **Service:** You can now add any custom website 🥳
860 983
861### Bug Fixes 984### Bug Fixes
862 985
863* **Notifications:** Don't show notification badges when app is muted ([e844a64](https://github.com/meetfranz/franz/commit/e844a64)) 986- **Notifications:** Don't show notification badges when app is muted ([e844a64](https://github.com/meetfranz/franz/commit/e844a64))
864* **Settings:** Fix position of settings window 987- **Settings:** Fix position of settings window
865* **Recipes:** Fix recipe install when directly accessing recipe e.g. via url ([eba50bc](https://github.com/meetfranz/franz/commit/eba50bc)) 988- **Recipes:** Fix recipe install when directly accessing recipe e.g. via url ([eba50bc](https://github.com/meetfranz/franz/commit/eba50bc))
866* **Proxy:** Fix issue with service proxy authentication ([b9e5b23](https://github.com/meetfranz/franz/commit/b9e5b23)) 989- **Proxy:** Fix issue with service proxy authentication ([b9e5b23](https://github.com/meetfranz/franz/commit/b9e5b23))
867* **Announcements:** Fix issue with rendering announcements in workspaces ([1e38ec5](https://github.com/meetfranz/franz/commit/1e38ec5)) 990- **Announcements:** Fix issue with rendering announcements in workspaces ([1e38ec5](https://github.com/meetfranz/franz/commit/1e38ec5))
868* **Windows:** Add Workspaces menu & fix Window menu ([92a61d4](https://github.com/meetfranz/franz/commit/92a61d4)) 991- **Windows:** Add Workspaces menu & fix Window menu ([92a61d4](https://github.com/meetfranz/franz/commit/92a61d4))
869* **Windows:** Replace tray icon with high-res version ([a5eb399](https://github.com/meetfranz/franz/commit/a5eb399)) 992- **Windows:** Replace tray icon with high-res version ([a5eb399](https://github.com/meetfranz/franz/commit/a5eb399))
870* **Workspaces:** Fix service reordering within workspaces ([17f3a22](https://github.com/meetfranz/franz/commit/17f3a22)) 993- **Workspaces:** Fix service reordering within workspaces ([17f3a22](https://github.com/meetfranz/franz/commit/17f3a22))
871* **Workspaces:** Fix issue with service visibility after downgrade ([05294](https://github.com/meetfranz/franz/commit/05294)) 994- **Workspaces:** Fix issue with service visibility after downgrade ([05294](https://github.com/meetfranz/franz/commit/05294))
872 995
873### General 996### General
874* **App:** Improved email validation ([dd8ddcc](https://github.com/meetfranz/franz/commit/dd8ddcc)) ([@Snuggle](https://github.com/Snuggle))
875* **App:** Update electron to 4.2.4 ([404c87a](https://github.com/meetfranz/franz/commit/404c87a))
876* **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
877 997
998- **App:** Improved email validation ([dd8ddcc](https://github.com/meetfranz/franz/commit/dd8ddcc)) ([@Snuggle](https://github.com/Snuggle))
999- **App:** Update electron to 4.2.4 ([404c87a](https://github.com/meetfranz/franz/commit/404c87a))
1000- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
878 1001
879# [5.2.0-beta.4](https://github.com/meetfranz/franz/compare/v5.2.0-beta.3...v5.2.0-beta.4) (2019-07-01) 1002# [5.2.0-beta.4](https://github.com/meetfranz/franz/compare/v5.2.0-beta.3...v5.2.0-beta.4) (2019-07-01)
880 1003
881
882### Bug Fixes 1004### Bug Fixes
883 1005
884* **Notifications:** Don't show notification badges when app is muted ([e844a64](https://github.com/meetfranz/franz/commit/e844a64)) 1006- **Notifications:** Don't show notification badges when app is muted ([e844a64](https://github.com/meetfranz/franz/commit/e844a64))
885* **Settings:** Fix position of settings window 1007- **Settings:** Fix position of settings window
886 1008
887### General 1009### General
888 1010
889* **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)** 1011- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
890
891 1012
892# [5.2.0-beta.3](https://github.com/meetfranz/franz/compare/v5.2.0-beta.2...v5.2.0-beta.3) (2019-06-24) 1013# [5.2.0-beta.3](https://github.com/meetfranz/franz/compare/v5.2.0-beta.2...v5.2.0-beta.3) (2019-06-24)
893 1014
894### General 1015### General
895 1016
896* **App:** Downgraded electron to 4.2.4 ([404c87a](https://github.com/meetfranz/franz/commit/404c87a)) 1017- **App:** Downgraded electron to 4.2.4 ([404c87a](https://github.com/meetfranz/franz/commit/404c87a))
897
898 1018
899# [5.2.0-beta.2](https://github.com/meetfranz/franz/compare/v5.2.0-beta.1...v5.2.0-beta.2) (2019-06-12) 1019# [5.2.0-beta.2](https://github.com/meetfranz/franz/compare/v5.2.0-beta.1...v5.2.0-beta.2) (2019-06-12)
900 1020
901
902### Bug Fixes 1021### Bug Fixes
903 1022
904* **Recipes:** Fix recipe install when directly accessing recipe ([eba50bc](https://github.com/meetfranz/franz/commit/eba50bc)) 1023- **Recipes:** Fix recipe install when directly accessing recipe ([eba50bc](https://github.com/meetfranz/franz/commit/eba50bc))
905
906
907 1024
908# [5.2.0-beta.1](https://github.com/meetfranz/franz/compare/v5.1.0...v5.2.0-beta.1) (2019-06-11) 1025# [5.2.0-beta.1](https://github.com/meetfranz/franz/compare/v5.1.0...v5.2.0-beta.1) (2019-06-11)
909 1026
910
911### Bug Fixes 1027### Bug Fixes
912 1028
913* **Workspaces:** Service reordering within workspaces ([17f3a22](https://github.com/meetfranz/franz/commit/17f3a22)) 1029- **Workspaces:** Service reordering within workspaces ([17f3a22](https://github.com/meetfranz/franz/commit/17f3a22))
914* **Proxy:** Fix issue with proxy authentication ([b9e5b23](https://github.com/meetfranz/franz/commit/b9e5b23)) 1030- **Proxy:** Fix issue with proxy authentication ([b9e5b23](https://github.com/meetfranz/franz/commit/b9e5b23))
915* **Announcements:** Fixes issue with rendering announcements in workspaces ([1e38ec5](https://github.com/meetfranz/franz/commit/1e38ec5)) 1031- **Announcements:** Fixes issue with rendering announcements in workspaces ([1e38ec5](https://github.com/meetfranz/franz/commit/1e38ec5))
916* **Windows:** Add Workspaces menu & fix Window menu ([92a61d4](https://github.com/meetfranz/franz/commit/92a61d4)) 1032- **Windows:** Add Workspaces menu & fix Window menu ([92a61d4](https://github.com/meetfranz/franz/commit/92a61d4))
917* **Windows:** Replace tray icon with high-res version ([a5eb399](https://github.com/meetfranz/franz/commit/a5eb399)) 1033- **Windows:** Replace tray icon with high-res version ([a5eb399](https://github.com/meetfranz/franz/commit/a5eb399))
918* **App:** Improved email validation ([dd8ddcc](https://github.com/meetfranz/franz/commit/dd8ddcc)) ([@Snuggle](https://github.com/Snuggle)) 1034- **App:** Improved email validation ([dd8ddcc](https://github.com/meetfranz/franz/commit/dd8ddcc)) ([@Snuggle](https://github.com/Snuggle))
919
920 1035
921### General 1036### General
922 1037
923* **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)** 1038- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
924* **App:** Update electron to 5.0.2 ([5828062](https://github.com/meetfranz/franz/commit/5828062)) 1039- **App:** Update electron to 5.0.2 ([5828062](https://github.com/meetfranz/franz/commit/5828062))
925
926
927 1040
928# [5.1.0](https://github.com/meetfranz/franz/compare/v5.1.0...v5.1.0-beta.1) (2019-04-16) 1041# [5.1.0](https://github.com/meetfranz/franz/compare/v5.1.0...v5.1.0-beta.1) (2019-04-16)
929 1042
930### Features 1043### Features
931 1044
932* **App:** Added Workspaces for all your daily routines 🎉 ([47c1c99](https://github.com/meetfranz/franz/commit/47c1c99)) 1045- **App:** Added Workspaces for all your daily routines 🎉 ([47c1c99](https://github.com/meetfranz/franz/commit/47c1c99))
933* **App:** Added [Team Management](https://meetfranz.com/user/team) 🎉 ([47c1c99](https://github.com/meetfranz/franz/commit/47c1c99)) 1046- **App:** Added [Team Management](https://meetfranz.com/user/team) 🎉 ([47c1c99](https://github.com/meetfranz/franz/commit/47c1c99))
934* **App:** Added Kerberos Support via Command Line Switches ([#1331](https://github.com/meetfranz/franz/issues/1331)) ([@frumania](https://github.com/frumania)) ([a1950d7](https://github.com/meetfranz/franz/commit/a1950d7)) 1047- **App:** Added Kerberos Support via Command Line Switches ([#1331](https://github.com/meetfranz/franz/issues/1331)) ([@frumania](https://github.com/frumania)) ([a1950d7](https://github.com/meetfranz/franz/commit/a1950d7))
935* **App:** Open changelog in app 1048- **App:** Open changelog in app
936* **App:** Various small fixes and improvements 1049- **App:** Various small fixes and improvements
937 1050
938### General 1051### General
939 1052
940* **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)** 1053- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
941* **App:** Update electron to 4.1.4 ([2604914](https://github.com/meetfranz/franz/commit/2604914)) 1054- **App:** Update electron to 4.1.4 ([2604914](https://github.com/meetfranz/franz/commit/2604914))
942
943 1055
944# [5.1.0-beta.1](https://github.com/meetfranz/franz/compare/v5.0.1-beta.1...v5.1.0-beta.1) (2019-04-16) 1056# [5.1.0-beta.1](https://github.com/meetfranz/franz/compare/v5.0.1-beta.1...v5.1.0-beta.1) (2019-04-16)
945 1057
@@ -949,25 +1061,24 @@ Merge Franz v5.3.1 into Ferdi.
949 1061
950### Features 1062### Features
951 1063
952* **App:** Add security checks for external URLs ([6e5531a](https://github.com/meetfranz/franz/commit/6e5531a)) 1064- **App:** Add security checks for external URLs ([6e5531a](https://github.com/meetfranz/franz/commit/6e5531a))
953* **Linux:** Add auto updater for Linux AppImage builds ([d641b4e](https://github.com/meetfranz/franz/commit/d641b4e)) 1065- **Linux:** Add auto updater for Linux AppImage builds ([d641b4e](https://github.com/meetfranz/franz/commit/d641b4e))
954* **Spell check:** Add British English as spell check language ([#1306](https://github.com/meetfranz/franz/issues/1306)) ([67fa325](https://github.com/meetfranz/franz/commit/67fa325)) 1066- **Spell check:** Add British English as spell check language ([#1306](https://github.com/meetfranz/franz/issues/1306)) ([67fa325](https://github.com/meetfranz/franz/commit/67fa325))
955* **Windows:** Add option to quit Ferdi from Taskbar icon ([952fc8b](https://github.com/meetfranz/franz/commit/952fc8b)) 1067- **Windows:** Add option to quit Ferdi from Taskbar icon ([952fc8b](https://github.com/meetfranz/franz/commit/952fc8b))
956 1068
957### Bug Fixes 1069### Bug Fixes
958 1070
959* **Linux:** Fix minimized window focusing ([#1304](https://github.com/meetfranz/franz/issues/1304)) ([@skoruppa](https://github.com/skoruppa)) ([5b02c4d](https://github.com/meetfranz/franz/commit/5b02c4d)) 1071- **Linux:** Fix minimized window focusing ([#1304](https://github.com/meetfranz/franz/issues/1304)) ([@skoruppa](https://github.com/skoruppa)) ([5b02c4d](https://github.com/meetfranz/franz/commit/5b02c4d))
960* **Notifications:** Fix notifications & notification click when icon is blob ([03589f6](https://github.com/meetfranz/franz/commit/03589f6)) 1072- **Notifications:** Fix notifications & notification click when icon is blob ([03589f6](https://github.com/meetfranz/franz/commit/03589f6))
961* **Service:** Fix service zoom (cmd/ctrl+ & cmd/ctrl-) ([91a0f59](https://github.com/meetfranz/franz/commit/91a0f59)) 1073- **Service:** Fix service zoom (cmd/ctrl+ & cmd/ctrl-) ([91a0f59](https://github.com/meetfranz/franz/commit/91a0f59))
962* **Service:** Fix shortcut for (un)muting notifications & audio ([1df3342](https://github.com/meetfranz/franz/commit/1df3342)) 1074- **Service:** Fix shortcut for (un)muting notifications & audio ([1df3342](https://github.com/meetfranz/franz/commit/1df3342))
963* **Windows:** Fix copy & paste in service context menus ([e66fcaa](https://github.com/meetfranz/franz/commit/e66fcaa)), closes [#1316](https://github.com/meetfranz/franz/issues/1316) 1075- **Windows:** Fix copy & paste in service context menus ([e66fcaa](https://github.com/meetfranz/franz/commit/e66fcaa)), closes [#1316](https://github.com/meetfranz/franz/issues/1316)
964* **Windows:** Fix losing window when "Keep Ferdi in background" is enabled ([78a3722](https://github.com/meetfranz/franz/commit/78a3722)) 1076- **Windows:** Fix losing window when "Keep Ferdi in background" is enabled ([78a3722](https://github.com/meetfranz/franz/commit/78a3722))
965 1077
966### General 1078### General
967 1079
968* **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)** 1080- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
969* **App:** Update electron to 4.0.8 ([8336d17](https://github.com/meetfranz/franz/commit/8336d17)) 1081- **App:** Update electron to 4.0.8 ([8336d17](https://github.com/meetfranz/franz/commit/8336d17))
970
971 1082
972# [5.0.1-beta.1](https://github.com/meetfranz/franz/compare/v5.0.0...v5.0.1-beta.1) (2019-03-18) 1083# [5.0.1-beta.1](https://github.com/meetfranz/franz/compare/v5.0.0...v5.0.1-beta.1) (2019-03-18)
973 1084
@@ -977,318 +1088,304 @@ Merge Franz v5.3.1 into Ferdi.
977 1088
978### Features 1089### Features
979 1090
980* **Spellchecker:** Add automatic spellcheck language detection ([a5e7171](https://github.com/meetfranz/franz/commit/a5e7171)) 1091- **Spellchecker:** Add automatic spellcheck language detection ([a5e7171](https://github.com/meetfranz/franz/commit/a5e7171))
981* **Windows:** Add option to quit Ferdi from Taskbar ([8808601](https://github.com/meetfranz/franz/commit/8808601)) 1092- **Windows:** Add option to quit Ferdi from Taskbar ([8808601](https://github.com/meetfranz/franz/commit/8808601))
982 1093
983### Bug Fixes 1094### Bug Fixes
984 1095
985* **App:** Various bugfixes and improvements 1096- **App:** Various bugfixes and improvements
986 1097
987### General 1098### General
988 1099
989* **App:** Updated electron to 4.0.4 1100- **App:** Updated electron to 4.0.4
990
991
992 1101
993# [5.0.0-beta.24](https://github.com/meetfranz/franz/compare/v5.0.0-beta.23...v5.0.0-beta.24) (2019-02-03) 1102# [5.0.0-beta.24](https://github.com/meetfranz/franz/compare/v5.0.0-beta.23...v5.0.0-beta.24) (2019-02-03)
994 1103
995
996### Bug Fixes 1104### Bug Fixes
997 1105
998* **Service:** Fix unnecessary webview resize / Slack scroll issue ([4b7d3e2](https://github.com/meetfranz/franz/commit/4b7d3e2)) 1106- **Service:** Fix unnecessary webview resize / Slack scroll issue ([4b7d3e2](https://github.com/meetfranz/franz/commit/4b7d3e2))
999* **Service:** Improve focus when switching services ([d130f26](https://github.com/meetfranz/franz/commit/d130f26)), closes [#1255](https://github.com/meetfranz/franz/issues/1255) 1107- **Service:** Improve focus when switching services ([d130f26](https://github.com/meetfranz/franz/commit/d130f26)), closes [#1255](https://github.com/meetfranz/franz/issues/1255)
1000* **Service:** Fix dark mode in services ([d529410](https://github.com/meetfranz/franz/commit/d529410)) 1108- **Service:** Fix dark mode in services ([d529410](https://github.com/meetfranz/franz/commit/d529410))
1001
1002
1003 1109
1004# [5.0.0-beta.23](https://github.com/meetfranz/franz/compare/5.0.0-beta.20...5.0.0-beta.23) (2019-02-01) 1110# [5.0.0-beta.23](https://github.com/meetfranz/franz/compare/5.0.0-beta.20...5.0.0-beta.23) (2019-02-01)
1005 1111
1006### General 1112### General
1007 1113
1008* **App:** Updated electron to 4.0.2 / Chromium 69 1114- **App:** Updated electron to 4.0.2 / Chromium 69
1009 1115
1010### Features 1116### Features
1011 1117
1012* **Service:** Add error screen for services that failed to load ([a5e7171](https://github.com/meetfranz/franz/commit/a5e7171)) 1118- **Service:** Add error screen for services that failed to load ([a5e7171](https://github.com/meetfranz/franz/commit/a5e7171))
1013* **Service:** Add option to change spellchecking language by service ([baf7d60](https://github.com/meetfranz/franz/commit/baf7d60)) 1119- **Service:** Add option to change spellchecking language by service ([baf7d60](https://github.com/meetfranz/franz/commit/baf7d60))
1014 1120
1015### Bug Fixes 1121### Bug Fixes
1016 1122
1017* **App:** Fixed disable notification sounds 🔇 1123- **App:** Fixed disable notification sounds 🔇
1018* **App:** Fix app delay for Premium Supporters ([08c40f0](https://github.com/meetfranz/franz/commit/08c40f0)) 1124- **App:** Fix app delay for Premium Supporters ([08c40f0](https://github.com/meetfranz/franz/commit/08c40f0))
1019* **i18n:** Fix "greek" spellchecker name ([89c2eeb](https://github.com/meetfranz/franz/commit/89c2eeb)) 1125- **i18n:** Fix "greek" spellchecker name ([89c2eeb](https://github.com/meetfranz/franz/commit/89c2eeb))
1020* **Spellchecker:** Dictionaries are now part of app instead of dynamic download ([0cdc165](https://github.com/meetfranz/franz/commit/0cdc165)) 1126- **Spellchecker:** Dictionaries are now part of app instead of dynamic download ([0cdc165](https://github.com/meetfranz/franz/commit/0cdc165))
1021
1022 1127
1023<a name="5.0.0-beta.22"></a> 1128<a name="5.0.0-beta.22"></a>
1024# [5.0.0-beta.22](https://github.com/meetfranz/franz/compare/5.0.0-beta.20...5.0.0-beta.22) (2018-12-13)
1025 1129
1130# [5.0.0-beta.22](https://github.com/meetfranz/franz/compare/5.0.0-beta.20...5.0.0-beta.22) (2018-12-13)
1026 1131
1027### Bug Fixes 1132### Bug Fixes
1028 1133
1029* **Windows:** Package spellchecker dictionaries 1134- **Windows:** Package spellchecker dictionaries
1030
1031 1135
1032<a name="5.0.0-beta.21"></a> 1136<a name="5.0.0-beta.21"></a>
1137
1033# [5.0.0-beta.21](https://github.com/meetfranz/franz/compare/5.0.0-beta.20...5.0.0-beta.21) (2018-12-11) 1138# [5.0.0-beta.21](https://github.com/meetfranz/franz/compare/5.0.0-beta.20...5.0.0-beta.21) (2018-12-11)
1034 1139
1035### General 1140### General
1036 1141
1037* **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)** 1142- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1038 1143
1039### Features 1144### Features
1040 1145
1041* **Service:** Add option to change spellchecking language by service ([baf7d60](https://github.com/meetfranz/franz/commit/baf7d60)) 1146- **Service:** Add option to change spellchecking language by service ([baf7d60](https://github.com/meetfranz/franz/commit/baf7d60))
1042* **Context Menu:** Quickly change the spellchecker language for the active service 1147- **Context Menu:** Quickly change the spellchecker language for the active service
1043* **Service:** Add error screen for services that failed to load ([a5e7171](https://github.com/meetfranz/franz/commit/a5e7171)) 1148- **Service:** Add error screen for services that failed to load ([a5e7171](https://github.com/meetfranz/franz/commit/a5e7171))
1044* **Service:** Add port option for proxy configuration ([baf7d60](https://github.com/meetfranz/franz/commit/baf7d60)) 1149- **Service:** Add port option for proxy configuration ([baf7d60](https://github.com/meetfranz/franz/commit/baf7d60))
1045
1046 1150
1047### Bug Fixes 1151### Bug Fixes
1048 1152
1049* **Spellchecker:** Fix issue with dictionary download ([0cdc165](https://github.com/meetfranz/franz/commit/0cdc165)) 1153- **Spellchecker:** Fix issue with dictionary download ([0cdc165](https://github.com/meetfranz/franz/commit/0cdc165))
1050 1154
1051### Improvements 1155### Improvements
1052 1156
1053* **Dark Mode:** Dark Mode polishing 1157- **Dark Mode:** Dark Mode polishing
1054* **App:** Updated a ton of dependencies 1158- **App:** Updated a ton of dependencies
1055
1056 1159
1057<a name="5.0.0-beta.20"></a> 1160<a name="5.0.0-beta.20"></a>
1058# [5.0.0-beta.20](https://github.com/meetfranz/franz/compare/v5.0.0-beta.19...v5.0.0-beta.20) (2018-12-05)
1059 1161
1162# [5.0.0-beta.20](https://github.com/meetfranz/franz/compare/v5.0.0-beta.19...v5.0.0-beta.20) (2018-12-05)
1060 1163
1061### Features 1164### Features
1062 1165
1063* **Windows:** Add taskbar action to reset Ferdi window ([08fa75a](https://github.com/meetfranz/franz/commit/08fa75a)) 1166- **Windows:** Add taskbar action to reset Ferdi window ([08fa75a](https://github.com/meetfranz/franz/commit/08fa75a))
1064* **Context Menu:** Add "Go Back" and "Go Forward" ([5c18595](https://github.com/meetfranz/franz/commit/5c18595)) 1167- **Context Menu:** Add "Go Back" and "Go Forward" ([5c18595](https://github.com/meetfranz/franz/commit/5c18595))
1065* **Context Menu:** Add Lookup, Search Google for ([5d5aa0c](https://github.com/meetfranz/franz/commit/5d5aa0c)) 1168- **Context Menu:** Add Lookup, Search Google for ([5d5aa0c](https://github.com/meetfranz/franz/commit/5d5aa0c))
1066* **App:** Add `--devtools` command line arg to automatically open Dev Tools ([84fc3a0](https://github.com/meetfranz/franz/commit/84fc3a0)) 1169- **App:** Add `--devtools` command line arg to automatically open Dev Tools ([84fc3a0](https://github.com/meetfranz/franz/commit/84fc3a0))
1067 1170
1068### Bug Fixes 1171### Bug Fixes
1069 1172
1070* **App:** Use system proxy for services ([8ddae4a](https://github.com/meetfranz/franz/commit/8ddae4a)) 1173- **App:** Use system proxy for services ([8ddae4a](https://github.com/meetfranz/franz/commit/8ddae4a))
1071* **App:** Fix service request url ([7751c17](https://github.com/meetfranz/franz/commit/7751c17)) 1174- **App:** Fix service request url ([7751c17](https://github.com/meetfranz/franz/commit/7751c17))
1072* **App:** Do not install App updates without user confirmation ([72fcaef](https://github.com/meetfranz/franz/commit/72fcaef)) 1175- **App:** Do not install App updates without user confirmation ([72fcaef](https://github.com/meetfranz/franz/commit/72fcaef))
1073* **Windows:** Fix quit app, really! ([ca1d618](https://github.com/meetfranz/franz/commit/ca1d618)) 1176- **Windows:** Fix quit app, really! ([ca1d618](https://github.com/meetfranz/franz/commit/ca1d618))
1074* **Context Menu:** Fix empty context menu item ([18040d4](https://github.com/meetfranz/franz/commit/18040d4)) 1177- **Context Menu:** Fix empty context menu item ([18040d4](https://github.com/meetfranz/franz/commit/18040d4))
1075
1076 1178
1077<a name="5.0.0-beta.19"></a> 1179<a name="5.0.0-beta.19"></a>
1180
1078# [5.0.0-beta.19](https://github.com/meetfranz/franz/compare/v5.0.0-beta.18...v5.0.0-beta.19) (2018-12-02) 1181# [5.0.0-beta.19](https://github.com/meetfranz/franz/compare/v5.0.0-beta.18...v5.0.0-beta.19) (2018-12-02)
1079 1182
1080### General 1183### General
1081 1184
1082* **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)** 1185- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1083 1186
1084### Features 1187### Features
1085 1188
1086* **App:** 👉 Dark Mode 👈 ([fd7954f](https://github.com/meetfranz/franz/commit/fd7954f)) 🙌 [@guillecura](https://github.com/guillecura) 1189- **App:** 👉 Dark Mode 👈 ([fd7954f](https://github.com/meetfranz/franz/commit/fd7954f)) 🙌 [@guillecura](https://github.com/guillecura)
1087* **App:** Add proxy support for services ([6297274](https://github.com/meetfranz/franz/commit/6297274)) 1190- **App:** Add proxy support for services ([6297274](https://github.com/meetfranz/franz/commit/6297274))
1088* **App:** New spell checker ([3d87c0e](https://github.com/meetfranz/franz/commit/3d87c0e)) 1191- **App:** New spell checker ([3d87c0e](https://github.com/meetfranz/franz/commit/3d87c0e))
1089* **App:** New context menu ([3d87c0e](https://github.com/meetfranz/franz/commit/3d87c0e)) 1192- **App:** New context menu ([3d87c0e](https://github.com/meetfranz/franz/commit/3d87c0e))
1090* **App:** Lay groundwork for general themeing support ([4ea044a](https://github.com/meetfranz/franz/commit/4ea044a)) 1193- **App:** Lay groundwork for general themeing support ([4ea044a](https://github.com/meetfranz/franz/commit/4ea044a))
1091* **App:** Add option to enable dark mode for supported services ([fd7954f](https://github.com/meetfranz/franz/commit/fd7954f)) 1194- **App:** Add option to enable dark mode for supported services ([fd7954f](https://github.com/meetfranz/franz/commit/fd7954f))
1092 1195
1093### Bug Fixes 1196### Bug Fixes
1094 1197
1095* **App:** App menu was not initialized on app launch. Resolving copy & paste issues for login. ([72d4164](https://github.com/meetfranz/franz/commit/72d4164)) 1198- **App:** App menu was not initialized on app launch. Resolving copy & paste issues for login. ([72d4164](https://github.com/meetfranz/franz/commit/72d4164))
1096* **General:** Convert many links from http to https ([#967](https://github.com/meetfranz/franz/issues/967)) 🙌 [@Stanzilla](https://github.com/Stanzilla) ([04a23b7](https://github.com/meetfranz/franz/commit/04a23b7)) 1199- **General:** Convert many links from http to https ([#967](https://github.com/meetfranz/franz/issues/967)) 🙌 [@Stanzilla](https://github.com/Stanzilla) ([04a23b7](https://github.com/meetfranz/franz/commit/04a23b7))
1097* **Menu:** Fix File -> Quit menu entry ([#888](https://github.com/meetfranz/franz/issues/888)) 🙌 [@dabalroman](https://github.com/dabalroman) ([4115b27](https://github.com/meetfranz/franz/commit/4115b27)) 1200- **Menu:** Fix File -> Quit menu entry ([#888](https://github.com/meetfranz/franz/issues/888)) 🙌 [@dabalroman](https://github.com/dabalroman) ([4115b27](https://github.com/meetfranz/franz/commit/4115b27))
1098* **Windows:** Fix impossible Ctrl+10 Shortcut ([0db7c12](https://github.com/meetfranz/franz/commit/0db7c12)) 1201- **Windows:** Fix impossible Ctrl+10 Shortcut ([0db7c12](https://github.com/meetfranz/franz/commit/0db7c12))
1099* **Windows:** Remove minimize setting check on close event ([#1038](https://github.com/meetfranz/franz/issues/1038)) 🙌 [@imaginarny](https://github.com/imaginarny) ([af9d356](https://github.com/meetfranz/franz/commit/af9d356)) 1202- **Windows:** Remove minimize setting check on close event ([#1038](https://github.com/meetfranz/franz/issues/1038)) 🙌 [@imaginarny](https://github.com/imaginarny) ([af9d356](https://github.com/meetfranz/franz/commit/af9d356))
1100
1101 1203
1102<a name="5.0.0-beta.18"></a> 1204<a name="5.0.0-beta.18"></a>
1205
1103# [5.0.0-beta.18](https://github.com/meetfranz/franz/compare/v5.0.0-beta.16...v5.0.0-beta.18) (2018-04-03) 1206# [5.0.0-beta.18](https://github.com/meetfranz/franz/compare/v5.0.0-beta.16...v5.0.0-beta.18) (2018-04-03)
1104 1207
1105### General 1208### General
1106* **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)** 1209
1210- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1107 1211
1108### Features 1212### Features
1109 1213
1110* **App:** Add option to enable/disable hardware acceleration ([f720d30](https://github.com/meetfranz/franz/commit/f720d30)) 1214- **App:** Add option to enable/disable hardware acceleration ([f720d30](https://github.com/meetfranz/franz/commit/f720d30))
1111 1215
1112### Bug Fixes 1216### Bug Fixes
1113 1217
1114* **Windows:** Fix shortcuts for closing, minimizing, quitting and toggling fullscreen ([f720d30](https://github.com/meetfranz/franz/commit/f720d30)) 1218- **Windows:** Fix shortcuts for closing, minimizing, quitting and toggling fullscreen ([f720d30](https://github.com/meetfranz/franz/commit/f720d30))
1115* **Windows:** Hide title bar when in fullscreen ([655a6ed](https://github.com/meetfranz/franz/commit/655a6ed)) 1219- **Windows:** Hide title bar when in fullscreen ([655a6ed](https://github.com/meetfranz/franz/commit/655a6ed))
1116
1117 1220
1118<a name="5.0.0-beta.17"></a> 1221<a name="5.0.0-beta.17"></a>
1222
1119# [5.0.0-beta.17](https://github.com/meetfranz/franz/compare/v5.0.0-beta.16...v5.0.0-beta.17) (2018-03-20) 1223# [5.0.0-beta.17](https://github.com/meetfranz/franz/compare/v5.0.0-beta.16...v5.0.0-beta.17) (2018-03-20)
1120 1224
1121### General 1225### General
1122 1226
1123* **App:** Various performance improvements 1227- **App:** Various performance improvements
1124* **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)** 1228- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1125
1126 1229
1127### Features 1230### Features
1128 1231
1129* **Windows:** Replace window frame with custom menu bar ([9af5fd0](https://github.com/meetfranz/franz/commit/9af5fd0)) 1232- **Windows:** Replace window frame with custom menu bar ([9af5fd0](https://github.com/meetfranz/franz/commit/9af5fd0))
1130* **Electron:** Update electron to 1.8.4 ([b9c6616](https://github.com/meetfranz/franz/commit/b9c6616)) 1233- **Electron:** Update electron to 1.8.4 ([b9c6616](https://github.com/meetfranz/franz/commit/b9c6616))
1131* **Mac:** Add dock bounce when new update is available ([47885bb](https://github.com/meetfranz/franz/commit/47885bb)) 1234- **Mac:** Add dock bounce when new update is available ([47885bb](https://github.com/meetfranz/franz/commit/47885bb))
1132* **Services:** Improve performance when reordering services ([82e832c](https://github.com/meetfranz/franz/commit/82e832c)) 1235- **Services:** Improve performance when reordering services ([82e832c](https://github.com/meetfranz/franz/commit/82e832c))
1133* **Translations:** Add option to translate error messages and system menus ([82e832c](https://github.com/meetfranz/franz/commit/82e832c)) 1236- **Translations:** Add option to translate error messages and system menus ([82e832c](https://github.com/meetfranz/franz/commit/82e832c))
1134 1237
1135### Bug Fixes 1238### Bug Fixes
1136 1239
1137* **App:** Fix app reload when coming back from sleep ([dd9f447](https://github.com/meetfranz/franz/commit/dd9f447)) 1240- **App:** Fix app reload when coming back from sleep ([dd9f447](https://github.com/meetfranz/franz/commit/dd9f447))
1138* **App:** Fix issue with app not showing services when recipe has invalid version (e.g. mailbox.org) ([dd9f447](https://github.com/meetfranz/franz/commit/dd9f447)) 1241- **App:** Fix issue with app not showing services when recipe has invalid version (e.g. mailbox.org) ([dd9f447](https://github.com/meetfranz/franz/commit/dd9f447))
1139* **Linux:** Fix missing/flickering ubuntu tray icon ([592f00a](https://github.com/meetfranz/franz/commit/592f00a)) 1242- **Linux:** Fix missing/flickering ubuntu tray icon ([592f00a](https://github.com/meetfranz/franz/commit/592f00a))
1140* **Service Tabs:** Remove "delete service" context menu when not in development mode ([3a5c3f0](https://github.com/meetfranz/franz/commit/3a5c3f0)) 1243- **Service Tabs:** Remove "delete service" context menu when not in development mode ([3a5c3f0](https://github.com/meetfranz/franz/commit/3a5c3f0))
1141* **Windows:** Improve app window handling ([dd9f447](https://github.com/meetfranz/franz/commit/dd9f447)) 1244- **Windows:** Improve app window handling ([dd9f447](https://github.com/meetfranz/franz/commit/dd9f447))
1142
1143 1245
1144<a name="5.0.0-beta.16"></a> 1246<a name="5.0.0-beta.16"></a>
1247
1145# [5.0.0-beta.16](https://github.com/meetfranz/franz/compare/v5.0.0-beta.15...v5.0.0-beta.16) (2018-02-23) 1248# [5.0.0-beta.16](https://github.com/meetfranz/franz/compare/v5.0.0-beta.15...v5.0.0-beta.16) (2018-02-23)
1146 1249
1147### General 1250### General
1148* **App:** Update Electron version to 1.7.12 (fixes critical security vulnerability CVE-2018–1000006 ) ([c67d7d1](https://github.com/meetfranz/franz/commit/c67d7d1))
1149* **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](https://i18n.meetfranz.com/)**
1150 1251
1151### Features 1252- **App:** Update Electron version to 1.7.12 (fixes critical security vulnerability CVE-2018–1000006 ) ([c67d7d1](https://github.com/meetfranz/franz/commit/c67d7d1))
1152* **App:** Invite Friends in Settings ([ab33c44](https://github.com/meetfranz/franz/commit/ab33c44)) 1253- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](https://i18n.meetfranz.com/)**
1153 1254
1154### Bug Fixes 1255### Features
1155 1256
1156* **App:** Fix memory leak in recipe polling loop ([c99848f](https://github.com/meetfranz/franz/commit/c99848f)) 1257- **App:** Invite Friends in Settings ([ab33c44](https://github.com/meetfranz/franz/commit/ab33c44))
1157* **App:** Fix validation for side-by-side teamId & customURL ([bd51150](https://github.com/meetfranz/franz/commit/bd51150))
1158* **App:** Reload Ferdi instead of all services one by one on sleep resume ([4e5f7af](https://github.com/meetfranz/franz/commit/4e5f7af))
1159* **App:** Fix toggle buttons shown during import ([1220e2c](https://github.com/meetfranz/franz/commit/1220e2c))
1160fix(App): Bugfix Fix memory leak in recipe polling loop
1161* **App:** Fix invite screen [object Object] values ([81c4e99](https://github.com/meetfranz/franz/commit/81c4e99))
1162* **App:** Fix Franz-wide form validation ([7618f51](https://github.com/meetfranz/franz/commit/7618f51))
1163* **App:** Fix service tooltips not initialized properly ([8765b8f](https://github.com/meetfranz/franz/commit/8765b8f))
1164* **Linux:** Invert tray icon color & add border for bright UI's ([0de9c60](https://github.com/meetfranz/franz/commit/0de9c60))
1165 1258
1259### Bug Fixes
1166 1260
1261- **App:** Fix memory leak in recipe polling loop ([c99848f](https://github.com/meetfranz/franz/commit/c99848f))
1262- **App:** Fix validation for side-by-side teamId & customURL ([bd51150](https://github.com/meetfranz/franz/commit/bd51150))
1263- **App:** Reload Ferdi instead of all services one by one on sleep resume ([4e5f7af](https://github.com/meetfranz/franz/commit/4e5f7af))
1264- **App:** Fix toggle buttons shown during import ([1220e2c](https://github.com/meetfranz/franz/commit/1220e2c))
1265 fix(App): Bugfix Fix memory leak in recipe polling loop
1266- **App:** Fix invite screen [object Object] values ([81c4e99](https://github.com/meetfranz/franz/commit/81c4e99))
1267- **App:** Fix Franz-wide form validation ([7618f51](https://github.com/meetfranz/franz/commit/7618f51))
1268- **App:** Fix service tooltips not initialized properly ([8765b8f](https://github.com/meetfranz/franz/commit/8765b8f))
1269- **Linux:** Invert tray icon color & add border for bright UI's ([0de9c60](https://github.com/meetfranz/franz/commit/0de9c60))
1167 1270
1168<a name="5.0.0-beta.15"></a> 1271<a name="5.0.0-beta.15"></a>
1272
1169# [5.0.0-beta.15](https://github.com/meetfranz/franz/compare/v5.0.0-beta.14...v5.0.0-beta.15) (2018-01-10) 1273# [5.0.0-beta.15](https://github.com/meetfranz/franz/compare/v5.0.0-beta.14...v5.0.0-beta.15) (2018-01-10)
1170 1274
1171### General 1275### General
1172 1276
1173* **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)** 1277- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1174 1278
1175### Features 1279### Features
1176 1280
1177* **App:** Add option to clear app cache ([@dannyqiu](https://github.com/dannyqiu)) ([be801ff](https://github.com/meetfranz/franz/commit/be801ff)) 1281- **App:** Add option to clear app cache ([@dannyqiu](https://github.com/dannyqiu)) ([be801ff](https://github.com/meetfranz/franz/commit/be801ff))
1178* **App:** Add option to show/hide notification badges for muted ([893a9f6](https://github.com/meetfranz/franz/commit/893a9f6)) 1282- **App:** Add option to show/hide notification badges for muted ([893a9f6](https://github.com/meetfranz/franz/commit/893a9f6))
1179* **Recipes:** Add semver version validation ([5826dc3](https://github.com/meetfranz/franz/commit/5826dc3)) 1283- **Recipes:** Add semver version validation ([5826dc3](https://github.com/meetfranz/franz/commit/5826dc3))
1180* **Recipes:** Add `hasHostedOption` to enable hosted & self hosted services ([03610f2](https://github.com/meetfranz/franz/commit/03610f2)) 1284- **Recipes:** Add `hasHostedOption` to enable hosted & self hosted services ([03610f2](https://github.com/meetfranz/franz/commit/03610f2))
1181* **Services:** Add custom service icon upload ([6b97e42](https://github.com/meetfranz/franz/commit/6b97e42)) 1285- **Services:** Add custom service icon upload ([6b97e42](https://github.com/meetfranz/franz/commit/6b97e42))
1182* **Services:** Add option to completely disable message badges ([cea7a5c](https://github.com/meetfranz/franz/commit/cea7a5c)) 1286- **Services:** Add option to completely disable message badges ([cea7a5c](https://github.com/meetfranz/franz/commit/cea7a5c))
1183* **Services:** Improve handling of external links ([e2d6edf](https://github.com/meetfranz/franz/commit/e2d6edf)) 1287- **Services:** Improve handling of external links ([e2d6edf](https://github.com/meetfranz/franz/commit/e2d6edf))
1184* **Services:** Improve user experience of service search ([7e784c6](https://github.com/meetfranz/franz/commit/7e784c6)) 1288- **Services:** Improve user experience of service search ([7e784c6](https://github.com/meetfranz/franz/commit/7e784c6))
1185* **Account:** Enable a user to delete their own account ([1f3df73](https://github.com/meetfranz/franz/commit/1f3df73)) 1289- **Account:** Enable a user to delete their own account ([1f3df73](https://github.com/meetfranz/franz/commit/1f3df73))
1186
1187
1188 1290
1189### Bug Fixes 1291### Bug Fixes
1190 1292
1191* **App:** Allow to turn on notifications when system dnd is enabled ([3045b47](https://github.com/meetfranz/franz/commit/3045b47)) 1293- **App:** Allow to turn on notifications when system dnd is enabled ([3045b47](https://github.com/meetfranz/franz/commit/3045b47))
1192* **App:** App mute now disables notifications as well ([0fa1caf](https://github.com/meetfranz/franz/commit/0fa1caf)) 1294- **App:** App mute now disables notifications as well ([0fa1caf](https://github.com/meetfranz/franz/commit/0fa1caf))
1193* **App:** Fix service reload after waking machine up ([531531e](https://github.com/meetfranz/franz/commit/531531e)) 1295- **App:** Fix service reload after waking machine up ([531531e](https://github.com/meetfranz/franz/commit/531531e))
1194* **App:** Fix "add services manually" message ([ac417dc](https://github.com/meetfranz/franz/commit/ac417dc)) 1296- **App:** Fix "add services manually" message ([ac417dc](https://github.com/meetfranz/franz/commit/ac417dc))
1195* **i18n:** Fallback to system language or english ([9733eaf](https://github.com/meetfranz/franz/commit/9733eaf)) 1297- **i18n:** Fallback to system language or english ([9733eaf](https://github.com/meetfranz/franz/commit/9733eaf))
1196* **Notification:** Remove notification sound when app is muted ([53fde0c](https://github.com/meetfranz/franz/commit/53fde0c)) 1298- **Notification:** Remove notification sound when app is muted ([53fde0c](https://github.com/meetfranz/franz/commit/53fde0c))
1197* **Recipes:** Enable `urlInputPrefix` for team and customURL ([873957d](https://github.com/meetfranz/franz/commit/873957d)) 1299- **Recipes:** Enable `urlInputPrefix` for team and customURL ([873957d](https://github.com/meetfranz/franz/commit/873957d))
1198* **Services:** Ctrl/Cmd+R now navigates back to the service root ([7293492](https://github.com/meetfranz/franz/commit/7293492)) 1300- **Services:** Ctrl/Cmd+R now navigates back to the service root ([7293492](https://github.com/meetfranz/franz/commit/7293492))
1199* **Services:** Fix transparent service background ([ed0098f](https://github.com/meetfranz/franz/commit/ed0098f)) 1301- **Services:** Fix transparent service background ([ed0098f](https://github.com/meetfranz/franz/commit/ed0098f))
1200* **Shortcuts:** Fixed settings shortcut inconsistency ([ca74846](https://github.com/meetfranz/franz/commit/ca74846)) 1302- **Shortcuts:** Fixed settings shortcut inconsistency ([ca74846](https://github.com/meetfranz/franz/commit/ca74846))
1201* **Spell checker:** Fixed issues with spell checker ([965fdf2](https://github.com/meetfranz/franz/commit/965fdf2)) 1303- **Spell checker:** Fixed issues with spell checker ([965fdf2](https://github.com/meetfranz/franz/commit/965fdf2))
1202* **Translations:** Re-add Spanish to available languages. ([ad936f2](https://github.com/meetfranz/franz/commit/ad936f2)) 1304- **Translations:** Re-add Spanish to available languages. ([ad936f2](https://github.com/meetfranz/franz/commit/ad936f2))
1203* **Windows:** Open window when clicking on toast notification ([b82bbc8](https://github.com/meetfranz/franz/commit/b82bbc8)) 1305- **Windows:** Open window when clicking on toast notification ([b82bbc8](https://github.com/meetfranz/franz/commit/b82bbc8))
1204
1205 1306
1206<a name="5.0.0-beta.14"></a> 1307<a name="5.0.0-beta.14"></a>
1207# [5.0.0-beta.14](https://github.com/meetfranz/franz/compare/v5.0.0-beta.13...v5.0.0-beta.14) (2017-11-23)
1208 1308
1309# [5.0.0-beta.14](https://github.com/meetfranz/franz/compare/v5.0.0-beta.13...v5.0.0-beta.14) (2017-11-23)
1209 1310
1210### Features 1311### Features
1211 1312
1212* **App:** Add link to changelog in app update notification ([2cbd938](https://github.com/meetfranz/franz/commit/2cbd938)) 1313- **App:** Add link to changelog in app update notification ([2cbd938](https://github.com/meetfranz/franz/commit/2cbd938))
1213* **App:** Add option to enable/disable spell checker ([dcab45a](https://github.com/meetfranz/franz/commit/dcab45a)) 1314- **App:** Add option to enable/disable spell checker ([dcab45a](https://github.com/meetfranz/franz/commit/dcab45a))
1214* **App:** Add option to mute all services in sidebar ([f5a9aa2](https://github.com/meetfranz/franz/commit/f5a9aa2)) 1315- **App:** Add option to mute all services in sidebar ([f5a9aa2](https://github.com/meetfranz/franz/commit/f5a9aa2))
1215* **App:** Decrease minimum window size to 600px width ([2521621](https://github.com/meetfranz/franz/commit/2521621)) 1316- **App:** Decrease minimum window size to 600px width ([2521621](https://github.com/meetfranz/franz/commit/2521621))
1216* **App:** Respect System DoNotDisturb mode for service audio ([7d41227](https://github.com/meetfranz/franz/commit/7d41227)) 1317- **App:** Respect System DoNotDisturb mode for service audio ([7d41227](https://github.com/meetfranz/franz/commit/7d41227))
1217* **Service:** Add option to display disabled services in tabs ([1839eff](https://github.com/meetfranz/franz/commit/1839eff)) 1318- **Service:** Add option to display disabled services in tabs ([1839eff](https://github.com/meetfranz/franz/commit/1839eff))
1218* **Service:** Add option to mute service ([b405ba1](https://github.com/meetfranz/franz/commit/b405ba1)) 1319- **Service:** Add option to mute service ([b405ba1](https://github.com/meetfranz/franz/commit/b405ba1))
1219* **Service:** Add dialog to reload crashed services ([259d40c](https://github.com/meetfranz/franz/commit/259d40c)) ([dannyqiu](https://github.com/dannyqiu)) 1320- **Service:** Add dialog to reload crashed services ([259d40c](https://github.com/meetfranz/franz/commit/259d40c)) ([dannyqiu](https://github.com/dannyqiu))
1220* **Translations:** Added new translations and improved existing ones. **[A million thanks to the amazing community.](https://i18n.meetfranz.com/)** 1321- **Translations:** Added new translations and improved existing ones. **[A million thanks to the amazing community.](https://i18n.meetfranz.com/)**
1221
1222 1322
1223### Bug Fixes 1323### Bug Fixes
1224 1324
1225* **Windows:** Fix notifications on Windows 10 (Fall Creators Update) ([eea4801](https://github.com/meetfranz/franz/commit/eea4801)) 1325- **Windows:** Fix notifications on Windows 10 (Fall Creators Update) ([eea4801](https://github.com/meetfranz/franz/commit/eea4801))
1226* **macOS:** Fix TouchBar related crash on macOS 10.12.1 and lower ([9e9a2ed](https://github.com/meetfranz/franz/commit/9e9a2ed)) 1326- **macOS:** Fix TouchBar related crash on macOS 10.12.1 and lower ([9e9a2ed](https://github.com/meetfranz/franz/commit/9e9a2ed))
1227* **App:** Add fallback to service menu when service name is empty ([42ed24d](https://github.com/meetfranz/franz/commit/42ed24d)) 1327- **App:** Add fallback to service menu when service name is empty ([42ed24d](https://github.com/meetfranz/franz/commit/42ed24d))
1228* **App:** Prevent app from redirecting when dropping link ([811a527](https://github.com/meetfranz/franz/commit/811a527)) ([dannyqiu](https://github.com/dannyqiu)) 1328- **App:** Prevent app from redirecting when dropping link ([811a527](https://github.com/meetfranz/franz/commit/811a527)) ([dannyqiu](https://github.com/dannyqiu))
1229* **Support with CPU:** Reduce maximum CPU usage ([64ad918](https://github.com/meetfranz/franz/commit/64ad918)) 1329- **Support with CPU:** Reduce maximum CPU usage ([64ad918](https://github.com/meetfranz/franz/commit/64ad918))
1230* **Hosted Services:** Do not strip www from custom service Url ([a764321](https://github.com/meetfranz/franz/commit/a764321)) ([BeneStem](https://github.com/BeneStem)) 1330- **Hosted Services:** Do not strip www from custom service Url ([a764321](https://github.com/meetfranz/franz/commit/a764321)) ([BeneStem](https://github.com/BeneStem))
1231* **Services:** Fix onNotify in service API ([b15421b](https://github.com/meetfranz/franz/commit/b15421b)) ([dannyqiu](https://github.com/dannyqiu)) 1331- **Services:** Fix onNotify in service API ([b15421b](https://github.com/meetfranz/franz/commit/b15421b)) ([dannyqiu](https://github.com/dannyqiu))
1232* **Sidebar:** Fix tabs reordering ([86413ba](https://github.com/meetfranz/franz/commit/86413ba)) ([josescgar](https://github.com/josescgar)) 1332- **Sidebar:** Fix tabs reordering ([86413ba](https://github.com/meetfranz/franz/commit/86413ba)) ([josescgar](https://github.com/josescgar))
1233
1234
1235 1333
1236<a name="5.0.0-beta.13"></a> 1334<a name="5.0.0-beta.13"></a>
1335
1237# [5.0.0-beta.13](https://github.com/meetfranz/franz/compare/v5.0.0-beta.12...v5.0.0-beta.13) (2017-11-06) 1336# [5.0.0-beta.13](https://github.com/meetfranz/franz/compare/v5.0.0-beta.12...v5.0.0-beta.13) (2017-11-06)
1238 1337
1239### Bug Fixes 1338### Bug Fixes
1240 1339
1241* **Windows:** Fix issue with multiple close handlers that prevent the app from quitting ([eea593e](https://github.com/meetfranz/franz/commit/eea593e)) 1340- **Windows:** Fix issue with multiple close handlers that prevent the app from quitting ([eea593e](https://github.com/meetfranz/franz/commit/eea593e))
1242
1243 1341
1244<a name="5.0.0-beta.12"></a> 1342<a name="5.0.0-beta.12"></a>
1343
1245# [5.0.0-beta.12](https://github.com/meetfranz/franz/compare/v5.0.0-beta.11...v5.0.0-beta.12) (2017-11-05) 1344# [5.0.0-beta.12](https://github.com/meetfranz/franz/compare/v5.0.0-beta.11...v5.0.0-beta.12) (2017-11-05)
1246 1345
1247### Features 1346### Features
1248 1347
1249* **Menu:** Add "About Ferdi" Menu item to Windows/Linux ([a21b770](https://github.com/meetfranz/franz/commit/a21b770)) 1348- **Menu:** Add "About Ferdi" Menu item to Windows/Linux ([a21b770](https://github.com/meetfranz/franz/commit/a21b770))
1250* **Menu:** Add menu item to toggle (service) dev tools ([e8da383](https://github.com/meetfranz/franz/commit/e8da383)) 1349- **Menu:** Add menu item to toggle (service) dev tools ([e8da383](https://github.com/meetfranz/franz/commit/e8da383))
1251* **Translation:** Add italian translation ([ab348cc](https://github.com/meetfranz/franz/commit/ab348cc)) ([dnlup](https://github.com/dnlup)) 1350- **Translation:** Add italian translation ([ab348cc](https://github.com/meetfranz/franz/commit/ab348cc)) ([dnlup](https://github.com/dnlup))
1252
1253 1351
1254### Bug Fixes 1352### Bug Fixes
1255 1353
1256* **App:** Add checks to service url validation to prevent app freeze ([db8515f](https://github.com/meetfranz/franz/commit/db8515f)) 1354- **App:** Add checks to service url validation to prevent app freeze ([db8515f](https://github.com/meetfranz/franz/commit/db8515f))
1257* **macOS:** Fix disable launch Ferdi on start ([34bba09](https://github.com/meetfranz/franz/commit/34bba09)) 1355- **macOS:** Fix disable launch Ferdi on start ([34bba09](https://github.com/meetfranz/franz/commit/34bba09))
1258* **Windows:** Launch Ferdi on start when selected ([34bba09](https://github.com/meetfranz/franz/commit/34bba09)) 1356- **Windows:** Launch Ferdi on start when selected ([34bba09](https://github.com/meetfranz/franz/commit/34bba09))
1259* **Onboarding:** Fix issue with import of on-premise services ([7c7d27d](https://github.com/meetfranz/franz/commit/7c7d27d)) 1357- **Onboarding:** Fix issue with import of on-premise services ([7c7d27d](https://github.com/meetfranz/franz/commit/7c7d27d))
1260* **Shortcuts:** Flip shortcut to navigate to next/previous service ([37d5923](https://github.com/meetfranz/franz/commit/37d5923)) 1358- **Shortcuts:** Flip shortcut to navigate to next/previous service ([37d5923](https://github.com/meetfranz/franz/commit/37d5923))
1261* **Windows:** Open Window when app is pinned to taskbar and minimized to system tray ([777814a](https://github.com/meetfranz/franz/commit/777814a)) 1359- **Windows:** Open Window when app is pinned to taskbar and minimized to system tray ([777814a](https://github.com/meetfranz/franz/commit/777814a))
1262* **Recipes:** Recipe developers don't need Premium Supporter Account for debugging ([7a9947a](https://github.com/meetfranz/franz/commit/7a9947a)) 1360- **Recipes:** Recipe developers don't need Premium Supporter Account for debugging ([7a9947a](https://github.com/meetfranz/franz/commit/7a9947a))
1263
1264
1265 1361
1266<a name="5.0.0-beta.11"></a> 1362<a name="5.0.0-beta.11"></a>
1363
1267# [5.0.0-beta.11](https://github.com/meetfranz/franz/compare/v5.0.0-beta.10...v5.0.0-beta.11) (2017-10-24) 1364# [5.0.0-beta.11](https://github.com/meetfranz/franz/compare/v5.0.0-beta.10...v5.0.0-beta.11) (2017-10-24)
1268 1365
1269### Features 1366### Features
1270 1367
1271* **Settings:** Add option to disable system tray icon ([c62f3fc](https://github.com/meetfranz/franz/commit/c62f3fc)) 1368- **Settings:** Add option to disable system tray icon ([c62f3fc](https://github.com/meetfranz/franz/commit/c62f3fc))
1272* **Service:** Display URL of hyperlinks ([a0cec4d](https://github.com/meetfranz/franz/commit/a0cec4d)) ([GustavoKatel](https://github.com/GustavoKatel)) 1369- **Service:** Display URL of hyperlinks ([a0cec4d](https://github.com/meetfranz/franz/commit/a0cec4d)) ([GustavoKatel](https://github.com/GustavoKatel))
1273* **App:** Add tab cycling with ctrl[+shift]+tab or ctrl+[pageup|pagedown] ([e58f558](https://github.com/meetfranz/franz/commit/ 1370- **App:** Add tab cycling with ctrl[+shift]+tab or ctrl+[pageup|pagedown] ([e58f558](https://github.com/meetfranz/franz/commit/
1274e58f558)) ([GustavoKatel](https://github.com/GustavoKatel)) 1371 e58f558)) ([GustavoKatel](https://github.com/GustavoKatel))
1275* **Translation:** Add Brazilian Portuguese ([phmigotto](https://github.com/phmigotto)) 1372- **Translation:** Add Brazilian Portuguese ([phmigotto](https://github.com/phmigotto))
1276* **Translation:** Add Dutch ([cpeetersburg](https://github.com/cpeetersburg), [Blizzke](https://github.com/Blizzke)) 1373- **Translation:** Add Dutch ([cpeetersburg](https://github.com/cpeetersburg), [Blizzke](https://github.com/Blizzke))
1277* **Translation:** Add Flemish ([Blizzke](https://github.com/Blizzke), [mroeling](https://github.com/mroeling)) 1374- **Translation:** Add Flemish ([Blizzke](https://github.com/Blizzke), [mroeling](https://github.com/mroeling))
1278* **Translation:** Add German ([rherwig](https://github.com/rherwig), [berndstelzl](https://github.com/berndstelzl)) 1375- **Translation:** Add German ([rherwig](https://github.com/rherwig), [berndstelzl](https://github.com/berndstelzl))
1279* **Translation:** Add Greek ([apo-mak](https://github.com/apo-mak)) 1376- **Translation:** Add Greek ([apo-mak](https://github.com/apo-mak))
1280* **Translation:** Add French ([Shadorc](https://github.com/Shadorc), [ShiiFu](https://github.com/ShiiFu)) 1377- **Translation:** Add French ([Shadorc](https://github.com/Shadorc), [ShiiFu](https://github.com/ShiiFu))
1281* **Translation:** Add Japanese ([koma-private](https://github.com/koma-private)) 1378- **Translation:** Add Japanese ([koma-private](https://github.com/koma-private))
1282* **Translation:** Add Polish ([grzeswol](https://github.com/grzeswol)) 1379- **Translation:** Add Polish ([grzeswol](https://github.com/grzeswol))
1283* **Translation:** Add Russian ([vaseker](https://github.com/vaseker)) 1380- **Translation:** Add Russian ([vaseker](https://github.com/vaseker))
1284* **Translation:** Add Ukrainian ([Kietzmann](https://github.com/Kietzmann)) 1381- **Translation:** Add Ukrainian ([Kietzmann](https://github.com/Kietzmann))
1285 1382
1286### Bug Fixes 1383### Bug Fixes
1287 1384
1288* **App:** Force Ferdi to use single window ([2ae409e](https://github.com/meetfranz/franz/commit/2ae409e)) 1385- **App:** Force Ferdi to use single window ([2ae409e](https://github.com/meetfranz/franz/commit/2ae409e))
1289* **Onboarding:** Fix enable/disable service import toggle ([23174f9](https://github.com/meetfranz/franz/commit/23174f9)) 1386- **Onboarding:** Fix enable/disable service import toggle ([23174f9](https://github.com/meetfranz/franz/commit/23174f9))
1290* **Onboarding:** Fix service import ([99d1c01](https://github.com/meetfranz/franz/commit/99d1c01)) 1387- **Onboarding:** Fix service import ([99d1c01](https://github.com/meetfranz/franz/commit/99d1c01))
1291* **Payment:** Fix payment window when name contains special character ([a854614](https://github.com/meetfranz/franz/commit/a854614)) 1388- **Payment:** Fix payment window when name contains special character ([a854614](https://github.com/meetfranz/franz/commit/a854614))
1292* **macOS:** Add macOS dark theme system tray icon ([55805f1](https://github.com/meetfranz/franz/commit/55805f1)) 1389- **macOS:** Add macOS dark theme system tray icon ([55805f1](https://github.com/meetfranz/franz/commit/55805f1))
1293* **Windows:** Fix enable/disable autostart on login ([eca7f3b](https://github.com/meetfranz/franz/commit/eca7f3b)) 1390- **Windows:** Fix enable/disable autostart on login ([eca7f3b](https://github.com/meetfranz/franz/commit/eca7f3b))
1294* **Windows:** Fix multiple system tray icons when opening/closing Ferdi ([5b9b0c7](https://github.com/meetfranz/franz/commit/5b9b0c7)) 1391- **Windows:** Fix multiple system tray icons when opening/closing Ferdi ([5b9b0c7](https://github.com/meetfranz/franz/commit/5b9b0c7))