From 6a7f491101f4d229f317b4d866be12cfee8d27b4 Mon Sep 17 00:00:00 2001 From: Mehedi Hassan Date: Mon, 10 Aug 2020 13:08:32 +0100 Subject: [PATCH] Update auto_updater.json --- auto_updater.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/auto_updater.json b/auto_updater.json index cec3889..3cac370 100644 --- a/auto_updater.json +++ b/auto_updater.json @@ -1,14 +1,13 @@ { - "url": "https://github.com/MehediH/Tweeten/releases/download/v5.0.5/tweeten-darwin-x64.zip", - "version": "5.0.5", - "message": "Tweeten 5.0.5 is now out with a couple of new features:", + "url": "https://github.com/MehediH/Tweeten/releases/download/v5.1.0/tweeten-darwin-x64.zip", + "version": "5.1.0", + "message": "Tweeten 5.1 is now out with new Tweeten pickers!", "new": [ - "Improved Search: search results column now appear at the beginning of your columns list, instead of moving to the end.", - "You can now quickly remove a search results column with the new remove button at the column header.", - "You can now display quick action buttons for clearing and removing a column on column headers.", - "Fixed an issue where the settings confirmation dialog was preventing users from saving/closing the settings window.", - "Windows: Fixed a number of issues with state management and DPI support for those with multi-monitors." + "Say hello to the new Tweeten pickers: completely rebuilt the Emoji and GIF pickers from the ground-up with new features, options, shortcuts, and design. ", + "Accessibility: Tweeten can now automatically prompt you to add image descriptions whenever you are adding a new image. The feature is disabled by default, but you can enable it under Settings > App to help make Twitter more accessible to everyone.", + "Support Tweeten: Testing a new, less intrusive 'Support Tweeten' message that’s much easier on the eyes, and takes up less space. This is just a test and maybe reverted in the future.", + "Fixed the interface for the Trending column, and some other minor issues." ], "warning": "Please update to the newest version of Tweeten from the official site at tweetenapp.com", - "hideWarningOn": ["5.0.4-darwin", "5.0.4-win32", "5.0.5-darwin", "5.0.5-win32"] + "hideWarningOn": ["5.0.5-darwin", "5.0.5-win32", "5.1.0-darwin", "5.1.0-win32"] }