From 59ecd35d0293fb6f83bd6f41625822c91acba115 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Dias?= Date: Tue, 13 Jul 2021 14:03:47 +0100 Subject: [PATCH] Updated version and changelog --- changes.json | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/changes.json b/changes.json index dc6b24e..d88dfbc 100644 --- a/changes.json +++ b/changes.json @@ -1,5 +1,16 @@ { "changes":[ + { + "version": "1.1.2", + "log":[ + "Added option to hide text in notifications", + "Added setting to not open received links right away", + "Fixed API builder fields overlapping and generating wrong URL", + "Fix for linux app not opening when the option to minize on launch is enabled", + "Don't automatically open WhatsApp notifications when using native notifications", + "Allow Write and Tasker commands more time for input" + ] + } , { "version": "1.1.1", "log":[ diff --git a/package.json b/package.json index 3334ef2..a5dd560 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "com.joaomgcd.join", "productName": "Join Desktop", "homepage": "https://joaoapps.com/join/desktop", - "version": "1.1.1", + "version": "1.1.2", "description": "A companion app for the Join website", "main": "main_esm.js", "scripts": {