summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2022-03-22 20:39:57 +0100
committerLibravatar Stefan Malzner <stefan@adlk.io>2022-03-22 20:39:57 +0100
commit6eef09aea960725a62cf4ef8ff9a90bdc3b5e8c2 (patch)
tree7a10974f82a0c0130bd6864aa5b3d1f207977a9b
parentfix(Linux): Fix viewport height on Linux (diff)
downloadferdium-app-6eef09aea960725a62cf4ef8ff9a90bdc3b5e8c2.tar.gz
ferdium-app-6eef09aea960725a62cf4ef8ff9a90bdc3b5e8c2.tar.zst
ferdium-app-6eef09aea960725a62cf4ef8ff9a90bdc3b5e8c2.zip
Bump version to 5.9.0-beta.2v5.9.0-beta.2
-rw-r--r--CHANGELOG.md12
-rw-r--r--package-lock.json4
-rw-r--r--package.json2
3 files changed, 15 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 80451cbc0..d848205c5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,15 @@
1# [5.9.0-beta.2](https://github.com/meetfranz/franz/compare/v5.9.0-beta.1...v5.9.0-beta.2) (2022-03-22)
2
3
4### Bug Fixes
5
6* **App:** Fix Franz Todos to be on top of another service ([086eda1](https://github.com/meetfranz/franz/commit/086eda1))
7* **Linux:** Fix viewport height on Linux ([4cbd006](https://github.com/meetfranz/franz/commit/4cbd006))
8* **Windows + Linux:** Fix calculation for service position ([2f22ce6](https://github.com/meetfranz/franz/commit/2f22ce6))
9* **Windows + Linux:** Fix not clickable window titlebar & menu ([8fde4ab](https://github.com/meetfranz/franz/commit/8fde4ab))
10
11
12
1# [5.9.0-beta.1](https://github.com/meetfranz/franz/compare/v5.8.0...v5.9.0-beta.1) (2022-03-21) 13# [5.9.0-beta.1](https://github.com/meetfranz/franz/compare/v5.8.0...v5.9.0-beta.1) (2022-03-21)
2 14
3This is a huge release for us as we've rewritten most of the Franz core that is handling the services to make Franz much faster and more reliable. 15This is a huge release for us as we've rewritten most of the Franz core that is handling the services to make Franz much faster and more reliable.
diff --git a/package-lock.json b/package-lock.json
index 466e1904a..4b84cc55d 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
1{ 1{
2 "name": "franz", 2 "name": "franz",
3 "version": "5.9.0-beta.1", 3 "version": "5.9.0-beta.2",
4 "lockfileVersion": 2, 4 "lockfileVersion": 2,
5 "requires": true, 5 "requires": true,
6 "packages": { 6 "packages": {
7 "": { 7 "": {
8 "name": "franz", 8 "name": "franz",
9 "version": "5.9.0-beta.1", 9 "version": "5.9.0-beta.2",
10 "hasInstallScript": true, 10 "hasInstallScript": true,
11 "license": "Apache-2.0", 11 "license": "Apache-2.0",
12 "dependencies": { 12 "dependencies": {
diff --git a/package.json b/package.json
index 41e3864f9..189051b53 100644
--- a/package.json
+++ b/package.json
@@ -2,7 +2,7 @@
2 "name": "franz", 2 "name": "franz",
3 "productName": "Franz", 3 "productName": "Franz",
4 "appId": "com.meetfranz.franz", 4 "appId": "com.meetfranz.franz",
5 "version": "5.9.0-beta.1", 5 "version": "5.9.0-beta.2",
6 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.", 6 "description": "Messaging app for WhatsApp, Slack, Telegram, HipChat, Hangouts and many many more.",
7 "copyright": "adlk x franz - Stefan Malzner", 7 "copyright": "adlk x franz - Stefan Malzner",
8 "main": "index.js", 8 "main": "index.js",