aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-05-23 05:59:01 -0500
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2022-05-23 05:59:46 -0500
commit83027bae9661108ceb2285b6b5ebc8569e2ea8f6 (patch)
tree438b59253305a7e38cd153445b186db14f7c2829 /CHANGELOG.md
parentAdd new service-level option 'trapLinkUrls' (#154) (diff)
downloadferdium-app-83027bae9661108ceb2285b6b5ebc8569e2ea8f6.tar.gz
ferdium-app-83027bae9661108ceb2285b6b5ebc8569e2ea8f6.tar.zst
ferdium-app-83027bae9661108ceb2285b6b5ebc8569e2ea8f6.zip
New CHANGELOG content from the ferdi rebranding [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1675
1 files changed, 29 insertions, 1646 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 04f6a150f..664b6fad3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,1657 +1,40 @@
1# [v5.6.3-nightly.12](https://github.com/ferdium/ferdium-app/compare/v5.6.3-nightly.10...v5.6.3-nightly.12) (2021-09-24) 1# [v6.0.0-beta.1](https://github.com/ferdium/ferdium-app/compare/v5.8.2-nightly.2...v6.0.0-nightly.44) (2022-05-23)
2
3### Services
4
5- Update 'skype' and 'discord' to properly relinquish window object for image overlay 💖 @vraravam
6- Allow services to delineate favorites vs non-favorites in unread counts (eg Outlook) (ferdium/recipes#721) 💖 @vraravam
7
8# [v5.6.3-nightly.10](https://github.com/ferdium/ferdium-app/compare/v5.6.3-nightly.9...v5.6.3-nightly.10) (2021-09-22)
9
10### Services
11
12- Added `stackoverflow-chat` Recipe (ferdium/recipes#718) 💖 @vraravam
13- Allow self-hosted option for kimai-cloud service 💖 @vraravam
14- Remove call to 'clearStorageData' so that MS Teams can remember login creds across Ferdium restarts 💖 @vraravam
15
16# [v5.6.3-nightly.9](https://github.com/ferdium/ferdium-app/compare/v5.6.3-nightly.8...v5.6.3-nightly.9) (2021-09-21)
17
18### Bug fixes
19
20- Remove extra validation for `serviceUrl` for github since the url doesn't seem to be valid any more. (ferdium/recipes#715) 💖 @vraravam
21
22### Under the hood
23
24- Removed more references to `@electron/remote` from the codebase (#1968) 💖 @kris7t, @vraravam
25
26# [v5.6.3-nightly.8](https://github.com/ferdium/ferdium-app/compare/v5.6.3-nightly.7...v5.6.3-nightly.8) (2021-09-20)
27
28### Under the hood
29
30- Removed more references to `@electron/remote` from the codebase (#1967) 💖 #kris7t, @vraravam
31
32# [v5.6.3-nightly.7](https://github.com/ferdium/ferdium-app/compare/v5.6.3-nightly.4...v5.6.3-nightly.7) (2021-09-19)
33
34### Services
35
36- Added Pipefy Recipe (#711) 💖 @TanZng
37
38### Bug fixes
39
40- Fix images opening in browser instead of in Discord (#712) 💖 @briankendall
41- Fix accent color customization (#1963) (#1965) 💖 @kris7t
42
43### Under the hood
44
45- Progressing towards converting the whole code base from JS to TS (#1959) 💖 @mhatvan
46- Improved context isolation for sandboxing services (#1964) 💖 @kris7t
47
48# [v5.6.3-nightly.4](https://github.com/ferdium/ferdium-app/compare/v5.6.3-nightly.3...v5.6.3-nightly.4) (2021-09-16)
49
50### Features
51
52- Ferdium now support Split View Mode (#1926) 💖 @niutech
53
54### Bug fixes
55
56- Fix images opening in browser instead of in Discord (ferdium/recipes#712) 💖 @briankendall
57
58# [v5.6.3-nightly.3](https://github.com/ferdium/ferdium-app/compare/v5.6.3-nightly.2...v5.6.3-nightly.3) (2021-09-15)
59
60### Under the hood
61
62- Defensive programming to avoid javascript error for unread badges 💖 @vraravam
63- Progressing towards converting the whole code base from JS to TS (#1930) (#1934) 💖 @mhatvan
64- Translation updates and fixes 💖 @vraravam @mhatvan
65
66# [v5.6.3-nightly.2](https://github.com/ferdium/ferdium-app/compare/v5.6.2...v5.6.3-nightly.2) (2021-09-14)
67 2
68### Features 3### Features
69 4- Rebrand from Ferdi to Ferdium (text and visuals)
70- Upgrade to [electron 13.4.0](https://github.com/electron/electron/releases/tag/v13.4.0) 💖 @vraravam 5- [New website](https://ferdium.org/) is up and running!
71 6- Ferdium server is also available for those who want to self-host
72### Bug fixes 7- Ferdium server also shows up as an option for those who want to move away from the publicly-hosted Ferdi server
73 8- Add scripts/documentation to help users migrate from Ferdi to Ferdium (not automated due to the various combinations possible) - both hosted-server as well as serverless modes
74- Revert "refactor: reuse method from the core electron framework for the `About` box (fixes #1928, #1929) 💖 @vraravam 9- Use a different port number for the internal server (used in accountless mode) so that it doesn't clash if a user wants to run Ferdi and Ferdium simultaneously
75 10- Resurrect the electron-process-manager for Ferdium
76### Under the hood 11- Hide sidebar buttons toggled behind a hamburger menu
77 12- Add monochromatic Service icons option with Dim adjustment
78- chore: upgrade intl dependencies (#1920) 💖 @mhatvan 13- Add new service-level option where the user can choose whether to open links in Ferdium or in the default browser. Currently implimented only for discord, skype, steamchat and zoom.
79- chore: update various defaultMessages (#1925) 💖 @mhatvan
80
81# [v5.6.2](https://github.com/ferdium/ferdium-app/compare/v5.6.1...v5.6.2) (2021-09-13)
82
83This is a hotfix for the 5.6.1 release, along with a couple of changes that were made over the weekend
84 14
85### Services 15### Services
86 16
87- We now have native support for 212 recipes! 💖 @vraravam 17- Fix unread count for msteams service
88 - 'clockwise' (#692) 18- Improve view width on Telegram 'K' version
89 - 'coinbase' (#697) 19- Fix LinkedIn dark mode
90 - 'devRant' (#706) 20- Don't count muted chats, remove defunct workarounds in FB Messenger
91 - 'dialpad' (#695) 21- Add Gitea recipe
92 - 'dingtalk' (fixes #416) (#686) 22- Fix unread message counts for zulip, groupme and hostnet recipes
93 - 'drive' (#698) 23- Add support for self-hosted github url
94 - 'flock' (#688)
95 - 'freshdesk' (#700)
96 - 'hey' (#701)
97 - 'mewe' (fixes #484) (#684)
98 - 'misskey' (#693)
99 - 'plek' (#699)
100 - 'producthunt' (#687)
101 - 'ritetag' (#702)
102 - 'scrumpy' (#689)
103 - 'slowly' (fixes #297) (#690)
104 - 'sococo' (#704)
105 - 'stackoverflow' (#707)
106 - 'teamweek' (#694)
107 - 'tixio' (#691)
108 - 'udemy' (fixes #464) (#696)
109 - 'weekplan' (#705)
110 - 'whereby' (#683)
111 - 'yandex-mail' (fixes #421) (#685)
112- Add indirect count for 'teamleader' recipe. (#703) 💖 @vraravam
113- Merged 'github_enterprise' recipe into 'github' with the extra bits. 💖 @vraravam
114
115### Bug Fixes
116
117- Better implementation of prompting before quitting Ferdium (#1919) 💖 @vraravam
118- Fix broken menu due to referencing old intl value 💖 @mhatvan
119- Fix broken system tray menu (app wasn't quitting) by reverting previous fix 💖 @vraravam
120- Fix unread count in Office365 not working for non-English locales (ferdium/recipes#679) 💖 @vraravam
121- Fix unread count in WhatsApp for non-English locales (ferdium/recipes#680) 💖 @bpwned
122
123### Under the hood
124
125- Reuse method from the core electron framework for the 'About' Dialog 💖 @vraravam
126
127# [v5.6.2-nightly.2](https://github.com/ferdium/ferdium-app/compare/v5.6.2-nightly.1...v5.6.2-nightly.2) (2021-09-13)
128
129### Services
130
131- We now have native support for 212 recipes! 💖 @vraravam
132 - 'clockwise' (#692)
133 - 'coinbase' (#697)
134 - 'devRant' (#706)
135 - 'dialpad' (#695)
136 - 'dingtalk' (fixes #416) (#686)
137 - 'drive' (#698)
138 - 'flock' (#688)
139 - 'freshdesk' (#700)
140 - 'hey' (#701)
141 - 'mewe' (fixes #484) (#684)
142 - 'misskey' (#693)
143 - 'plek' (#699)
144 - 'producthunt' (#687)
145 - 'ritetag' (#702)
146 - 'scrumpy' (#689)
147 - 'slowly' (fixes #297) (#690)
148 - 'sococo' (#704)
149 - 'stackoverflow' (#707)
150 - 'teamweek' (#694)
151 - 'tixio' (#691)
152 - 'udemy' (fixes #464) (#696)
153 - 'weekplan' (#705)
154 - 'whereby' (#683)
155 - 'yandex-mail' (fixes #421) (#685)
156- Add indirect count for 'teamleader' recipe. (#703) 💖 @vraravam
157- Merged 'github_enterprise' recipe into 'github' with the extra bits. 💖 @vraravam
158 24
159### Bug fixes 25### Bug fixes
160 26
161- fix broken menu due to referencing old intl value 💖 @mhatvan 27- Fix height of tab items in relation to width for Normal Sidebar
162- fix broken system tray menu (app wasn't quitting) by reverting previous fix 💖 @vraravam 28- Fix issue where the password got reset if any other setting was changed
163 29- Increase the vertical height of the draggable area to center the 3 OS titlebar-buttons
164# [v5.6.2-nightly.1](https://github.com/ferdium/ferdium-app/compare/v5.6.1...v5.6.2-nightly.1) (2021-09-12)
165
166### Bug fixes
167
168- Fix unread count in Office365 not working for non-English locales (ferdium/recipes#679) 💖 @vraravam
169- Fix unread count in WhatsApp for non-English locales (ferdium/recipes#680) 💖 @bpwned
170
171# [v5.6.1](https://github.com/ferdium/ferdium-app/compare/v5.6.0...v5.6.1) (2021-09-11)
172
173### Features
174
175- Add a confirmation dialog and a preference while quitting Ferdium (#1879) 💖 @vraravam
176- Services now support aliases!!!! (#1774) 💖 @vraravam
177- Turn off the certificate-whitelisting in ms-teams since that can cause an MITM attack. 💖 @vraravam, @kris7t
178- Remove 'shareFranz' feature since its always turned off for Ferdium 💖 @vraravam
179- Sort the recipes according to their service name in the 'Add new Service' screen 💖 @vraravam
180- Add buttons in the 'Advanced' section of preferences to allow users to quickly open the ferdium profile in their file explorer 💖 @vraravam
181- [Security] Refactored Url helpers to ensure that theres a single place for vetting and opening external urls as recommended by [this article](https://benjamin-altpeter.de/shell-openexternal-dangers/) (#1789) 💖 @vraravam
182- Catch up with minor changes in Franz 5.7.0
183- Add entitlements for screen-capture-permissions on macos 💖 @vraravam
184- Ferdium is now present in the [snapstore](https://snapcraft.io/ferdium) 💖 @mhatvan
185- Quicker way to toggle dark mode from the sidebar context menu 💖 @vraravam
186- Follow OS reduced motion setting (#1757) 💖 @mhatvan, @vraravam
187- Add new Help menu item to allow easy import/export of config files 💖 @vraravam
188- Remove 'Most Popular' services since it alludes to user-tracking (#1718) 💖 @vraravam
189- Add a 'wakeUpStrategy' that the user can control to wake up a previously hibernated service (#1680) 💖 @vraravam
190
191### Minor changes
192
193- Upgrade `nodejs` to `14.17.5` 💖 @vraravam
194- Set default fallback locale for spell-checker to be 'en-US' 💖 @vraravam
195- 'Clear cache' button should not log out of services 💖 @mhatvan, @vraravam
196- Move some npm dependencies that were incorrectly classified as runtime deps, thus saving approx 16MB from the installed file (measured on macos) 💖 @vraravam, @mhatvan
197- Remove `What's New` functionality since that is superceded by the `Changelog` (#1864) 💖 @mhatvan
198- Improve contribution documentation (#1865) 💖 @sad270, @vraravam
199
200### Under the hood
201
202- Upgrade to [electron 13.3.0](https://github.com/electron/electron/releases/tag/v13.3.0) 💖 @vraravam
203- Upgrade `electron-builder` to `22.12.1` which will allow converion from `npm` to `pnpm` 💖 @mhatvan
204- Remove references to 'premium' validation checks and paid subscriptions (making them permanently on) since Ferdium is free to all users forever 💖 @vraravam
205- Build tooling: 'recipes' (using 'pnpm') will coexist with 'ferdium' (using 'npm') (#1905) 💖 @mhatvan, @vraravam
206- Use symbols for key shortcuts consistently 💖 @vraravam
207- Add ability for service recipe to expose known certificate hosts (#1890) 💖 @vraravam
208- Remove dependency of recipes requiring `electron` and `electron/remote` modules (#1869 & ferdium/recipes#674) 💖 @vraravam
209- Fix 'stores.app.accentColor is marked as required' console error (#1859) 💖 @sad270, @vraravam
210- Ensure stored settings conform to type-safety 💖 @vraravam
211- Use namespaces when pulling docker base images since this is reqd for podman 💖 @vraravam
212- Refactoring to have consistent usage (prep for ts conversion) (#1821) 💖 @vraravam
213- Use `Ferdium.safeParseInt` to ensure that parsing for unread count is done consistently in all recipes 💖 @vraravam
214- Remove some leftover Franz branding 💖 @vantezzen
215- Switch from `misty` to `concurrently` (#1846) 💖 @vantezzen
216- Services: Normalize all service recipes to be `es6` compliant 💖 @vraravam
217- Services: Change entry point in the `facebookpages` service (ferdium/recipes#640) 💖 @oda-alexandre, @vraravam
218- Set the `channel` for the auto-update (check if this fixes the in-app updater) 💖 @vraravam
219- Start conversion to typescript with stricter rules 💖 @vraravam
220- Move build-time js files out of 'src' and into 'scripts' 💖 @vraravam
221- Move 'gulp'-related packages to 'devDependencies' resulting in slimming down the installation file considerably (8MB on macos) 💖 @vraravam
222- Minor cleanup of 'NaN' logic when loading recipe badges 💖 @vraravam
223- Completed plumbing required for conversion from javascript to typescript 💖 @vraravam
224- Added animations step in gulp to transpile scss and copy to build 💖 @mhatvan
225- Generate '.gitignore' from gitignore.io 💖 @vraravam
226- Replace old '@meetfranz/electron-notification-state' with 'macos-notification-state' 💖 @vraravam
227- Enable service contextIsolation 💖 @kris7t, @vraravam
228- Use `import` instead of `require` resulting in slight memory performance improvements 💖 @vraravam
229- Move `internal-server` into a sub-folder as opposed to a git submodule for ease of maintenance 💖 @vraravam
230- Migrate from tslint to @typescript-eslint (#1706) 💖 @mhatvan
231
232### Services
233
234- New services: Add `Proton Calendar` (ferdium/recipes#606) 💖 @cereum
235- New services: Add `odoo`, `tinder` and `wakatime` 💖 @oda-alexandre
236- New services: Add `Google News` service 💖 @niutech
237- New services: Add `amazon web services` (ferdium/recipes#643), `binance` (ferdium/recipes#645), `ovh-cloud` (ferdium/recipes#650), `scribens` (ferdium/recipes#651), `docker hub` (ferdium/recipes#644), `bitwarden` (ferdium/recipes#647), `google translate` (ferdium/recipes#642) 💖 @oda-alexandre, @vraravam
238- Services: Remove duplicated recipes for `Outlook Web App` and `Enterprise OWA` (ferdium/recipes#523, ferdium/recipes#1808) 💖 @vraravam
239- Darkmode support for: `Facebook Messenger`, `Facebook Workplace Chat` (Facebook at work), `Slack`, `Google Calendar`, `Whatsapp`, `LinkedIn`, `Telegram`, `Instagram` 💖 @vraravam
240
241### Bug Fixes
242
243- Check if default app protocol is different before overriding it (#1818) 💖 @ayxos, @vraravam
244- Fix sidebar dimension when used in horizontal style (#1896) 💖 @CSY54
245- Partially revert the certificate-whitelisting for outlook since it caused crashes 💖 @vraravam
246- Fix macOS black screen when closing to systray in fullscreen mode (#1878) 💖 @sad270
247- Fix issue while importing exported `ferdium.data` file while switching from one laptop to another when it had workspaces (#1874) 💖 @vraravam
248- Fix for 'Support' link not working (404 error) (#1806) 💖 @kytwb
249- Fix zoom actions executed on another services (#1867) 💖 @sad270
250- Fix sidebar context menu not synced when toggling via the context menu (#1871) 💖 @sad270
251- Ferdium 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
252- When the active workspace gets deleted, the default workspace gets auto-selected. 💖 @sad270, @vraravam
253- Fix reordering of services in vertical style layout (#1833) 💖 @vraravam
254- Fix address bar not updating (#1836) 💖 @mhatvan
255- Fix screensharing in discord (ferdium/recipes#625) 💖 @oda-alexandre
256- Per popular demand, reworded `Use Vertical style` to `Use Horizontal style` 💖 @vraravam
257- Fix bug where the service-defaults were not merged when creating a service 💖 @vraravam
258- Audio toggle is now decoupled from notification toggle (#1691) 💖 @vraravam
259- Incorrect position while adding a new service when there were pre-existing services (#1820) 💖 @vraravam
260- Fix issue with some shortcuts not working on macos (those that either used `alt` or `shift` keys) 💖 @vraravam
261- Fix app focus detection 💖 @vraravam
262- Fix error while importing ferdium configuration without workspaces (#1776) 💖 @vraravam
263- Use electron's API to enable/disable spell-check when the app starts up 💖 @vraravam
264- Explicitly use env var to specify hostname for adonis for the internal-server. This fixes issue for some users where they have an alias for the `localhost` 💖 @vraravam
265- Prevent pasting twice (#1644) 💖 @stnkl, @vraravam
266
267# [v5.6.1-beta.4](https://github.com/ferdium/ferdium-app/compare/v5.6.1-beta.3...v5.6.1-beta.4) (2021-09-11)
268
269Please note that this is the same code as the `v5.6.1-nightly.56` tag.
270The cumulative changes since the previous beta release are:
271
272- Add a confirmation dialog and a preference while quitting Ferdium (#1879) 💖 @vraravam
273- Turn off the certificate-whitelisting in ms-teams since that can cause an MITM attack. 💖 @vraravam, @kris7t
274
275### Bug Fixes
276
277- Fix sidebar dimension when used in horizontal style (#1896) 💖 @CSY54
278- Partially revert the certificate-whitelisting for outlook since it caused crashes 💖 @vraravam
279- Fix macOS black screen when closing to systray in fullscreen mode (#1878) 💖 @sad270
280- Fix issue while importing exported `ferdium.data` file while switching from one laptop to another when it had workspaces (#1874) 💖 @vraravam
281- Fix for 'Support' link not working (404 error) (#1806) 💖 @kytwb
282- Fix zoom actions executed on another services (#1867) 💖 @sad270
283- Fix sidebar context menu not synced when toggling via the context menu (#1871) 💖 @sad270
284- Ferdium 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
285
286### Internal
287
288- Build tooling: 'recipes' (using 'pnpm') will coexist with 'ferdium' (using 'npm') (#1905) 💖 @mhatvan, @vraravam
289- Ability for service recipe to expose known certificate hosts (#1890) 💖 @vraravam
290- Remove dependency of recipes requiring `electron` and `electron/remote` modules (#1869 & ferdium/recipes#674) 💖 @vraravam
291- Fix 'stores.app.accentColor is marked as required' console error (#1859) 💖 @sad270, @vraravam
292- Ensure stored settings conform to type-safety 💖 @vraravam
293- Use namespaces when pulling docker base images since this is reqd for podman 💖 @vraravam
294- Remove `What's New` functionality since that is superceded by the `Changelog` (#1864) 💖 @mhatvan
295- Refactoring to have consistent usage (prep for ts conversion) (#1821) 💖 @vraravam
296- Improve contribution documentation (#1865) 💖 @sad270, @vraravam
297
298# [v5.6.1-nightly.56](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.55...v5.6.1-nightly.56) (2021-09-11)
299
300- Turn off the certificate whitelisting in ms-teams since that can cause an MITM attack. 💖 @vraravam, @kris7t
301
302### Internal
303
304- Build tooling: 'recipes' (using 'pnpm') will coexist with 'ferdium' (using 'npm') (#1905) 💖 @mhatvan, @vraravam
305
306# [v5.6.1-nightly.55](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.54...v5.6.1-nightly.55) (2021-09-10)
307
308### Bug fixes
309
310- Fix sidebar dimension when used in horizontal style (#1896) 💖 @CSY54
311- Partially reverted the certificate-whitelisting for outlook since it caused crashes 💖 @vraravam
312
313# [v5.6.1-nightly.54](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.53...v5.6.1-nightly.54) (2021-09-09)
314
315### Internal
316
317- Ability for service recipe to expose known certificate hosts (#1890) 💖 @vraravam
318
319# [v5.6.1-nightly.53](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.52...v5.6.1-nightly.53) (2021-09-08)
320
321- Add a confirmation dialog and a preference while quitting Ferdium (#1879) 💖 @vraravam
322
323### Bug Fixes
324
325- Fix macOS black screen when closing to systray in fullscreen mode (#1878) 💖 @sad270
326
327# [v5.6.1-nightly.52](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.51...v5.6.1-nightly.52) (2021-09-07)
328
329### Bug Fixes
330
331- Fix issue while importing exported `ferdium.data` file while switching from one laptop to another when it had workspaces (#1874) 💖 @vraravam
332- Fix for 'Support' link not working (404 error) (#1806) 💖 @kytwb
333- Fix zoom actions executed on another services (#1867) 💖 @sad270
334
335# [v5.6.1-nightly.51](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.50...v5.6.1-nightly.51) (2021-09-06)
336
337### Bug Fixes
338
339- Fix sidebar context menu not synced when toggling via the context menu (#1871) 💖 @sad270
340
341### Internal
342
343- Remove dependency of recipes requiring `electron` and `electron/remote` modules (#1869 & ferdium/recipes#674) 💖 @vraravam
344
345# [v5.6.1-nightly.50](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.48...v5.6.1-nightly.50) (2021-09-05)
346
347### Bug Fixes
348
349- Ferdium 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
350
351### Internal
352
353- Fix 'stores.app.accentColor is marked as required' console error (#1859) 💖 @sad270, @vraravam
354- Ensure stored settings conform to type-safety 💖 @vraravam
355- Use namespaces when pulling docker base images since this is reqd for podman 💖 @vraravam
356- Remove `What's New` functionality since that is superceded by the `Changelog` (#1864) 💖 @mhatvan
357- Refactoring to have consistent usage (prep for ts conversion) (#1821) 💖 @vraravam
358- Improve contribution documentation (#1865) 💖 @sad270, @vraravam
359
360# [v5.6.1-nightly.48](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.46...v5.6.1-nightly.48) (2021-09-03)
361
362- Service: Add ability to use self-hosted option for `youtrack` service (fixes ferdium/recipes#671)
363
364### Internal
365
366- Upgraded `nodejs` to `14.17.6` 💖 @vraravam
367
368# [v5.6.1-beta.3](https://github.com/ferdium/ferdium-app/compare/v5.6.1-beta.2...v5.6.1-beta.3) (2021-09-01)
369
370Please note that this is the same code as the `v5.6.1-nightly.46` tag.
371The cumulative changes since the previous beta release are:
372
373- Upgrade to [electron 13.3.0](https://github.com/electron/electron/releases/tag/v13.3.0) 💖 @vraravam
374- New services: Add `odoo`, `tinder` and `wakatime` 💖 @oda-alexandre
375- New services: Add `Google News` service 💖 @niutech
376- New services: Add `amazon web services` (ferdium/recipes#643), `binance` (ferdium/recipes#645), `ovh-cloud` (ferdium/recipes#650), `scribens` (ferdium/recipes#651), `docker hub` (ferdium/recipes#644), `bitwarden` (ferdium/recipes#647), `google translate` (ferdium/recipes#642) 💖 @oda-alexandre, @vraravam
377- Services: Remove duplicated recipes for `Outlook Web App` and `Enterprise OWA` (ferdium/recipes#523, ferdium/recipes#1808) 💖 @vraravam
378
379### Bug Fixes
380
381- Workspaces are now working. When the active workspace gets deleted, the default workspace gets auto-selected. 💖 @sad270, @vraravam
382- Fix reordering of services in vertical style layout (#1833) 💖 @vraravam
383- Fix address bar not updating (#1836) 💖 @mhatvan
384- Fix screensharing in discord (ferdium/recipes#625) 💖 @oda-alexandre
385- Per popular demand, reworded `Use Vertical style` to `Use Horizontal style` 💖 @vraravam
386
387### Internal
388
389- Use `Ferdium.safeParseInt` to ensure that parsing for unread count is done consistently in all recipes 💖 @vraravam
390- Upgraded `nodejs` to `14.17.5` 💖 @vraravam
391- Remove some leftover Franz branding 💖 @vantezzen
392- Switch from `misty` to `concurrently` (#1846) 💖 @vantezzen
393- Services: Normalized all service recipes to be `es6` compliant 💖 @vraravam
394- Services: Change entry point in the `facebookpages` service (ferdium/recipes#640) 💖 @oda-alexandre, @vraravam
395- Set the `channel` for the auto-update (check if this fixes the in-app updater) 💖 @vraravam
396- Fixing bug where the service-defaults are not merged when creating a service 💖 @vraravam
397
398# [v5.6.1-nightly.46](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.45...v5.6.1-nightly.46) (2021-09-01)
399
400### Bug Fixes
401
402- Workspaces are now working. When the active workspace gets deleted, the default workspace gets auto-selected. 💖 @sad270, @vraravam
403
404# [v5.6.1-nightly.45](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.43...v5.6.1-nightly.45) (2021-09-01)
405
406- Upgrade to [electron 13.3.0](https://github.com/electron/electron/releases/tag/v13.3.0) 💖 @vraravam
407- Services: Add `odoo` and `wakatime` 💖 @oda-alexandre
408
409### Internal
410
411- Use `Ferdium.safeParseInt` to ensure that parsing for unread count is done consistently in all recipes 💖 @vraravam
412
413# [v5.6.1-nightly.43](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.42...v5.6.1-nightly.43) (2021-08-30)
414
415- Services: Remove duplicated recipes for `Outlook Web App` and `Enterprise OWA` (ferdium/recipes#523 ferdium/recipes#1808) 💖 @vraravam
416
417# [v5.6.1-nightly.42](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.41...v5.6.1-nightly.42) (2021-08-29)
418
419- Upgraded to [electron 13.2.3](https://github.com/electron/electron/releases/tag/v13.2.3) 💖 @vraravam
420- New services: amazon web services (ferdium/recipes#643), binance (ferdium/recipes#645), ovh-cloud (ferdium/recipes#650), scribens (ferdium/recipes#651), docker hub (ferdium/recipes#644), bitwarden (ferdium/recipes#647), google translate (ferdium/recipes#642) 💖 @oda-alexandre, @vraravam
421
422# [v5.6.1-nightly.41](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.40...v5.6.1-nightly.41) (2021-08-28)
423
424- Services: Add 'tinder' service (ferdium/recipes#641) 💖 @oda-alexandre
425
426### Internal
427
428- Upgraded `nodejs` to `14.17.4` 💖 @vraravam
429- Remove some leftover Franz branding 💖 @vantezzen
430- Switch from `misty` to `concurrently` (#1846) 💖 @vantezzen
431- Services: Normalized all service recipes to be es6 compliant 💖 @vraravam
432- Services: Change entry point in the 'facebookpages' service (ferdium/recipes#640) 💖 @oda-alexandre, @vraravam
433
434# [v5.6.1-nightly.40](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.38...v5.6.1-nightly.40) (2021-08-27)
435
436### Bug Fixes
437
438- Fix reordering of services in vertical style layout (#1833) 💖 @vraravam
439- Fix address bar not updating (#1836) 💖 @mhatvan
440- Fix screensharing in discord (ferdium/recipes#625) 💖 @oda-alexandre
441- Per popular demand, reworded `Use Vertical style` to `Use Horizontal style` 💖 @vraravam
442
443### Internal
444
445- Set the `channel` for the auto-update (check if this fixes the in-app updater) 💖 @vraravam
446
447# [v5.6.1-nightly.38](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.37...v5.6.1-nightly.38) (2021-08-25)
448
449- Added `Google News` service 💖 @niutech
450
451### Bug Fixes
452
453### Internal
454
455- Fixing bug where the service-defaults are not merged when creating a service 💖 @vraravam
456
457# [v5.6.1-beta.2](https://github.com/ferdium/ferdium-app/compare/v5.6.1-beta.1...v5.6.1-beta.2) (2021-08-24)
458
459Please note that this is the same code as the `v5.6.1-nightly.37` tag.
460The cumulative changes since the previous beta release are:
461
462- Upgraded to [electron 13.2.2](https://github.com/electron/electron/releases/tag/v13.2.2) 💖 @vraravam
463- Remove checks that refers to paid subscription since Ferdium is always free 💖 @vraravam
464- Remove 'shareFranz' feature since its always turned off for Ferdium 💖 @vraravam
465- Sorted the recipes according to their service name in the 'Add new Service' screen 💖 @vraravam
466- Moved some npm dependencies that were incorrectly classified as runtime deps. This has saved approx 16MB from the installed file (on macos) 💖 @vraravam, @mhatvan
467- Add buttons in the 'Advanced' section of preferences to allow users to quickly open the ferdium profile in their file explorer 💖 @vraravam
468- [Security] Refactored Url helpers to ensure that theres a single place for vetting and opening external urls as recommended by [this article](https://benjamin-altpeter.de/shell-openexternal-dangers/) (#1789) 💖 @vraravam
469- Catch up with minor changes in Franz 5.7.0
470- Add entitlements for screen-capture-permissions 💖 @vraravam
471
472### Bug Fixes
473
474- Fixed bug where the service-defaults were not merged when creating a service 💖 @vraravam
475- Audio toggle is now decoupled from notification toggle (#1691) 💖 @vraravam
476- Incorrect position while adding a new service when there were pre-existing services (#1820) 💖 @vraravam
477- Fixed issue with some shortcuts not working on macos (those that either used `alt` or `shift` keys) 💖 @vraravam
478- Fix app focus detection 💖 @vraravam
479- Fix beta channel release for snap 💖 @mhatvan
480
481### Internal
482
483- [Perf] Removed double nested looping while deactivating service (#1824) 💖 @vraravam
484- Upgraded `electron-builder` to `22.12.1` which will allow converion from `npm` to `pnpm` 💖 @mhatvan
485- Typescript conversion 💖 @vraravam
486- Set stricter rules for typescript conversion 💖 @vraravam
487- Move build-time js files out of 'src' and into 'scripts' 💖 @vraravam
488- Check if default app protocol is different before overriding it (#1818) 💖 @ayxos, @vraravam
489- Minor cleanup of 'NaN' logic when loading recipe badges 💖 @vraravam
490- Completed plumbing required for conversion from javascript to typescript 💖 @vraravam
491- npm upgrades 💖 @vraravam
492- Started typescript conversion of some simple scripts 💖 @vraravam
493- Added animations step in gulp to transpile scss and copy to build 💖 @mhatvan
494- Generated '.gitignore' from gitignore.io 💖 @vraravam
495- Setting some config rules for typescript (in preparation for external contributors during hacktoberfest) 💖 @vraravam
496- Moved 'gulp'-related packages to 'devDependencies' resulting in slimming down the installation file considerably (8MB on macos) 💖 @vraravam
497- Use destructured 'import' 💖 @vraravam
498- Replace old '@meetfranz/electron-notification-state' with 'macos-notification-state' 💖 @vraravam
499
500# [v5.6.1-nightly.37](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.36...v5.6.1-nightly.37) (2021-08-24)
501
502- Upgraded to [electron 13.2.2](https://github.com/electron/electron/releases/tag/v13.2.2) 💖 @vraravam
503
504### Bug Fixes
505
506- Fixing bug where the service-defaults are not merged when creating a service 💖 @vraravam
507
508# [v5.6.1-nightly.36](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.35...v5.6.1-nightly.36) (2021-08-23)
509
510### Bug Fixes
511
512- Audio toggle is now decoupled from notification toggle (#1691) 💖 @vraravam
513
514### Internal
515
516- [Perf] Removed double nested looping while deactivating service (#1824) 💖 @vraravam
517- Upgraded `electron-builder` to `22.12.1` which will allow converion from `npm` to `pnpm` 💖 @mhatvan
518
519# [v5.6.1-nightly.35](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.34...v5.6.1-nightly.35) (2021-08-22)
520
521- Remove checks that refers to paid subscription since Ferdium is always free 💖 @vraravam
522- Remove 'shareFranz' feature since its always turned off for Ferdium 💖 @vraravam
523
524### Bug Fixes
525
526- Incorrect position while adding a new service when there were pre-existing services (#1820) 💖 @vraravam
527
528### Internal
529
530- Typescript conversion 💖 @vraravam
531- Set stricter rules for typescript conversion 💖 @vraravam
532- Move build-time js files out of 'src' and into 'scripts' 💖 @vraravam
533
534# [v5.6.1-nightly.34](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.33...v5.6.1-nightly.34) (2021-08-21)
535
536### Bug Fixes
537
538- Check if default app protocol is different before overriding it (#1818) 💖 @ayxos, @vraravam
539
540# [v5.6.1-nightly.33](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.32...v5.6.1-nightly.33) (2021-08-19)
541
542### Bug Fixes
543
544- Reverted back to `moment.js` from `day.js` due to bug #1811 💖 @vraravam
545
546# [v5.6.1-nightly.32](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.30...v5.6.1-nightly.32) (2021-08-18)
547
548- Sorted the recipes according to their service name in the 'Add new Service' screen 💖 @vraravam
549- Upgraded to [electron 13.2.1](https://github.com/electron/electron/releases/tag/v13.2.1) 💖 @vraravam
550
551# [v5.6.1-nightly.30](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.29...v5.6.1-nightly.30) (2021-08-17)
552
553### Bug Fixes
554
555- Fix snap assets capturing on GitHub (#1802) 💖 @mhatvan
556
557### Internal
558
559- Minor cleanup of 'NaN' logic when loading recipe badges 💖 @vraravam
560
561# [v5.6.1-nightly.29](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.28...v5.6.1-nightly.29) (2021-08-17)
562
563### Bug Fixes
564
565- Fix issue with left-clicking regression that was accidentally introduced in the previous nightly 💖 @vraravam
566- Fix snap assets capturing on GitHub (#1802) 💖 @mhatvan
567
568### Internal
569
570- Replace deprecated `moment.js` with `day.js` (#1804) 💖 @mhatvan
571
572# [v5.6.1-nightly.28](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.27...v5.6.1-nightly.28) (2021-08-16)
573
574- Moved some npm dependencies that were incorrectly classified as runtime deps. This has saved 11MB from the installed file (on macos) 💖 @vraravam
575- Removed unused npm dependencies (shaved anothe 5MB from the installed file on macos) 💖 @vraravam, @mhatvan
576
577### Bug Fixes
578
579- Fixed the 'Changelog' menu item to point to the correct branch 💖 @vraravam
580- Fixed issue with some shortcuts not working on macos (those that either used `alt` or `shift` keys) 💖 @vraravam
581
582### Internal
583
584- Completed plumbing required for conversion from javascript to typescript 💖 @vraravam
585- npm upgrades 💖 @vraravam
586- Started typescript conversion of some simple scripts 💖 @vraravam
587- Added animations step in gulp to transpile scss and copy to build 💖 @mhatvan
588
589# [v5.6.1-nightly.27](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.26...v5.6.1-nightly.27) (2021-08-15)
590
591- Add buttons in the 'Advanced' section of preferences to allow users to quickly open the ferdium profile in their file explorer 💖 @vraravam
592- [Security] Refactored Url helpers to ensure that there's a single place for vetting and opening external urls as recommended by [this article](https://benjamin-altpeter.de/shell-openexternal-dangers/) (#1789) 💖 @vraravam
593
594### Internal
595
596- Generated '.gitignore' from gitignore.io 💖 @vraravam
597- Setting some config rules for typescript (in preparation for external contributors during hacktoberfest) 💖 @vraravam
598- Moved 'gulp'-related packages to 'devDependencies' resulting in slimming down the installation file considerably (8MB on macos) 💖 @vraravam
599
600# [v5.6.1-nightly.26](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.24...v5.6.1-nightly.26) (2021-08-14)
601
602- Catch up with minor changes in Franz 5.7.0
603- Add entitlements for screen-capture-permissions 💖 @vraravam
604
605### Bug Fixes
606
607- Fix app focus detection 💖 @vraravam
608- Fix beta channel release for snap 💖 @mhatvan
609
610### Internal
611
612- Use destructured 'import' 💖 @vraravam
613- Refactor to reuse already defined constants 💖 @vraravam
614- Use exported default object 💖 @vraravam
615- Replace old '@meetfranz/electron-notification-state' with 'macos-notification-state' 💖 @vraravam
616
617# [v5.6.1-nightly.24](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.23...v5.6.1-nightly.24) (2021-08-13)
618
619- Added new recipe for Proton Calendar (ferdium/recipes#606) 💖 @cereum
620- Services now have aliases - so the user can search for alternative names to get matches (#1774) 💖 @vraravam
621
622### Bug Fixes
623
624- Fix startup crash for Ferdium v5.6.1-nightly.23 💖 @vraravam
625- Fix the sidebar context menu for toggling dark mode. 💖 @vraravam
626- Fix error while importing ferdium data (#1776) 💖 @vraravam
627
628### Internal
629
630- Fixed issue with incorrect eslint config. 💖 @vraravam
631
632# [v5.6.1-nightly.23](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.22...v5.6.1-nightly.23) (2021-08-12)
633
634- Allow the user to enable/disable the Dark Model from the context menu of the sidebar 💖 @vraravam
635
636### Bug Fixes
637
638- Fix startup crash for Ferdium v5.6.1-nightly.22 💖 @vraravam
639
640### Internal
641
642- Cleanup recipes (removed legacy properties and unused variables) 💖 @vraravam
643
644# [v5.6.1-nightly.22](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.21...v5.6.1-nightly.22) (2021-08-11)
645
646- Add Ferdium snap package (#1767) 💖 @mhatvan
647- Follow OS reduced motion setting (#1757) 💖 @mhatvan
648
649### Internal
650
651- refactor: Removed duplication related to platform-specific shortcut keys 💖 @vraravam
652
653# [v5.6.1-nightly.21](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.19...v5.6.1-nightly.21) (2021-08-10)
654
655- Added a new menu entry (Import/Export Configuration Data) to allow the user to quickly navigate and import/export configuration data 💖 @vraravam
656- Upgraded 'electron' to '13.1.9'. 💖 @vraravam
657- Use symbols for key shortcuts 💖 @vraravam
658
659### Bug Fixes
660
661- Use electron's API to enable/disable spell-check when the app starts up (#1743) 💖 @vraravam
662
663### Internal
664
665- Upgraded `electron-builder` to `22.12.0` 💖 @vraravam
666
667# [v5.6.1-nightly.19](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.18...v5.6.1-nightly.19) (2021-08-09)
668
669### Bug Fixes
670
671- Fix the changelog api to handle nightly builds 💖 @vraravam
672
673### Internal
674
675- Remove unused setting, add debug stmt. 💖 @vraravam
676- Fix issue with hidden db migration 💖 @vraravam
677- chore: Upgraded npm modules (minor and tiny version) 💖 @vraravam
678- Remove unnecessary copy of package config files into the Docker context 💖 @vraravam
679
680# [v5.6.1-nightly.18](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.17...v5.6.1-nightly.18) (2021-08-08)
681
682### Internal
683
684[Perf] Path-references refactoring and using 'import' instead of 'require' 💖 @vraravam
685
686# [v5.6.1-nightly.16](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.14...v5.6.1-nightly.16) (2021-08-06)
687
688### Bug Fixes
689
690- Change all occurrences of hard-coded ip address '127.0.0.1' to 'localhost' (#1253) 💖 @vraravam
691- Partially reverted menu-item cleanup (having only 'role' does not work in windows) (#1746) 💖 @vraravam
692
693### Internal
694
695- General code improvements 💖 @mhatvan, @vraravam
696
697## [5.6.1-nightly.14](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.13...v5.6.1-nightly.14) (2021-08-04)
698
699### Bug Fixes
700
701- Clear cache button should not log out of services (#1734) 💖 @mhatvan
702
703### Internal
704
705- Incorporate commitizen as a git pre-commit hook 💖 @vraravam
706- git commit comment structure are now enforced using 'commitlint' 💖 @vraravam
707
708## [5.6.1-nightly.13](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.12...v5.6.1-nightly.13) (2021-08-04)
709
710- Changed the cron for the ferdium build to run at 12:15 am UTC. 💖 @vraravam
711- Removed straggling code related to 'popular services'. 💖 @vraravam
712- Upgraded 'electron' to '13.1.8'. 💖 @vraravam
713
714## [5.6.1-nightly.12](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.11...v5.6.1-nightly.12) (2021-08-03)
715
716- Removed 'Most Popular' services since it alludes to user-tracking (#1718) 💖 @vraravam
717- Fixed #1722 [skip ci] 💖 @vraravam
718- Prevent pasting twice (#1644) 💖 @stnkl, @vraravam
719- Fixed #1726: Revamp menu items with correct accelerators. (#1728) 💖 @vraravam
720
721## [5.6.1-nightly.11](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.10...v5.6.1-nightly.11) (2021-08-02)
722
723- Migrated babel config. 💖 @vraravam
724- Removed duplicated contributors badge. 💖 @vraravam
725- [Cleanup] Moved 'internal-server' into a sub-folder as opposed to a git submodule. 💖 @vraravam
726- Minor visual refactoring to hide double separator. [skip ci] 💖 @vraravam
727- Fixed #1717: Turned on ToDo feature. 💖 @vraravam
728
729## [5.6.1-nightly.10](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.9...v5.6.1-nightly.10) (2021-08-01)
730
731- Moved 'jss' to a runtime dependency from a dev dependency. 💖 @vraravam
732- Removed stale references to 'packages/typings' 💖 @vraravam
733
734## [5.6.1-nightly.9](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.8...v5.6.1-nightly.9) (2021-07-31)
735
736- Migrate from tslint to @typescript-eslint (#1706) 💖 @mhatvan, @vraravam
737- Cleanup and improve dependencies 💖 @mhatvan, @vraravam
738- Broken artefact!!! Do not Use!!!
739
740## [5.6.1-nightly.7](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.6...v5.6.1-nightly.7) (2021-07-29)
741
742- Force create tag while building/publishing even if it already exists by some rare chance. 💖 @vraravam
743
744## [5.6.1-nightly.6](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.5...v5.6.1-nightly.6) (2021-07-29)
745
746- updated classnames to 2.3.1 to use added type definitions 💖 @mhatvan, @vraravam
747- Backporting configs in prep for node upgrade to v16 💖 @mhatvan, @vraravam
748- Locked npm modules; Made the nested package module versions be consistent with the root package. 💖 @vraravam
749
750## [5.6.1-nightly.5](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.4...v5.6.1-nightly.5) (2021-07-28)
751
752- Updated CHANGELOG.md with old change logs 💖 @vraravam
753- Use node-gyp@8.1 for all CI builds (and brings windows at par with macos and linux) 💖 @vraravam
754- Corrected documentation for fresh system [skip ci] 💖 @vraravam
755- Npm module updates (#1694) 💖 @vraravam
756
757## [5.6.1-nightly.4](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.2...v5.6.1-nightly.4) (2021-07-25)
758
759- Upgraded electron-builder to '22.11.10' (which supposedly fixes issues with packaging of node_modules) 💖 @vraravam
760- 5.6.1-nightly.4
761- Update submodules, browserslist data updates and linter fixes [skip ci]
762- 5.6.1-nightly.3
763- Trying to fix issue with CHANGES_COUNT not being deduced properly on CI runs (thus skipping the ferdium version). [skip ci] 💖 @vraravam
764- Updated recipes to pull in context-isolation changes. [skip ci] 💖 @kris7t
765- Recipe context isolation (#1456) 💖 @kris7t
766- Update submodules, browserslist data updates and linter fixes [skip ci]
767- New Crowdin updates (#1681)
768- Added a 'wakeUpStrategy' that the user can control to wake up a previously hibernated service (#1680) 💖 @vraravam
769- New Crowdin updates (#1678)
770- Removed unused i18n keys. [skip ci] 💖 @vraravam
771- Fix hibernation mode (#1486) 💖 @kytwb, @kris7t
772- Removed references to 'premium' i18n keys that are no longer used. 💖 @vraravam
773- New translations en-US.json (Korean) (#1677)
774
775## [5.6.1-nightly.2](https://github.com/ferdium/ferdium-app/compare/v5.6.1-nightly.0...v5.6.1-nightly.2) (2021-07-23)
776
777- 5.6.1-nightly.2
778- Fixed issue with the version-bumping check not registering as an env var for GH actions. [skip ci] 💖 @vraravam
779- Update submodules, browserslist data updates and linter fixes [skip ci]
780- New Crowdin updates (#1671)
781- Removed Franz paid plans features: - serviceLimit - planSelection - trialStatusBar 💖 @vraravam
782- New Crowdin updates (#1668)
783- New translations en-US.json (Italian)
784- Change contributor template to allow more contributors. [skip ci] Regenerate with new contributors added. 💖 @kytwb, @vraravam
785- 5.6.1-nightly.1
786- Resurrect 'fetch-depth' since its needed for merging of branches. [skip ci] 💖 @vraravam
787- Minor refactoring to avoid leaking of objects. 💖 @vraravam
788- New translations en-US.json (Chinese Simplified)
789
790## [5.6.0](https://github.com/ferdium/ferdium-app/compare/v5.6.0-beta.8...v5.6.0) (2021-07-23)
791
792- Upgrade changelogs for 5.6.0-beta.7 and 5.6.0-beta.8 [skip ci] 💖 @vraravam
793- Added debug logs for auto-updater. [skip ci] 💖 @vraravam
794- Fixed issue with error hiding version bump. 💖 @vraravam
795- Slight perf improvement for GH build checkout action; removed unused workflow. 💖 @vraravam
796- Update submodules, browserslist data updates and linter fixes [skip ci]
797- Skip bumping of app version if there are no other changes in a scheduled build. 💖 @vraravam
798- Fixed issue where the 'copy page url' didn't honor silent notifications for clipboard events. 💖 @vraravam
799- 5.6.0-nightly.88
800
801# [5.6.0-beta.8](https://github.com/ferdium/ferdium-app/compare/v5.6.0-beta.7...v5.6.0-beta.8) (2021-07-16)
802
803- Upgraded `electron` to `13.1.7` 💖 @vraravam
804- Turned on other h/w architectures (arm64, armv7l) for linux builds. (#1633) 💖 @vraravam
805- chore: run security audit on node modules 💖 @mhatvan
806- Upgraded `nodejs` to `14.17.3` 💖 @vraravam
807- Use 'useragent-generator' to generate the user-agent string 💖 @vraravam
808
809# [5.6.0-beta.7](https://github.com/ferdium/ferdium-app/compare/v5.6.0-beta.6...v5.6.0-beta.7) (2021-07-07)
810
811- Upgraded `electron` to `13.1.5`. 💖 @vraravam
812- Adjust link opening behavior 💖 @stnkl
813- Fix color adjustments in Settings screen 💖 @kris7t
814- Expose Chrome version to todos webview (fix #1211) (#1478) 💖 @kris7t
815- Added ability to turn off notifications for clipboard events generated from the context menu 💖 @vraravam
816- Build Ferdium for freeBSD 💖 @vraravam
817- CI Builds moved to using GitHub actions 💖 @vraravam
818- Bump electron-builder to 22.11.7 (fix #1469) 💖 @kris7t, @vraravam
819- Fix active Todos service behaviour (#1481) 💖 @kytwb, @kris7t
820- Removed the cyclical dependency in workspaces and announcement 💖 @markandan
821- Added ability to run specific OS builds for manual trigger 💖 @vraravam
822- Exposed User agent as a user-preference both globally as well as per-service overrides (#1535) 💖 @vraravam, @kris7t
823- Added new message when the user doesn't find a service (but that is present in the website) 💖 @vraravam
824- Upgrade various dependencies to latest, remove unnecessary electron-hunspell 💖 @mhatvan, @vraravam
825- Enforce strict adherence to node, npm and node-gyp versions (mainly for contributors) 💖 @vraravam
826- Refactored all runtime configs: moved from 'config.js' into 'environment.js' 💖 @vraravam
827- Removed references to png images since they were not being used anyways. Results in smaller installer file 💖 @vraravam
828- Building ferdium on an ARM machine (#1611) 💖 @vraravam
829
830# [5.6.0-beta.6](https://github.com/ferdium/ferdium-app/compare/v5.6.0-beta.5...v5.6.0-beta.6) (2021-05-31)
831
832### Features
833
834- Add new setting to minimize to tray when closing on Windows (#1087) 💖 @1mm0rt41PC
835- Add Search with Google and DuckDuckGo items in the context menu 💖 @MosheGross, @vraravam
836- Add support for Apple M1 💖 @arioki1, @vraravam
837- Enchance Quick switch with fuzzy search and highlighting (#1311) (#1319) 💖 @vraravam
838- Alternative shortcuts for Quick switch (#850) 💖 @kris7t
839- Add Back, Forward, Open, and Copy to clipboard items in browser context menu 💖 @vraravam
840- Add Copy to clipboard item for blob images on macOS 💖 @vraravam
841- Add MSI installer for Windows (#1443) 💖 @vraravam
842
843### Minor changes
844
845- Display search input when service is not found 💖 @arioki1
846- Expose Electron version information in "About Ferdium" (#1109) 💖 @vraravam
847- Add delete service confirmation (#1286) 💖 @vraravam
848- Add macOS Big Sur icon (#1056) (#1100) 💖 @alopix @jakobsudau
849- Improve custom accent color design 💖 @kris7t
850- Improve performance on Setting screen with large cache size 💖 @kris7t
851- Automatically fill in default service URL (#1436) 💖 @vraravam
852- Installation instructions for winget-cli 💖 @mloskot
853- Improve screen sharing selector appearance and add screen sharing cancellation
854
855### Recipes
856
857- Add 14 new recipes! Intercom, Infomaniak Mail, Clockify, BiP, Azure DevOps, Canvas, Webex Teams, Erepublik, Kimai, Snapdrop, Amazon WorkMail, Google Contacts, Harvest, Inoreader 💖 @guillaume-ro-fr, @bidouilles, @sysuin, @arioki1, @BilelJegham, @Sagir-mo, @rbertoncelj, @kevinpapst, @vraravam, @annagrram
858- Update Google Calendar icon 💖 @jobo90
859- Fix WhatsApp unread message counter 💖 @bpwned, @TheBoroer
860- Synchronize Outlook services and correct message count 💖 @cromefire
861- Fix null element error in Protonmail 💖 @mmso
862- Update URL for Telegram React 💖 @RoiArthurB
863- Update Zulip logo and contact details 💖 @adambirds
864- Fix Element unread message count 💖 @fjl5
865- Fix Google Chat image previews (#1283) 💖 @vraravam
866- Fix non-SSO login for Google services (#1273) (#1283) 💖 @vraravam
867- Update Gmail icon (ferdium/recipes#349) 💖 @vraravam
868- Fix Gitter unread message count 💖 @vraravam
869- Fix Hangouts Chat unread message count (ferdium/recipes#102) (ferdium/recipes#485) 💖 @vraravam
870- Add self-hosted URL support for Office 365 (ferdium/recipes#500) 💖 @vraravam
871- Fix login redirect in PushBullet (#1331) 💖 @vraravam
872- Fix Mattermost unread count (#1110) 💖 @kemenaran
873- Add self-hosted URL support for Jitsi (#1228) 💖 @vraravam
874- Add self-hosted URL support for Jira (#1169) 💖 @vraravam
875- Fix Messenger unread count (#1113) 💖 @vraravam
876- Fix Zulip unread count (#1362) 💖 @vraravam
877- Fix Telegram React unread count 💖 @vraravam
878
879### Fixes
880
881- Fix installation instructions for Homebrew (#1143) 💖 @kawarimidoll
882- Show username and lastname fetched from server in account settings (#1040) 💖 @k0staa
883- Fix "Service Developer Tools not available" (#147) 💖 @arioki1
884- Fix window unsnapping when clicking notification (#896) 💖 @stnkl
885- Fix spellchecker language saving (#1016)
886- Fix typo in the Login screen 💖 @eltociear
887- Fix typo in README.md 💖 @graves501
888- Fix "Show Ferdium In Menu Bar" nomenclature on macOS (#1417) 💖 @vraravam
889 30
890### Under the hood 31### Under the hood
891 32
892- Update to Electron 13.0.1 💖 @vraravam, @kris7t 33- Upgrade `electron` to the latest public version (18.2.4) to bring in lots of security fixes
893- Update dependencies 💖 @vraravam, @kris7t 34- Remove explicit dependency on `node-gyp` so as to minimize issues for compilation across different OSes and versions
894- Synchronize with Ferdium 5.6.0 💖 @vraravam 35- Turn off signing of mac and windows artifacts till we acquire the licenses
895- Add Docker containers for building in Linux and development with VSCode 💖 @vraravam 36- Add build scripts for linux, macos and windows to help new contributors get Ferdium setup quickly for local development
896 37- Convert some javascript files to typescript
897# [5.6.0-beta.5](https://github.com/ferdium/ferdium-app/compare/v5.6.0-beta.2...v5.6.0-beta.5) (2020-12-20) 38- Start adding some unit tests (still a long way to go for decent coverage)
898 39- Upgrade system dependencies and node modules to newer versions
899### Features 40- Update list of contributors in all repositories
900
901- Add FAB to service dashboard (#824)
902- Add "Go to Home Page" in services context menu (#900) 💖 @raicerk
903- Add vertical style and "Always show workspace drawer" setting (#567)
904- Flash TaskBar (Windows) / Bounce Dock (Mac) on New Message (#1020) 💖 @mahadevans87
905- Add danish translations 💖 @madsmtm
906
907### Minor changes
908
909- Update dependencies
910- Add Norwegian translations (#840) 💖 @larsmagnusherland
911- Update adaptable dark mode to work on all platforms (#834)
912- Improved onboarding flow and settings empty states (#996) 💖 @tofran
913- Enhance the "Support Ferdium" screen (#722) 💖 @yourcontact
914- Improve Ferdium's design (#977)
915
916### Recipes
917
918- Add 24 new recipes! Nextcloud, Nextcloud Cospend, Nextcloud Tasks, StackExchange, Noisli, Yahoo Mail, TickTick, DevDocs, Figma, iCloud Reminders, OneNote, YouTrack, SimpleNote, Lark, Slite, Pinterest, Disqus, Microsoft Todo, Google Podcasts, YouTube Music, Sync.com, Wire, Fleep, Google Classroom 💖 @eandersons, @kittywhiskers, @andrsussa, @vraravam, @arioki1, @hongshaoyang, @tofran, @stephenpapierski, @marcolussetti, @alopix, @iansearly, @TanZng
919- Fix connection error in case of audio/video call in Google Meet (ferdium/recipes#186) 💖 @Room4O4
920- Fix Wrike notification counter (ferdium/recipes#237) 💖 @mvdgun
921- Update recipe for element (ferdium/recipes#247) 💖 @fjl5
922- Add support for empty unread badges in WhatsApp (ferdium/recipes#236) 💖 @ruippeixotog
923- Add custom URLs for Jira (ferdium/recipes#217) 💖 @yann-soubeyrand
924- Fixing unread-counter for office365 (ferdium/recipes#229) 💖 @CrEaK
925- Mattermost: Fix badge for unread channels when in single team (ferdium/recipes#230) 💖 @CrEaK
926- Update Riot.im to Element.io (ferdium/recipes#235) 💖 @omove
927- Fix whatsapp fullscreen for different screen sizes (ferdium/recipes#216) 💖 @breuerfelix
928- Changed gmail getMessages to grab value next to Inbox 💖 @stephenpapierski
929- Fix Gmail getMessages produces wrong value 💖 @stephenpapierski
930- Update Hangouts Chat to display direct and indirect notifications (#306) 💖 @mahadevans87
931- Update user agent for OWA and Outlook (#302) 💖 @StormPooper
932- Updated Zoho icons 💖 @tofran
933- Spoof Chrome plugins for Skype 💖 @kris7t
934- More careful Gmail unread count detection 💖 @kris7t
935- Update Todoist notifications badge selector (#333) (#334) 💖 @rvisharma
936- Fix messages count for Fastmail (#335) (#336) 💖 @marcolussetti
937- Fix Zoho Mail 💖 @pointergr
938- Add notification count for Habitica 💖 @iansearly
939
940### Fixes
941
942- Fix Electron 9 crash on Windows 10 (#986) 💖 @mahadevans87
943- Patch getDisplayMedia for screen sharing in all services (#802)
944- Fix "Open folder" button on "Custom services" screen (#991)
945
946### Under the hood
947
948- Update to Electron 9
949- Remove Ferdium string from default user agent (#806) 💖 @dannyqiu
950- Add recipes packaging to development setup (#985)
951- Use imagemin to minify images (#1008) 💖 @vraravam
952- Disable Chromium's poor MPRIS implementation (#1023)
953
954# [5.6.0-beta.2](https://github.com/ferdium/ferdium-app/compare/v5.5.0...v5.6.0-beta.2) (2020-06-14)
955
956### Features
957
958- Make the notifications badge work with LauncherAPI-compliant (#736) 💖 @gabspeck
959
960### Minor changes
961
962- Update node-sass to 4.14.0 for compatibility with Node 14.x (#656) 💖 @dpeukert
963- Change Keyboard shortcut tooltip text in Sidebar for Settings (#665) 💖 @sampathBlam
964- Restore "delete service" option in sidebar (#692) 💖 @sampathBlam
965- Add Google Tasks to Todo providers (#695) 💖 @dannyqiu
966- Restore window last closed maximize/fullscreen state (#733) 💖 @dannyqiu
967- Add password hashing to lock password (#694)
968- Close/open window when clicking on tray menu item (#630) 💖 @dandelionadia
969- Use Tray popUpContextMenu on macOS/Windows only (#741)
970- Setup nightly releases deployment pipeline (#730)
971- Make Tray icons more robust on Linux (#748) 💖 @kris7t
972- Load disable hibernation per service status on startup (#754) 💖 @kris7t
973- Update global user agent to conform with spec (#779) 💖 @dannyqiu
974
975### Bug Fixes
976
977- Prevent unnecessary electron popup windows for links (#685) 💖 @mahadevans87
978- Refactor locking feature (#693)
979- Review launch on startup for macOS, start Ferdium app, not renderer (#696) 💖 @dannyqiu
980- Fix TodosWebview user agent (#713) 💖 @mahadevans87
981- Fix crash when using Password Lock with TouchID API unavailable (#737) 💖 @mahadevans87
982- Fix setting of webview disablewebsecurity attribute (#772) 💖 @dannyqiu
983
984# [5.5.0](https://github.com/ferdium/ferdium-app/compare/v5.4.3...v5.5.0) (2020-04-26)
985
986### Features
987
988- Merge Franz 5.5.0-beta.2
989- Add modifyRequestHeaders, enable properly setting headers for services (#639), 💖 @mahadevans87 @sampathBlam
990- Add dropdown list to choose Todo service (#418, #477), 💖 @yourcontact
991- Add hotkey for darkmode (#530, #537), 💖 @Room4O4 & @mahadevans87
992- Add option to start Ferdium minimized (#490, #534)
993- Add option to show draggable window area on macOS (#304, #532)
994- Add support for Adaptable Dark Mode on Windows (#548), 💖 @Room4O4 & @mahadevans87
995- Add notification & audio toggle action in tray context menu (#542), 💖 @Room4O4 & @mahadevans87
996- Add Dark Reader settings (#531, #568), 💖 @Room4O4 & @mahadevans87
997- Add support for 11 new services and improve existing ones, 💖 @rctneil @JakeSteam @sampathBlam @tpopela @RoiArthurB
998- Add support for unlocking with Touch ID (#367)
999- Add find in page feature (#67) (#432)
1000- Add custom dark mode handler support (#445)
1001- Add option to disable reload after resume (#442), 💖 @n0emis
1002- Add custom JS/CSS to services (#83)
1003- Add ability to change the services icons size and sidebar width (#153)
1004- Differentiate between indirect and direct notifications (#590), 💖 @Room4O4 @mahadevans87 @FeikoJoosten @sampathBlam
1005- Add setting to keep service in hibernation after startup (#577, #584)
1006
1007### Minor changes
1008
1009- Improve user onboarding (#493)
1010- Improve "Updates" section in settings (#506), 💖 @yourcontact
1011- Improve information about Franz Premium and Teams
1012- Hide user lastname on Ferdium servers as it is not stored
1013- Improve draggable window area height for macOS (#304, #479)
1014- Remove server setting from settings screen (#516), 💖 @mrassili
1015- Update Electron to 8.1.1 (#480)
1016- Window title now reflects service name (#213), 💖 @gmarec
1017- Improve system tray icon behaviour (#307)
1018- Improve navigation bar behaviour setting (#270)
1019- Ferdium is now available as Flatpak on Flathub (#323), 💖 @lhw
1020- Add automatic local recipe updates
1021- Add option to start Ferdium in system tray (#331), 💖 @jereksel
1022- Add better support for macOS dark mode
1023- Add better seperation in settings
1024- Change Sentry telemetry to be opt-in only (#160)
1025- Remove excess code from Franz's hibernate feature (#609)
1026- Refocus Webview only for active service (#610), 💖 @Room4O4 & @mahadevans87
1027- Use GitHub notifications center and direct notifications (ferdium/recipes#133)
1028- Switch back to original Telegram, add Telegram React (ferdium/recipes#132)
1029- Fix notifications for various services, 💖 @FeikoJoosten
1030- Add support for indirect messages for various services, 💖 @FeikoJoosten
1031- Use correct Riot icon (ferdium/recipes#125), 💖 @halms
1032- Remove incorrectly placed icons (ferdium/recipes#126), 💖 @halms
1033- Fix slack draft notifications (ferdium/recipes#127), 💖 @Serubin
1034- Remove automatic reloading from WhatsApp
1035- Update Microsoft Teams to allow Desktop Sharing (ferdium/recipes#116), 💖 @Gautasmi
1036- Organize settings with horizontal tabs (#569), 💖 @yourcontact
1037- Improve cache clearing UI feedback (#620), 💖 @saruwman
1038
1039### Bug fixes
1040
1041- Fix cache clearing not working in Windows 10 (#541, #544), 💖 @Room4O4 & @mahadevans87
1042- Fix Home button in navigation bar not correctly navigating (#571, #573), 💖 @Room4O4 & @mahadevans87
1043- Fix and enhance context menu (#357) (#413) (#452) (#354) (#227)
1044- Fix regresssion around muting services (#428), 💖 @dpeukert
1045- Fix app unusable without an account on Windows since v5.4.0 (#253)
1046- Fix services URL validation/harmonization (#276)
1047- Fix app failing to properly lock itself at startup resulting in shortcuts not working (#377) (#362)
1048- Fix shortcuts not working when locked (#404)
1049- Fix missing Slack services custom icons (#290)
1050- Fix app possibly unusable when using faulty translations (#340)
1051- Fix Dark Mode setting on Windows (#347)
1052- Fix login problems in Google services
1053- Fix Dark Reader blocking services from loading (#285)
1054- Fix incorrect body closing tag (#330), 💖 @jereksel
1055- Fix DarkReader translation problem (#593)
1056- Fix system tray icon tooltip text (#648), 💖 @sampathBlam
1057- Enable Dark Reader settings to follow the accent color (#646), 💖 @sampathBlam
1058
1059### Build changes
1060
1061- Add retry commands to flaky build steps (#498)
1062- Run utility scripts pre-commit instead of pre-push (#515)
1063- Sign Windows binaries (#635, #633, #112)
1064
1065# [5.5.0-gm.2](https://github.com/ferdium/ferdium-app/compare/v5.5.0-gm...v5.5.0-gm.2) (2020-04-23)
1066
1067### Features
1068
1069- Differentiate between indirect and direct notifications (#590), 💖 @Room4O4 @mahadevans87 @FeikoJoosten @sampathBlam
1070- Add setting to keep service in hibernation after startup (#577, #584)
1071
1072### Minor changes
1073
1074- Remove excess code from Franz's hibernate feature (#609)
1075- Refocus Webview only for active service (#610), 💖 @Room4O4 & @mahadevans87
1076- Use GitHub notifications center and direct notifications (ferdium/recipes#133)
1077- Switch back to original Telegram, add Telegram React (ferdium/recipes#132)
1078- Fix notifications for various services, 💖 @FeikoJoosten
1079- Add support for indirect messages for various services, 💖 @FeikoJoosten
1080- Use correct Riot icon (ferdium/recipes#125), 💖 @halms
1081- Remove incorrectly placed icons (ferdium/recipes#126), 💖 @halms
1082- Fix slack draft notifications (ferdium/recipes#127), 💖 @Serubin
1083- Remove automatic reloading from WhatsApp
1084- Update Microsoft Teams to allow Desktop Sharing (ferdium/recipes#116), 💖 @Gautasmi
1085- Organize settings with horizontal tabs (#569), 💖 @yourcontact
1086- Improve cache clearing UI feedback (#620), 💖 @saruwman
1087
1088### Bug Fixes
1089
1090- Fix DarkReader translation problem (#593)
1091
1092## [5.5.0-gm](https://github.com/ferdium/ferdium-app/compare/v5.4.4-beta.3...v5.5.0-gm) (2020-04-19)
1093
1094### Features
1095
1096- Merge Franz 5.5.0-beta.2
1097- Add dropdown list to choose Todo service (#418, #477), 💖 @yourcontact
1098- Add hotkey for darkmode (#530, #537), 💖 @Room4O4 & @mahadevans87
1099- Add option to start Ferdium minimized (#490, #534)
1100- Add option to show draggable window area on macOS (#304, #532)
1101- Add support for Adaptable Dark Mode on Windows (#548), 💖 @Room4O4 & @mahadevans87
1102- Add notification & audio toggle action in tray context menu (#542), 💖 @Room4O4 & @mahadevans87
1103- Add Dark Reader settings (#531, #568), 💖 @Room4O4 & @mahadevans87
1104- Add support for 11 new services and improve existing ones, 💖 @rctneil @JakeSteam @sampathBlam @tpopela @RoiArthurB
1105
1106### Minor changes
1107
1108- Improve user onboarding (#493)
1109- Improve "Updates" section in settings (#506), 💖 @yourcontact
1110- Improve information about Franz Premium and Teams
1111- Improve user scripts (#559)
1112- Hide user lastname on Ferdium servers as it is not stored
1113- Improve draggable window area height for macOS (#304, #479)
1114- Remove server setting from settings screen (#516), 💖 @mrassili
1115- Update Electron to 8.1.1 (#480)
1116
1117### Bug fixes
1118
1119- Fix cache clearing not working in Windows 10 (#541, #544), 💖 @Room4O4 & @mahadevans87
1120- Fix Home button in navigation bar not correctly navigating (#571, #573), 💖 @Room4O4 & @mahadevans87
1121
1122### Build changes
1123
1124- Add retry commands to flaky build steps (#498)
1125- Run utility scripts pre-commit instead of pre-push (#515)
1126
1127# [5.4.3](https://github.com/ferdium/ferdium-app/compare/v5.4.0...v5.4.3)
1128
1129### Features
1130
1131- Add inactivity lock #179
1132
1133### Minor changes
1134
1135- Upgrading to Electron 7 https://github.com/ferdium/ferdium-app/issues/170
1136- Review empty lock password behaviour https://github.com/ferdium/ferdium-app/issues/232
1137- Several minor UI improvements
1138- Add several new services
1139- Better handling of (adaptable/universal) dark mode eff719b87c60097342d393922048662c32255d88
1140- Enhance icon file for better rendering on Windows #272
1141- Add auto-focus on lock screen password field #269
1142- Allow SVG mimetype for service custom icon #271
1143- Add multisize tray icon for Windows (#316)
1144
1145### Bug fixes
1146
1147- Fix bypass flaw in lock feature https://github.com/ferdium/ferdium-app/issues/168
1148- Fix spellchecker by using setTimeout https://github.com/ferdium/ferdium-app/issues/220
1149- Fix zoom +/- in services https://github.com/ferdium/ferdium-app/issues/143
1150- Fix microphone/camera access on some versions of macOS #193
1151- Fix bugs with using Ferdium without an account
1152
1153### Build changes
1154
1155- Extended Travis build time from 30 to 100 minutes
1156
1157# [5.4.0](https://github.com/ferdium/ferdium-app/compare/v5.3.4...v5.4.0)
1158
1159- Merge Franz v5.4.0
1160- Add option to show a service navigation bar
1161- Add service hibernation
1162- Minifying build files to improve app size
1163- Switching to `electron-spellchecker` for improved spellchecking
1164- Add button to open darkmode.css for a service
1165- Add option to change accent color
1166- Fix universal darkmode for WhatsApp and Threema
1167- Sorting applications in QuickSwitch by last used
1168
1169# [5.3.4](https://github.com/ferdium/ferdium-app/compare/v5.3.3...v5.3.4) (2019-09-25)
1170
1171- Fix continuous releases/assets delivery on tags builds #53
1172- Attempt at making menubar hiding feature cross-platform #7 (comment)
1173- Attempt at making "About Ferdium" consistent across platforms #47 (comment)
1174- Attempt at fixing "Launch on start" feature on Linux #63
1175- Add "Quick Switch" feature
1176- Add universal Dark-Mode via the [Dark Reader extension](https://github.com/darkreader/darkreader)
1177- Add "Scheduled Do-not-Disturb" feature
1178
1179# [5.3.3](https://github.com/ferdium/ferdium-app/compare/v5.3.2...v5.3.3) (2019-09-18)
1180
1181- Merged Franz v5.3.3 into Ferdium
1182- Allow hiding menubar (#7)
1183- Add "back" and "forward" options for browsing history inside services (#39)
1184- Add password protection feature (#41)
1185- Add keep workspace loaded option per workspace (#37)
1186
1187# [5.3.2](https://github.com/ferdium/ferdium-app/compare/v5.3.1...v5.3.2) (2019-09-13)
1188
1189Merged Franz v5.3.2 into Ferdium
1190
1191## [5.3.1](https://github.com/ferdium/ferdium-app/compare/v5.3.0...v5.3.1) (2019-09-09)
1192
1193Merge Franz v5.3.1 into Ferdium.
1194
1195- Enable todos for all users
1196- Fix WhatsApp recipe not working (#19 and #21)
1197
1198### Bug Fixes
1199
1200- **Windows:** Fix app size in fullscreen ([e210701](https://github.com/ferdium/ferdium-app/commit/e210701))
1201- **Windows:** Fix app to be cropped at the bottom on Windows ([42f97b4](https://github.com/ferdium/ferdium-app/commit/42f97b4))
1202
1203### Features
1204
1205- **Todos:** Add option to disable todos ([5d03b91](https://github.com/ferdium/ferdium-app/commit/5d03b91))
1206
1207## [5.3.0](https://github.com/ferdium/ferdium-app/compare/v5.2.1-beta.1...v5.3.0) (2019-09-06)
1208
1209- Removes pages begging you to donate after registration
1210- Makes all users Premium by default
1211- [Add option to change server to a custom](https://github.com/ferdium/ferdium#servers) [ferdium-server](https://github.com/ferdium/server)
1212- Remove "Franz is better together" popup
1213- Makes RocketChat self-hosted generally available
1214- Comes with a custom branding proper to Ferdium
1215
1216## [5.2.1-beta.1](https://github.com/meetfranz/franz/compare/v5.2.0...v5.2.1-beta.1) (2019-07-30)
1217
1218### Features
1219
1220- **App:** Add second confirmation step for the free 14 day trial.
1221- **Todos:** Add option to disable todos ([5d03b91](https://github.com/meetfranz/franz/commit/5d03b91))
1222
1223# [5.3.0](https://github.com/meetfranz/franz/compare/v5.2.1-beta.1...v5.3.0) (2019-09-06)
1224
1225### Features
1226
1227- **Todos:** 🥳🥳🥳 Manage your daily tasks with **Franz Todos** 🥳🥳🥳
1228- **App:** Add option to copy debug information via the help menu ([4666e85](https://github.com/meetfranz/franz/commit/4666e85))
1229- **App:** Updated Pricing, more infos can be found on ([meetfranz.com/pricing](https://meetfranz.com/pricing))
1230- **App:** Improved Settings UX
1231- **3rd Party Services:** Added option to open custom recipes folder
1232
1233### Bug Fixes
1234
1235- **Windows:** Fix app size in fullscreen ([e210701](https://github.com/meetfranz/franz/commit/e210701))
1236- **Windows:** Fix app to be cropped at the bottom on Windows ([42f97b4](https://github.com/meetfranz/franz/commit/42f97b4))
1237- **Notifications:** Fix issue that blocked notifications from e.g. Slack ([44c413b](https://github.com/meetfranz/franz/commit/44c413b))
1238- **App:** A ton of various bugfixes and improvements
1239
1240### General
1241
1242- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1243
1244# [5.2.0](https://github.com/meetfranz/franz/compare/v5.2.0-beta.4...v5.2.0) (2019-07-19)
1245
1246### Features
1247
1248- **Service:** You can now add any custom website 🥳
1249
1250### Bug Fixes
1251
1252- **Notifications:** Don't show notification badges when app is muted ([e844a64](https://github.com/meetfranz/franz/commit/e844a64))
1253- **Settings:** Fix position of settings window
1254- **Recipes:** Fix recipe install when directly accessing recipe e.g. via url ([eba50bc](https://github.com/meetfranz/franz/commit/eba50bc))
1255- **Proxy:** Fix issue with service proxy authentication ([b9e5b23](https://github.com/meetfranz/franz/commit/b9e5b23))
1256- **Announcements:** Fix issue with rendering announcements in workspaces ([1e38ec5](https://github.com/meetfranz/franz/commit/1e38ec5))
1257- **Windows:** Add Workspaces menu & fix Window menu ([92a61d4](https://github.com/meetfranz/franz/commit/92a61d4))
1258- **Windows:** Replace tray icon with high-res version ([a5eb399](https://github.com/meetfranz/franz/commit/a5eb399))
1259- **Workspaces:** Fix service reordering within workspaces ([17f3a22](https://github.com/meetfranz/franz/commit/17f3a22))
1260- **Workspaces:** Fix issue with service visibility after downgrade ([05294](https://github.com/meetfranz/franz/commit/05294))
1261
1262### General
1263
1264- **App:** Improved email validation ([dd8ddcc](https://github.com/meetfranz/franz/commit/dd8ddcc)) ([@Snuggle](https://github.com/Snuggle))
1265- **App:** Update electron to 4.2.4 ([404c87a](https://github.com/meetfranz/franz/commit/404c87a))
1266- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1267
1268# [5.2.0-beta.4](https://github.com/meetfranz/franz/compare/v5.2.0-beta.3...v5.2.0-beta.4) (2019-07-01)
1269
1270### Bug Fixes
1271
1272- **Notifications:** Don't show notification badges when app is muted ([e844a64](https://github.com/meetfranz/franz/commit/e844a64))
1273- **Settings:** Fix position of settings window
1274
1275### General
1276
1277- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1278
1279# [5.2.0-beta.3](https://github.com/meetfranz/franz/compare/v5.2.0-beta.2...v5.2.0-beta.3) (2019-06-24)
1280
1281### General
1282
1283- **App:** Downgraded electron to 4.2.4 ([404c87a](https://github.com/meetfranz/franz/commit/404c87a))
1284
1285# [5.2.0-beta.2](https://github.com/meetfranz/franz/compare/v5.2.0-beta.1...v5.2.0-beta.2) (2019-06-12)
1286
1287### Bug Fixes
1288
1289- **Recipes:** Fix recipe install when directly accessing recipe ([eba50bc](https://github.com/meetfranz/franz/commit/eba50bc))
1290
1291# [5.2.0-beta.1](https://github.com/meetfranz/franz/compare/v5.1.0...v5.2.0-beta.1) (2019-06-11)
1292
1293### Bug Fixes
1294
1295- **Workspaces:** Service reordering within workspaces ([17f3a22](https://github.com/meetfranz/franz/commit/17f3a22))
1296- **Proxy:** Fix issue with proxy authentication ([b9e5b23](https://github.com/meetfranz/franz/commit/b9e5b23))
1297- **Announcements:** Fixes issue with rendering announcements in workspaces ([1e38ec5](https://github.com/meetfranz/franz/commit/1e38ec5))
1298- **Windows:** Add Workspaces menu & fix Window menu ([92a61d4](https://github.com/meetfranz/franz/commit/92a61d4))
1299- **Windows:** Replace tray icon with high-res version ([a5eb399](https://github.com/meetfranz/franz/commit/a5eb399))
1300- **App:** Improved email validation ([dd8ddcc](https://github.com/meetfranz/franz/commit/dd8ddcc)) ([@Snuggle](https://github.com/Snuggle))
1301
1302### General
1303
1304- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1305- **App:** Update electron to 5.0.2 ([5828062](https://github.com/meetfranz/franz/commit/5828062))
1306
1307# [5.1.0](https://github.com/meetfranz/franz/compare/v5.1.0...v5.1.0-beta.1) (2019-04-16)
1308
1309### Features
1310
1311- **App:** Added Workspaces for all your daily routines 🎉 ([47c1c99](https://github.com/meetfranz/franz/commit/47c1c99))
1312- **App:** Added [Team Management](https://meetfranz.com/user/team) 🎉 ([47c1c99](https://github.com/meetfranz/franz/commit/47c1c99))
1313- **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))
1314- **App:** Open changelog in app
1315- **App:** Various small fixes and improvements
1316
1317### General
1318
1319- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1320- **App:** Update electron to 4.1.4 ([2604914](https://github.com/meetfranz/franz/commit/2604914))
1321
1322# [5.1.0-beta.1](https://github.com/meetfranz/franz/compare/v5.0.1-beta.1...v5.1.0-beta.1) (2019-04-16)
1323
1324[See 5.1.0 changelog.](#5-1-0--2019-04-16-)
1325
1326# [5.0.1](https://github.com/meetfranz/franz/compare/v5.0.0...v5.0.1) (2019-03-25)
1327
1328### Features
1329
1330- **App:** Add security checks for external URLs ([6e5531a](https://github.com/meetfranz/franz/commit/6e5531a))
1331- **Linux:** Add auto updater for Linux AppImage builds ([d641b4e](https://github.com/meetfranz/franz/commit/d641b4e))
1332- **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))
1333- **Windows:** Add option to quit Ferdium from Taskbar icon ([952fc8b](https://github.com/meetfranz/franz/commit/952fc8b))
1334
1335### Bug Fixes
1336
1337- **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))
1338- **Notifications:** Fix notifications & notification click when icon is blob ([03589f6](https://github.com/meetfranz/franz/commit/03589f6))
1339- **Service:** Fix service zoom (cmd/ctrl+ & cmd/ctrl-) ([91a0f59](https://github.com/meetfranz/franz/commit/91a0f59))
1340- **Service:** Fix shortcut for (un)muting notifications & audio ([1df3342](https://github.com/meetfranz/franz/commit/1df3342))
1341- **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)
1342- **Windows:** Fix losing window when "Keep Ferdium in background" is enabled ([78a3722](https://github.com/meetfranz/franz/commit/78a3722))
1343
1344### General
1345
1346- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1347- **App:** Update electron to 4.0.8 ([8336d17](https://github.com/meetfranz/franz/commit/8336d17))
1348
1349# [5.0.1-beta.1](https://github.com/meetfranz/franz/compare/v5.0.0...v5.0.1-beta.1) (2019-03-18)
1350
1351[See 5.0.1 changelog.](#5-0-1--2019-03-25-)
1352
1353# [5.0.0](https://github.com/meetfranz/franz/compare/5.0.0-beta.24...5.0.0) (2019-02-15)
1354
1355### Features
1356
1357- **Spellchecker:** Add automatic spellcheck language detection ([a5e7171](https://github.com/meetfranz/franz/commit/a5e7171))
1358- **Windows:** Add option to quit Ferdium from Taskbar ([8808601](https://github.com/meetfranz/franz/commit/8808601))
1359
1360### Bug Fixes
1361
1362- **App:** Various bugfixes and improvements
1363
1364### General
1365
1366- **App:** Updated electron to 4.0.4
1367
1368# [5.0.0-beta.24](https://github.com/meetfranz/franz/compare/v5.0.0-beta.23...v5.0.0-beta.24) (2019-02-03)
1369
1370### Bug Fixes
1371
1372- **Service:** Fix unnecessary webview resize / Slack scroll issue ([4b7d3e2](https://github.com/meetfranz/franz/commit/4b7d3e2))
1373- **Service:** Improve focus when switching services ([d130f26](https://github.com/meetfranz/franz/commit/d130f26)), closes [#1255](https://github.com/meetfranz/franz/issues/1255)
1374- **Service:** Fix dark mode in services ([d529410](https://github.com/meetfranz/franz/commit/d529410))
1375
1376# [5.0.0-beta.23](https://github.com/meetfranz/franz/compare/5.0.0-beta.20...5.0.0-beta.23) (2019-02-01)
1377
1378### General
1379
1380- **App:** Updated electron to 4.0.2 / Chromium 69
1381
1382### Features
1383
1384- **Service:** Add error screen for services that failed to load ([a5e7171](https://github.com/meetfranz/franz/commit/a5e7171))
1385- **Service:** Add option to change spellchecking language by service ([baf7d60](https://github.com/meetfranz/franz/commit/baf7d60))
1386
1387### Bug Fixes
1388
1389- **App:** Fixed disable notification sounds 🔇
1390- **App:** Fix app delay for Premium Supporters ([08c40f0](https://github.com/meetfranz/franz/commit/08c40f0))
1391- **i18n:** Fix "greek" spellchecker name ([89c2eeb](https://github.com/meetfranz/franz/commit/89c2eeb))
1392- **Spellchecker:** Dictionaries are now part of app instead of dynamic download ([0cdc165](https://github.com/meetfranz/franz/commit/0cdc165))
1393
1394<a name="5.0.0-beta.22"></a>
1395
1396# [5.0.0-beta.22](https://github.com/meetfranz/franz/compare/5.0.0-beta.20...5.0.0-beta.22) (2018-12-13)
1397
1398### Bug Fixes
1399
1400- **Windows:** Package spellchecker dictionaries
1401
1402<a name="5.0.0-beta.21"></a>
1403
1404# [5.0.0-beta.21](https://github.com/meetfranz/franz/compare/5.0.0-beta.20...5.0.0-beta.21) (2018-12-11)
1405
1406### General
1407
1408- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1409
1410### Features
1411
1412- **Service:** Add option to change spellchecking language by service ([baf7d60](https://github.com/meetfranz/franz/commit/baf7d60))
1413- **Context Menu:** Quickly change the spellchecker language for the active service
1414- **Service:** Add error screen for services that failed to load ([a5e7171](https://github.com/meetfranz/franz/commit/a5e7171))
1415- **Service:** Add port option for proxy configuration ([baf7d60](https://github.com/meetfranz/franz/commit/baf7d60))
1416
1417### Bug Fixes
1418
1419- **Spellchecker:** Fix issue with dictionary download ([0cdc165](https://github.com/meetfranz/franz/commit/0cdc165))
1420
1421### Improvements
1422
1423- **Dark Mode:** Dark Mode polishing
1424- **App:** Updated a ton of dependencies
1425
1426<a name="5.0.0-beta.20"></a>
1427
1428# [5.0.0-beta.20](https://github.com/meetfranz/franz/compare/v5.0.0-beta.19...v5.0.0-beta.20) (2018-12-05)
1429
1430### Features
1431
1432- **Windows:** Add taskbar action to reset Ferdium window ([08fa75a](https://github.com/meetfranz/franz/commit/08fa75a))
1433- **Context Menu:** Add "Go Back" and "Go Forward" ([5c18595](https://github.com/meetfranz/franz/commit/5c18595))
1434- **Context Menu:** Add Lookup, Search Google for ([5d5aa0c](https://github.com/meetfranz/franz/commit/5d5aa0c))
1435- **App:** Add `--devtools` command line arg to automatically open Dev Tools ([84fc3a0](https://github.com/meetfranz/franz/commit/84fc3a0))
1436
1437### Bug Fixes
1438
1439- **App:** Use system proxy for services ([8ddae4a](https://github.com/meetfranz/franz/commit/8ddae4a))
1440- **App:** Fix service request url ([7751c17](https://github.com/meetfranz/franz/commit/7751c17))
1441- **App:** Do not install App updates without user confirmation ([72fcaef](https://github.com/meetfranz/franz/commit/72fcaef))
1442- **Windows:** Fix quit app, really! ([ca1d618](https://github.com/meetfranz/franz/commit/ca1d618))
1443- **Context Menu:** Fix empty context menu item ([18040d4](https://github.com/meetfranz/franz/commit/18040d4))
1444
1445<a name="5.0.0-beta.19"></a>
1446
1447# [5.0.0-beta.19](https://github.com/meetfranz/franz/compare/v5.0.0-beta.18...v5.0.0-beta.19) (2018-12-02)
1448
1449### General
1450
1451- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1452
1453### Features
1454
1455- **App:** 👉 Dark Mode 👈 ([fd7954f](https://github.com/meetfranz/franz/commit/fd7954f)) 🙌 [@guillecura](https://github.com/guillecura)
1456- **App:** Add proxy support for services ([6297274](https://github.com/meetfranz/franz/commit/6297274))
1457- **App:** New spell checker ([3d87c0e](https://github.com/meetfranz/franz/commit/3d87c0e))
1458- **App:** New context menu ([3d87c0e](https://github.com/meetfranz/franz/commit/3d87c0e))
1459- **App:** Lay groundwork for general themeing support ([4ea044a](https://github.com/meetfranz/franz/commit/4ea044a))
1460- **App:** Add option to enable dark mode for supported services ([fd7954f](https://github.com/meetfranz/franz/commit/fd7954f))
1461
1462### Bug Fixes
1463
1464- **App:** App menu was not initialized on app launch. Resolving copy & paste issues for login. ([72d4164](https://github.com/meetfranz/franz/commit/72d4164))
1465- **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))
1466- **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))
1467- **Windows:** Fix impossible Ctrl+10 Shortcut ([0db7c12](https://github.com/meetfranz/franz/commit/0db7c12))
1468- **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))
1469
1470<a name="5.0.0-beta.18"></a>
1471
1472# [5.0.0-beta.18](https://github.com/meetfranz/franz/compare/v5.0.0-beta.16...v5.0.0-beta.18) (2018-04-03)
1473
1474### General
1475
1476- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1477
1478### Features
1479
1480- **App:** Add option to enable/disable hardware acceleration ([f720d30](https://github.com/meetfranz/franz/commit/f720d30))
1481
1482### Bug Fixes
1483
1484- **Windows:** Fix shortcuts for closing, minimizing, quitting and toggling fullscreen ([f720d30](https://github.com/meetfranz/franz/commit/f720d30))
1485- **Windows:** Hide title bar when in fullscreen ([655a6ed](https://github.com/meetfranz/franz/commit/655a6ed))
1486
1487<a name="5.0.0-beta.17"></a>
1488
1489# [5.0.0-beta.17](https://github.com/meetfranz/franz/compare/v5.0.0-beta.16...v5.0.0-beta.17) (2018-03-20)
1490
1491### General
1492
1493- **App:** Various performance improvements
1494- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1495
1496### Features
1497
1498- **Windows:** Replace window frame with custom menu bar ([9af5fd0](https://github.com/meetfranz/franz/commit/9af5fd0))
1499- **Electron:** Update electron to 1.8.4 ([b9c6616](https://github.com/meetfranz/franz/commit/b9c6616))
1500- **Mac:** Add dock bounce when new update is available ([47885bb](https://github.com/meetfranz/franz/commit/47885bb))
1501- **Services:** Improve performance when reordering services ([82e832c](https://github.com/meetfranz/franz/commit/82e832c))
1502- **Translations:** Add option to translate error messages and system menus ([82e832c](https://github.com/meetfranz/franz/commit/82e832c))
1503
1504### Bug Fixes
1505
1506- **App:** Fix app reload when coming back from sleep ([dd9f447](https://github.com/meetfranz/franz/commit/dd9f447))
1507- **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))
1508- **Linux:** Fix missing/flickering ubuntu tray icon ([592f00a](https://github.com/meetfranz/franz/commit/592f00a))
1509- **Service Tabs:** Remove "delete service" context menu when not in development mode ([3a5c3f0](https://github.com/meetfranz/franz/commit/3a5c3f0))
1510- **Windows:** Improve app window handling ([dd9f447](https://github.com/meetfranz/franz/commit/dd9f447))
1511
1512<a name="5.0.0-beta.16"></a>
1513
1514# [5.0.0-beta.16](https://github.com/meetfranz/franz/compare/v5.0.0-beta.15...v5.0.0-beta.16) (2018-02-23)
1515
1516### General
1517
1518- **App:** Update Electron version to 1.7.12 (fixes critical security vulnerability CVE-2018–1000006 ) ([c67d7d1](https://github.com/meetfranz/franz/commit/c67d7d1))
1519- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](https://i18n.meetfranz.com/)**
1520
1521### Features
1522
1523- **App:** Invite Friends in Settings ([ab33c44](https://github.com/meetfranz/franz/commit/ab33c44))
1524
1525### Bug Fixes
1526
1527- **App:** Fix memory leak in recipe polling loop ([c99848f](https://github.com/meetfranz/franz/commit/c99848f))
1528- **App:** Fix validation for side-by-side teamId & customURL ([bd51150](https://github.com/meetfranz/franz/commit/bd51150))
1529- **App:** Reload Ferdium instead of all services one by one on sleep resume ([4e5f7af](https://github.com/meetfranz/franz/commit/4e5f7af))
1530- **App:** Fix toggle buttons shown during import ([1220e2c](https://github.com/meetfranz/franz/commit/1220e2c))
1531 fix(App): Bugfix Fix memory leak in recipe polling loop
1532- **App:** Fix invite screen [object Object] values ([81c4e99](https://github.com/meetfranz/franz/commit/81c4e99))
1533- **App:** Fix Franz-wide form validation ([7618f51](https://github.com/meetfranz/franz/commit/7618f51))
1534- **App:** Fix service tooltips not initialized properly ([8765b8f](https://github.com/meetfranz/franz/commit/8765b8f))
1535- **Linux:** Invert tray icon color & add border for bright UI's ([0de9c60](https://github.com/meetfranz/franz/commit/0de9c60))
1536
1537<a name="5.0.0-beta.15"></a>
1538
1539# [5.0.0-beta.15](https://github.com/meetfranz/franz/compare/v5.0.0-beta.14...v5.0.0-beta.15) (2018-01-10)
1540
1541### General
1542
1543- **Translations:** Improved translations. **[A million thanks to the amazing community. 🎉](http://i18n.meetfranz.com/)**
1544
1545### Features
1546
1547- **App:** Add option to clear app cache ([@dannyqiu](https://github.com/dannyqiu)) ([be801ff](https://github.com/meetfranz/franz/commit/be801ff))
1548- **App:** Add option to show/hide notification badges for muted ([893a9f6](https://github.com/meetfranz/franz/commit/893a9f6))
1549- **Recipes:** Add semver version validation ([5826dc3](https://github.com/meetfranz/franz/commit/5826dc3))
1550- **Recipes:** Add `hasHostedOption` to enable hosted & self hosted services ([03610f2](https://github.com/meetfranz/franz/commit/03610f2))
1551- **Services:** Add custom service icon upload ([6b97e42](https://github.com/meetfranz/franz/commit/6b97e42))
1552- **Services:** Add option to completely disable message badges ([cea7a5c](https://github.com/meetfranz/franz/commit/cea7a5c))
1553- **Services:** Improve handling of external links ([e2d6edf](https://github.com/meetfranz/franz/commit/e2d6edf))
1554- **Services:** Improve user experience of service search ([7e784c6](https://github.com/meetfranz/franz/commit/7e784c6))
1555- **Account:** Enable a user to delete their own account ([1f3df73](https://github.com/meetfranz/franz/commit/1f3df73))
1556
1557### Bug Fixes
1558
1559- **App:** Allow to turn on notifications when system dnd is enabled ([3045b47](https://github.com/meetfranz/franz/commit/3045b47))
1560- **App:** App mute now disables notifications as well ([0fa1caf](https://github.com/meetfranz/franz/commit/0fa1caf))
1561- **App:** Fix service reload after waking machine up ([531531e](https://github.com/meetfranz/franz/commit/531531e))
1562- **App:** Fix "add services manually" message ([ac417dc](https://github.com/meetfranz/franz/commit/ac417dc))
1563- **i18n:** Fallback to system language or english ([9733eaf](https://github.com/meetfranz/franz/commit/9733eaf))
1564- **Notification:** Remove notification sound when app is muted ([53fde0c](https://github.com/meetfranz/franz/commit/53fde0c))
1565- **Recipes:** Enable `urlInputPrefix` for team and customURL ([873957d](https://github.com/meetfranz/franz/commit/873957d))
1566- **Services:** Ctrl/Cmd+R now navigates back to the service root ([7293492](https://github.com/meetfranz/franz/commit/7293492))
1567- **Services:** Fix transparent service background ([ed0098f](https://github.com/meetfranz/franz/commit/ed0098f))
1568- **Shortcuts:** Fixed settings shortcut inconsistency ([ca74846](https://github.com/meetfranz/franz/commit/ca74846))
1569- **Spell checker:** Fixed issues with spell checker ([965fdf2](https://github.com/meetfranz/franz/commit/965fdf2))
1570- **Translations:** Re-add Spanish to available languages. ([ad936f2](https://github.com/meetfranz/franz/commit/ad936f2))
1571- **Windows:** Open window when clicking on toast notification ([b82bbc8](https://github.com/meetfranz/franz/commit/b82bbc8))
1572
1573<a name="5.0.0-beta.14"></a>
1574
1575# [5.0.0-beta.14](https://github.com/meetfranz/franz/compare/v5.0.0-beta.13...v5.0.0-beta.14) (2017-11-23)
1576
1577### Features
1578
1579- **App:** Add link to changelog in app update notification ([2cbd938](https://github.com/meetfranz/franz/commit/2cbd938))
1580- **App:** Add option to enable/disable spell checker ([dcab45a](https://github.com/meetfranz/franz/commit/dcab45a))
1581- **App:** Add option to mute all services in sidebar ([f5a9aa2](https://github.com/meetfranz/franz/commit/f5a9aa2))
1582- **App:** Decrease minimum window size to 600px width ([2521621](https://github.com/meetfranz/franz/commit/2521621))
1583- **App:** Respect System DoNotDisturb mode for service audio ([7d41227](https://github.com/meetfranz/franz/commit/7d41227))
1584- **Service:** Add option to display disabled services in tabs ([1839eff](https://github.com/meetfranz/franz/commit/1839eff))
1585- **Service:** Add option to mute service ([b405ba1](https://github.com/meetfranz/franz/commit/b405ba1))
1586- **Service:** Add dialog to reload crashed services ([259d40c](https://github.com/meetfranz/franz/commit/259d40c)) ([dannyqiu](https://github.com/dannyqiu))
1587- **Translations:** Added new translations and improved existing ones. **[A million thanks to the amazing community.](https://i18n.meetfranz.com/)**
1588
1589### Bug Fixes
1590
1591- **Windows:** Fix notifications on Windows 10 (Fall Creators Update) ([eea4801](https://github.com/meetfranz/franz/commit/eea4801))
1592- **macOS:** Fix TouchBar related crash on macOS 10.12.1 and lower ([9e9a2ed](https://github.com/meetfranz/franz/commit/9e9a2ed))
1593- **App:** Add fallback to service menu when service name is empty ([42ed24d](https://github.com/meetfranz/franz/commit/42ed24d))
1594- **App:** Prevent app from redirecting when dropping link ([811a527](https://github.com/meetfranz/franz/commit/811a527)) ([dannyqiu](https://github.com/dannyqiu))
1595- **Support with CPU:** Reduce maximum CPU usage ([64ad918](https://github.com/meetfranz/franz/commit/64ad918))
1596- **Hosted Services:** Do not strip www from custom service Url ([a764321](https://github.com/meetfranz/franz/commit/a764321)) ([BeneStem](https://github.com/BeneStem))
1597- **Services:** Fix onNotify in service API ([b15421b](https://github.com/meetfranz/franz/commit/b15421b)) ([dannyqiu](https://github.com/dannyqiu))
1598- **Sidebar:** Fix tabs reordering ([86413ba](https://github.com/meetfranz/franz/commit/86413ba)) ([josescgar](https://github.com/josescgar))
1599
1600<a name="5.0.0-beta.13"></a>
1601
1602# [5.0.0-beta.13](https://github.com/meetfranz/franz/compare/v5.0.0-beta.12...v5.0.0-beta.13) (2017-11-06)
1603
1604### Bug Fixes
1605
1606- **Windows:** Fix issue with multiple close handlers that prevent the app from quitting ([eea593e](https://github.com/meetfranz/franz/commit/eea593e))
1607
1608<a name="5.0.0-beta.12"></a>
1609
1610# [5.0.0-beta.12](https://github.com/meetfranz/franz/compare/v5.0.0-beta.11...v5.0.0-beta.12) (2017-11-05)
1611
1612### Features
1613
1614- **Menu:** Add "About Ferdium" Menu item to Windows/Linux ([a21b770](https://github.com/meetfranz/franz/commit/a21b770))
1615- **Menu:** Add menu item to toggle (service) dev tools ([e8da383](https://github.com/meetfranz/franz/commit/e8da383))
1616- **Translation:** Add italian translation ([ab348cc](https://github.com/meetfranz/franz/commit/ab348cc)) ([dnlup](https://github.com/dnlup))
1617
1618### Bug Fixes
1619
1620- **App:** Add checks to service url validation to prevent app freeze ([db8515f](https://github.com/meetfranz/franz/commit/db8515f))
1621- **macOS:** Fix disable launch Ferdium on start ([34bba09](https://github.com/meetfranz/franz/commit/34bba09))
1622- **Windows:** Launch Ferdium on start when selected ([34bba09](https://github.com/meetfranz/franz/commit/34bba09))
1623- **Onboarding:** Fix issue with import of on-premise services ([7c7d27d](https://github.com/meetfranz/franz/commit/7c7d27d))
1624- **Shortcuts:** Flip shortcut to navigate to next/previous service ([37d5923](https://github.com/meetfranz/franz/commit/37d5923))
1625- **Windows:** Open Window when app is pinned to taskbar and minimized to system tray ([777814a](https://github.com/meetfranz/franz/commit/777814a))
1626- **Recipes:** Recipe developers don't need Premium Supporter Account for debugging ([7a9947a](https://github.com/meetfranz/franz/commit/7a9947a))
1627
1628<a name="5.0.0-beta.11"></a>
1629
1630# [5.0.0-beta.11](https://github.com/meetfranz/franz/compare/v5.0.0-beta.10...v5.0.0-beta.11) (2017-10-24)
1631
1632### Features
1633
1634- **Settings:** Add option to disable system tray icon ([c62f3fc](https://github.com/meetfranz/franz/commit/c62f3fc))
1635- **Service:** Display URL of hyperlinks ([a0cec4d](https://github.com/meetfranz/franz/commit/a0cec4d)) ([GustavoKatel](https://github.com/GustavoKatel))
1636- **App:** Add tab cycling with ctrl[+shift]+tab or ctrl+[pageup|pagedown] ([e58f558](https://github.com/meetfranz/franz/commit/
1637 e58f558)) ([GustavoKatel](https://github.com/GustavoKatel))
1638- **Translation:** Add Brazilian Portuguese ([phmigotto](https://github.com/phmigotto))
1639- **Translation:** Add Dutch ([cpeetersburg](https://github.com/cpeetersburg), [Blizzke](https://github.com/Blizzke))
1640- **Translation:** Add Flemish ([Blizzke](https://github.com/Blizzke), [mroeling](https://github.com/mroeling))
1641- **Translation:** Add German ([rherwig](https://github.com/rherwig), [berndstelzl](https://github.com/berndstelzl))
1642- **Translation:** Add Greek ([apo-mak](https://github.com/apo-mak))
1643- **Translation:** Add French ([Shadorc](https://github.com/Shadorc), [ShiiFu](https://github.com/ShiiFu))
1644- **Translation:** Add Japanese ([koma-private](https://github.com/koma-private))
1645- **Translation:** Add Polish ([grzeswol](https://github.com/grzeswol))
1646- **Translation:** Add Russian ([vaseker](https://github.com/vaseker))
1647- **Translation:** Add Ukrainian ([Kietzmann](https://github.com/Kietzmann))
1648
1649### Bug Fixes
1650
1651- **App:** Force Ferdium to use single window ([2ae409e](https://github.com/meetfranz/franz/commit/2ae409e))
1652- **Onboarding:** Fix enable/disable service import toggle ([23174f9](https://github.com/meetfranz/franz/commit/23174f9))
1653- **Onboarding:** Fix service import ([99d1c01](https://github.com/meetfranz/franz/commit/99d1c01))
1654- **Payment:** Fix payment window when name contains special character ([a854614](https://github.com/meetfranz/franz/commit/a854614))
1655- **macOS:** Add macOS dark theme system tray icon ([55805f1](https://github.com/meetfranz/franz/commit/55805f1))
1656- **Windows:** Fix enable/disable autostart on login ([eca7f3b](https://github.com/meetfranz/franz/commit/eca7f3b))
1657- **Windows:** Fix multiple system tray icons when opening/closing Ferdium ([5b9b0c7](https://github.com/meetfranz/franz/commit/5b9b0c7))