aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-01 14:11:27 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-09-01 14:11:27 +0530
commitdf8fa015304117119c24e29abcf8f2ad0f421f8f (patch)
tree6b415342c1411ec2ffe5e9b6f160da6cce1c12bf /CHANGELOG.md
parent5.6.1-nightly.46 [skip ci] (diff)
downloadferdium-app-df8fa015304117119c24e29abcf8f2ad0f421f8f.tar.gz
ferdium-app-df8fa015304117119c24e29abcf8f2ad0f421f8f.tar.zst
ferdium-app-df8fa015304117119c24e29abcf8f2ad0f421f8f.zip
docs: updated Changelog with cumulative changes for 5.6.1-beta.3 [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md32
1 files changed, 31 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3cb1970ca..9dbc909f5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,33 @@
1# [v5.6.1-beta.3](https://github.com/getferdi/ferdi/compare/v5.6.1-beta.2...v5.6.1-beta.3) (2021-09-01)
2
3Please note that this is the same code as the `v5.6.1-nightly.46` tag.
4The cumulative changes since the previous beta release are:
5
6- Upgrade to [electron 13.3.0](https://github.com/electron/electron/releases/tag/v13.3.0) 💖 @vraravam
7- New services: Add `odoo`, `tinder` and `wakatime` 💖 @oda-alexandre
8- New services: Add `Google News` service 💖 @niutech
9- New services: Add `amazon web services` (getferdi/recipes#643), `binance` (getferdi/recipes#645), `ovh-cloud` (getferdi/recipes#650), `scribens` (getferdi/recipes#651), `docker hub` (getferdi/recipes#644), `bitwarden` (getferdi/recipes#647), `google translate` (getferdi/recipes#642) 💖 @oda-alexandre, @vraravam
10- Services: Remove duplicated recipes for `Outlook Web App` and `Enterprise OWA` (getferdi/recipes#523, getferdi/recipes#1808) 💖 @vraravam
11
12### Bug Fixes
13
14- Workspaces are now working. When the active workspace gets deleted, the default workspace gets auto-selected. 💖 @sad270, @vraravam
15- Fix reordering of services in vertical style layout (#1833) 💖 @vraravam
16- Fix address bar not updating (#1836) 💖 @mhatvan
17- Fix screensharing in discord (getferdi/recipes#625) 💖 @oda-alexandre
18- Per popular demand, reworded `Use Vertical style` to `Use Horizontal style` 💖 @vraravam
19
20### Internal
21
22- Use `Ferdi.safeParseInt` to ensure that parsing for unread count is done consistently in all recipes 💖 @vraravam
23- Upgraded `nodejs` to `14.17.5` 💖 @vraravam
24- Remove some leftover Franz branding 💖 @vantezzen
25- Switch from `misty` to `concurrently` (#1846) 💖 @vantezzen
26- Services: Normalized all service recipes to be `es6` compliant 💖 @vraravam
27- Services: Change entry point in the `facebookpages` service (getferdi/recipes#640) 💖 @oda-alexandre, @vraravam
28- Set the `channel` for the auto-update (check if this fixes the in-app updater) 💖 @vraravam
29- Fixing bug where the service-defaults are not merged when creating a service 💖 @vraravam
30
1# [v5.6.1-nightly.46](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.45...v5.6.1-nightly.46) (2021-09-01) 31# [v5.6.1-nightly.46](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.45...v5.6.1-nightly.46) (2021-09-01)
2 32
3### Bug Fixes 33### Bug Fixes
@@ -29,7 +59,7 @@
29### Internal 59### Internal
30 60
31- Upgraded 'nodejs' to '14.17.5' 💖 @vraravam 61- Upgraded 'nodejs' to '14.17.5' 💖 @vraravam
32- Remove Franz brand 💖 @vantezzen 62- Remove some leftover Franz branding 💖 @vantezzen
33- Switch from `misty` to `concurrently` (#1846) 💖 @vantezzen 63- Switch from `misty` to `concurrently` (#1846) 💖 @vantezzen
34- Services: Normalized all service recipes to be es6 compliant 💖 @vraravam 64- Services: Normalized all service recipes to be es6 compliant 💖 @vraravam
35- Services: Change entry point in the 'facebookpages' service (getferdi/recipes#640) 💖 @oda-alexandre, @vraravam 65- Services: Change entry point in the 'facebookpages' service (getferdi/recipes#640) 💖 @oda-alexandre, @vraravam