aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2018-12-05 15:51:49 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2018-12-05 15:51:49 +0100
commit43fdc7a6f47d6a4997b0d827309a37e2d6b6fe35 (patch)
treeef371f0bac8668e36d764c053e9c05696e3c747b
parentBump version to b20 (diff)
downloadferdium-app-v5.0.0-beta.20.tar.gz
ferdium-app-v5.0.0-beta.20.tar.zst
ferdium-app-v5.0.0-beta.20.zip
Update CHANGELOG.mdv5.0.0-beta.20
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6f0eaebf2..c489d4827 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,14 +4,18 @@
4 4
5### Features 5### Features
6 6
7* **Windows:** Add taskbar action to reset Franz window ([08fa75a](https://github.com/meetfranz/franz/commit/08fa75a))
7* **Context Menu:** Add "Go Back" and "Go Forward" ([5c18595](https://github.com/meetfranz/franz/commit/5c18595)) 8* **Context Menu:** Add "Go Back" and "Go Forward" ([5c18595](https://github.com/meetfranz/franz/commit/5c18595))
8* **Context Menu:** Add Lookup, Search Google for ([5d5aa0c](https://github.com/meetfranz/franz/commit/5d5aa0c)) 9* **Context Menu:** Add Lookup, Search Google for ([5d5aa0c](https://github.com/meetfranz/franz/commit/5d5aa0c))
10* **App:** Add `--devtools` command line arg to automatically open Dev Tools ([84fc3a0](https://github.com/meetfranz/franz/commit/84fc3a0))
9 11
10### Bug Fixes 12### Bug Fixes
11 13
12* **App:** Use system proxy for services ([8ddae4a](https://github.com/meetfranz/franz/commit/8ddae4a)) 14* **App:** Use system proxy for services ([8ddae4a](https://github.com/meetfranz/franz/commit/8ddae4a))
13* **App:** Fix service request url ([7751c17](https://github.com/meetfranz/franz/commit/7751c17)) 15* **App:** Fix service request url ([7751c17](https://github.com/meetfranz/franz/commit/7751c17))
16* **App:** Do not install App updates without user confirmation ([72fcaef](https://github.com/meetfranz/franz/commit/72fcaef))
14* **Windows:** Fix quit app, really! ([ca1d618](https://github.com/meetfranz/franz/commit/ca1d618)) 17* **Windows:** Fix quit app, really! ([ca1d618](https://github.com/meetfranz/franz/commit/ca1d618))
18* **Context Menu:** Fix empty context menu item ([18040d4](https://github.com/meetfranz/franz/commit/18040d4))
15 19
16 20
17<a name="5.0.0-beta.19"></a> 21<a name="5.0.0-beta.19"></a>