aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-13 13:33:19 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-13 13:33:19 +0530
commitff04938f40360ee5b6754176567b239c50c26503 (patch)
tree8c11bbf0abb67b828b92f6ee37a593a297d17627 /CHANGELOG.md
parentrefactor: reuse method from the core electron framework for the 'About' dialog. (diff)
downloadferdium-app-ff04938f40360ee5b6754176567b239c50c26503.tar.gz
ferdium-app-ff04938f40360ee5b6754176567b239c50c26503.tar.zst
ferdium-app-ff04938f40360ee5b6754176567b239c50c26503.zip
docs: updated Changelog [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md40
1 files changed, 39 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7c36c5141..eff4681b0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,46 @@
1# [v5.6.2-nightly.3](https://github.com/getferdi/ferdi/compare/v5.6.2-nightly.2...v5.6.2-nightly.3) (2021-09-14) 1# [v5.6.2-beta.1](https://github.com/getferdi/ferdi/compare/v5.6.1...v5.6.2-beta.1) (2021-09-13)
2
3### Services
4
5- We now have native support for 212 recipes! 💖 @vraravam
6 - 'clockwise' (#692)
7 - 'coinbase' (#697)
8 - 'devRant' (#706)
9 - 'dialpad' (#695)
10 - 'dingtalk' (fixes #416) (#686)
11 - 'drive' (#698)
12 - 'flock' (#688)
13 - 'freshdesk' (#700)
14 - 'hey' (#701)
15 - 'mewe' (fixes #484) (#684)
16 - 'misskey' (#693)
17 - 'plek' (#699)
18 - 'producthunt' (#687)
19 - 'ritetag' (#702)
20 - 'scrumpy' (#689)
21 - 'slowly' (fixes #297) (#690)
22 - 'sococo' (#704)
23 - 'stackoverflow' (#707)
24 - 'teamweek' (#694)
25 - 'tixio' (#691)
26 - 'udemy' (fixes #464) (#696)
27 - 'weekplan' (#705)
28 - 'whereby' (#683)
29 - 'yandex-mail' (fixes #421) (#685)
30- Add indirect count for 'teamleader' recipe. (#703) 💖 @vraravam
31- Merged 'github_enterprise' recipe into 'github' with the extra bits. 💖 @vraravam
2 32
3### Bug Fixes 33### Bug Fixes
4 34
5- Better implementation of prompting before quitting Ferdi (#1919) 💖 @vraravam 35- Better implementation of prompting before quitting Ferdi (#1919) 💖 @vraravam
36- Fix broken menu due to referencing old intl value 💖 @mhatvan
37- Fix broken system tray menu (app wasn't quitting) by reverting previous fix 💖 @vraravam
38- Fix unread count in Office365 not working for non-English locales (getferdi/recipes#679) 💖 @vraravam
39- Fix unread count in WhatsApp for non-English locales (getferdi/recipes#680) 💖 @bpwned
40
41### Under the hood
42
43- Reuse method from the core electron framework for the 'About' Dialog 💖 @vraravam
6 44
7# [v5.6.2-nightly.2](https://github.com/getferdi/ferdi/compare/v5.6.2-nightly.1...v5.6.2-nightly.2) (2021-09-13) 45# [v5.6.2-nightly.2](https://github.com/getferdi/ferdi/compare/v5.6.2-nightly.1...v5.6.2-nightly.2) (2021-09-13)
8 46