aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2019-10-09 10:25:32 +0200
committerLibravatar vantezzen <hello@vantezzen.io>2019-10-09 10:25:32 +0200
commit3d0e3ba343c5be04bbf1ad47c334281a0f8dffd0 (patch)
tree278cb8a452ffc3138342272c0a776ac99918b622 /README.md
parentAdd option to always show service navigation bar (diff)
downloadferdium-app-3d0e3ba343c5be04bbf1ad47c334281a0f8dffd0.tar.gz
ferdium-app-3d0e3ba343c5be04bbf1ad47c334281a0f8dffd0.tar.zst
ferdium-app-3d0e3ba343c5be04bbf1ad47c334281a0f8dffd0.zip
Update feature list
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/README.md b/README.md
index d007155a1..bf740d424 100644
--- a/README.md
+++ b/README.md
@@ -24,6 +24,7 @@ You can find the installers in the [latest release](https://github.com/getferdi/
24- [x] Removes the counter-productive fullscreen app delay inviting users to upgrade 24- [x] Removes the counter-productive fullscreen app delay inviting users to upgrade
25- [x] Removes pages begging you to donate after registration 25- [x] Removes pages begging you to donate after registration
26- [x] Makes all users Premium by default ([#15](https://github.com/getferdi/ferdi/issues/15)) 26- [x] Makes all users Premium by default ([#15](https://github.com/getferdi/ferdi/issues/15))
27- [x] Using the Ferdi API instead of Franz's servers
27- [x] [Add option to change server to a custom](https://github.com/getferdi/ferdi/wiki/Custom-Server) [ferdi-server](https://github.com/getferdi/server) 28- [x] [Add option to change server to a custom](https://github.com/getferdi/ferdi/wiki/Custom-Server) [ferdi-server](https://github.com/getferdi/server)
28- [x] Add "Private Notification"-Mode, that hides message content from notifications ([franz#879](https://github.com/meetfranz/franz/issues/879)) 29- [x] Add "Private Notification"-Mode, that hides message content from notifications ([franz#879](https://github.com/meetfranz/franz/issues/879))
29- [x] Add Password Lock feature to keep your messages protected ([#41](https://github.com/getferdi/ferdi/issues/41), [franz#810](https://github.com/meetfranz/franz/issues/810), [franz#950](https://github.com/meetfranz/franz/issues/950), [franz#1430](https://github.com/meetfranz/franz/issues/1430)) 30- [x] Add Password Lock feature to keep your messages protected ([#41](https://github.com/getferdi/ferdi/issues/41), [franz#810](https://github.com/meetfranz/franz/issues/810), [franz#950](https://github.com/meetfranz/franz/issues/950), [franz#1430](https://github.com/meetfranz/franz/issues/1430))
@@ -31,9 +32,14 @@ You can find the installers in the [latest release](https://github.com/getferdi/
31- [x] Add universal Dark-Mode via the [DarkReader extension](https://github.com/darkreader/darkreader) ([#71](https://github.com/getferdi/ferdi/issues/71)) 32- [x] Add universal Dark-Mode via the [DarkReader extension](https://github.com/darkreader/darkreader) ([#71](https://github.com/getferdi/ferdi/issues/71))
32- [x] Add an option to auto-hide the menubar ([#7](https://github.com/getferdi/ferdi/issues/7), [franz#833](https://github.com/meetfranz/franz/issues/833)) 33- [x] Add an option to auto-hide the menubar ([#7](https://github.com/getferdi/ferdi/issues/7), [franz#833](https://github.com/meetfranz/franz/issues/833))
33- [x] Add "Quick Switch" feature to help you navigate a long list of services (similar to Rambox's [Quick Switcher](https://rambox.pro/#feature-details/quick_switcher)) 34- [x] Add "Quick Switch" feature to help you navigate a long list of services (similar to Rambox's [Quick Switcher](https://rambox.pro/#feature-details/quick_switcher))
35- [x] Add "Service Hibernation" that will automatically unload services when they are unused
34- [x] Add "Scheduled Do-not-Disturb" feature in which you won't get notifications (similar to Rambox's [Work Hours](https://rambox.pro/#feature-details/work_hours)) 36- [x] Add "Scheduled Do-not-Disturb" feature in which you won't get notifications (similar to Rambox's [Work Hours](https://rambox.pro/#feature-details/work_hours))
35- [x] Add CTRL+← and CTRL+→ shortcuts and menu options to go back and forward in the service browsing history([#39](https://github.com/getferdi/ferdi/issues/39)) 37- [x] Add CTRL+← and CTRL+→ shortcuts and menu options to go back and forward in the service browsing history([#39](https://github.com/getferdi/ferdi/issues/39))
38- [x] Add option to show a browser-like navigation bar on all services
39- [x] Add "`FERDI_APPDATA_DIR`" env variable to set a custom path for storing all data
40- [x] Add Process Manager to find services using a lot of resources
36- [x] Add "npm run prepare-code" command for development to lint and beautify code 41- [x] Add "npm run prepare-code" command for development to lint and beautify code
42- [x] Improve "About Ferdi" screen to better display versions
37- [x] Remove "Franz is better together" popup 43- [x] Remove "Franz is better together" popup
38- [x] Remove bug that would incorrectly display unread messages count on some services (more info in [7566ccd](https://github.com/getferdi/ferdi/commit/7566ccd)) 44- [x] Remove bug that would incorrectly display unread messages count on some services (more info in [7566ccd](https://github.com/getferdi/ferdi/commit/7566ccd))
39- [x] [Makes it possible to edit the "Franz Todo" server](https://github.com/getferdi/ferdi/wiki/Custom-Todo) 45- [x] [Makes it possible to edit the "Franz Todo" server](https://github.com/getferdi/ferdi/wiki/Custom-Todo)