aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-25 11:31:52 +0530
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-06-25 11:31:52 +0530
commit8a450a560917e71eae617e4830495856379754ae (patch)
treef9f2f6a48b80448cd669e06a276d43027679357d /CHANGELOG.md
parentFix homebrew cask update workflow condition (diff)
downloadferdium-app-8a450a560917e71eae617e4830495856379754ae.tar.gz
ferdium-app-8a450a560917e71eae617e4830495856379754ae.tar.zst
ferdium-app-8a450a560917e71eae617e4830495856379754ae.zip
Update 'CHANGELOG.md' for '6.0.0-beta.2' release [skip ci]
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md52
1 files changed, 52 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9d13c6200..5f8656381 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,55 @@
1# [v6.0.0-beta.2](https://github.com/ferdium/ferdium-app/compare/v6.0.0-nightly.47...v6.0.0-nightly.77) (2022-06-25)
2
3### Features
4
5- Add ability to navigate recipe with mouse buttons
6- Add audio-record plug to snap build
7- Add removable-media snap interface
8- Add color picker component for accent color setting
9- Add 'Google Keep' as another option in Ferdium TODOs
10- Add progress indicator on top of the Ferdium window for page loading. The color of the progressbar can be set globally, and it can be enabled/disabled per-service
11- Add `startpage.com` as option search-engine and make it the default for new users
12- Remove Ferdi Server from available Servers List
13- Add Toggle Navbar to View Menu (global)
14- Change 'Most Popular' list in Services to 'Ferdium Picks'
15- Change login screen layout
16- Disable TODOs feature by default
17- Add split mode toggle to side bar, View menu and hide/collapse button
18- Improve TODO menu behaviour on fresh install
19
20### Services
21
22### Bug fixes
23
24- Fix hero image (was referring to ferdi repo)
25- Fix blank window appearing on startup
26- Fix service labels cut off when using Slim Sidebar
27- Fix broken faq url
28- Fix for Developer Tools not showing up via menu
29- Move location of 'Change server' link on main screen for better visibility
30- Fix default accent color to Ferdium gradient
31- Fix reload after resume and add idle time setting
32- Don't replace custom icon when service updates
33- Workaroud for in-app Password Recovery
34- Fix navigation toolbar buttons not being clickable
35- Fix drag-n-drop not working if the service name is shown
36- Fix ribbon menu style on windows
37
38### Under the hood
39
40- Expose a new utility method 'Ferdium.isImage' for use by recipes
41- Align 'Save service' button to right when adding recipe
42- Change Input box to slider on Grayscale dim level
43- Upgrade `electron` to the latest public version (`19.0.6`) to bring in lots of security fixes
44- Upgrade `node` to `16.15.1`, `npm` to `8.12.2` and `pnpm` to `7.3.0`
45- Upgrade `electron-builder` to `23.2.0` and `electron-updater` to `5.0.6`
46- Enable AutoUpdates from in-app with self-sign certificates on macOS and windows
47- Remove integration with sentry
48- Update CONTRIBUTING.md for new contributors' dev machine setup
49- Lock snapcraft to v5 since v7 breaks the build
50- Add GH workflows to publish on nightly, beta and release builds for homebrew casks and reddit
51- Remove DevContainer from project
52
1# [v6.0.0-beta.1](https://github.com/ferdium/ferdium-app/compare/v5.8.2-nightly.2...v6.0.0-nightly.47) (2022-05-26) 53# [v6.0.0-beta.1](https://github.com/ferdium/ferdium-app/compare/v5.8.2-nightly.2...v6.0.0-nightly.47) (2022-05-26)
2 54
3### Features 55### Features