aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-08-24 10:52:55 +0530
committerLibravatar Vijay A <avijayr@protonmail.com>2021-08-24 11:01:08 +0530
commitc715fb72573cda4e22414b09ebc226e54865254c (patch)
tree54cdd627d99ead2eba72ef5d42cef02e7a1489af /CHANGELOG.md
parent5.6.1-nightly.37 [skip ci] (diff)
downloadferdium-app-c715fb72573cda4e22414b09ebc226e54865254c.tar.gz
ferdium-app-c715fb72573cda4e22414b09ebc226e54865254c.tar.zst
ferdium-app-c715fb72573cda4e22414b09ebc226e54865254c.zip
docs: updated Changelog with cumulative changes for 5.6.1-beta.2 [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md45
1 files changed, 44 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8719e3387..390b15ed8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,46 @@
1# [v5.6.1-beta.2](https://github.com/getferdi/ferdi/compare/v5.6.1-beta.1...v5.6.1-beta.2) (2021-08-24)
2
3Please note that this is the same code as the `v5.6.1-nightly.37` tag.
4The cumulative changes since the previous beta release are:
5
6- Upgraded to [electron 13.2.2](https://github.com/electron/electron/releases/tag/v13.2.2) 💖 @vraravam
7- Remove checks that refers to paid subscription since Ferdi is always free 💖 @vraravam
8- Remove 'shareFranz' feature since its always turned off for Ferdi 💖 @vraravam
9- Sorted the recipes according to their service name in the 'Add new Service' screen 💖 @vraravam
10- Moved some npm dependencies that were incorrectly classified as runtime deps. This has saved approx 16MB from the installed file (on macos) 💖 @vraravam, @mhatvan
11- Add buttons in the 'Advanced' section of preferences to allow users to quickly open the ferdi profile in their file explorer 💖 @vraravam
12- [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
13- Catch up with minor changes in Franz 5.7.0
14- Add entitlements for screen-capture-permissions 💖 @vraravam
15
16### Bug Fixes
17
18- Fixed bug where the service-defaults were not merged when creating a service 💖 @vraravam
19- Audio toggle is now decoupled from notification toggle (#1691) 💖 @vraravam
20- Incorrect position while adding a new service when there were pre-existing services (#1820) 💖 @vraravam
21- Fixed issue with some shortcuts not working on macos (those that either used `alt` or `shift` keys) 💖 @vraravam
22- Fix app focus detection 💖 @vraravam
23- Fix beta channel release for snap 💖 @mhatvan
24
25### Internal
26
27- [Perf] Removed double nested looping while deactivating service (#1824) 💖 @vraravam
28- Upgraded `electron-builder` to `22.12.1` which will allow converion from `npm` to `pnpm` 💖 @mhatvan
29- Typescript conversion 💖 @vraravam
30- Set stricter rules for typescript conversion 💖 @vraravam
31- Move build-time js files out of 'src' and into 'scripts' 💖 @vraravam
32- Check if default app protocol is different before overriding it (#1818) 💖 @ayxos, @vraravam
33- Minor cleanup of 'NaN' logic when loading recipe badges 💖 @vraravam
34- Completed plumbing required for conversion from javascript to typescript 💖 @vraravam
35- npm upgrades 💖 @vraravam
36- Started typescript conversion of some simple scripts 💖 @vraravam
37- Added animations step in gulp to transpile scss and copy to build 💖 @mhatvan
38- Generated '.gitignore' from gitignore.io 💖 @vraravam
39- Setting some config rules for typescript (in preparation for external contributors during hacktoberfest) 💖 @vraravam
40- Moved 'gulp'-related packages to 'devDependencies' resulting in slimming down the installation file considerably (8MB on macos) 💖 @vraravam
41- Use destructured 'import' 💖 @vraravam
42- Replace old '@meetfranz/electron-notification-state' with 'macos-notification-state' 💖 @vraravam
43
1# [v5.6.1-nightly.37](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.36...v5.6.1-nightly.37) (2021-08-24) 44# [v5.6.1-nightly.37](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.36...v5.6.1-nightly.37) (2021-08-24)
2 45
3- Upgraded to [electron 13.2.2](https://github.com/electron/electron/releases/tag/v13.2.2) 💖 @vraravam 46- Upgraded to [electron 13.2.2](https://github.com/electron/electron/releases/tag/v13.2.2) 💖 @vraravam
@@ -113,7 +156,7 @@
113- Use destructured 'import' 💖 @vraravam 156- Use destructured 'import' 💖 @vraravam
114- Refactor to reuse already defined constants 💖 @vraravam 157- Refactor to reuse already defined constants 💖 @vraravam
115- Use exported default object 💖 @vraravam 158- Use exported default object 💖 @vraravam
116- Replace old '@meetfranz/electron-notification-state' with 'mac… … 💖 @vraravam 159- Replace old '@meetfranz/electron-notification-state' with 'macos-notification-state' 💖 @vraravam
117 160
118# [v5.6.1-nightly.24](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.23...v5.6.1-nightly.24) (2021-08-13) 161# [v5.6.1-nightly.24](https://github.com/getferdi/ferdi/compare/v5.6.1-nightly.23...v5.6.1-nightly.24) (2021-08-13)
119 162