Skip to content

Commit

Permalink
Update auto_updater.json
Browse files Browse the repository at this point in the history
  • Loading branch information
MehediH authored Mar 25, 2021
1 parent 60af82e commit cace7f6
Showing 1 changed file with 17 additions and 11 deletions.
28 changes: 17 additions & 11 deletions auto_updater.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,22 @@
{
"url": "https://github.com/MehediH/Tweeten/releases/download/v5.2.1/tweeten-darwin-x64.zip",
"version": "5.2.1",
"message": "Tweeten 5.2 is now out with new features!",
"url": "https://github.com/MehediH/Tweeten/releases/download/v5.3.0/tweeten-darwin-x64.zip",
"version": "5.3.0",
"message": "Tweeten 5.3.0 is now out with new features!",
"new": [
"Native emoji picker: you can now use your operating system's native emoji picker. If you are on Windows 10, this new emoji picker will give you access to Kamoji!",
"Spellchecker: Tweeten's spellchecker is now powered by Windows Spellcheck in Windows 10 and the native spellchecker in macOS, allowing for improved accuracy and faster spellchecking.",
"Right-click menu: the context menu has been re-implemented to be more reliable, though most of the functionalities remain the same. You can now open media directly in a browser instead of opening the tweet first, Options related to images and GIFs in the context menu now work when you right-click on a tweet from a column, instead of having to open the tweet/picture first. You can also now download videos from the context menu, but you will have to first open the tweet or the video.",
"Tweeten emoji picker: the built-in emoji picker in Tweeten has now been improved to let you insert emojis exactly where your cursor is instead of just adding them to the end of your tweet. Also fixed an issue where emojis wouldn't actually get added to the compose box.",
"Login/logout: Tweeten's login/logout flow has been re-written. Note: if you close the app during the login, an error will appear. This will be fixed in a future release.",
"Pasting images from clipboard: When you had multiple compose boxes opened, Tweeten would fail to paste images from the clipboard to the right compose box. This has now been fixed.",
"Additional accounts: Fixed an issue where the 'Link another account you own' option wouldn't show up on the light theme"
"Settings has sbeen completely redesigned",
"Instant theme changes without reloading",
"Ability to sync Tweeten theme with your OS theme",
"Custom CSS now uses the same editor (i.e. Monaco) as Visual Studio Code so you can now custom CSS for Tweeten with syntax highlighting and more. You can now see changes in effect instantly, too.",
"Muted words and filters have been moved out of settings",
"Apple Silicon support",
"You can now display column icons in the column headers",
"You can now grab the top-left corner of columns to move them around and re-order the layout",
"You can now display a separator between tweets",
"Clear column icon has been updated to be less confusing.",
"Fixed an issue where the app wouldn't close from the custom titlebar in Windows",
"Fixed an issue with Hardware Acceleration — please turn off hardware acceleration if you experience frame drops"

],
"warning": "Please update to the newest version of Tweeten :)",
"hideWarningOn": ["5.2.1-darwin", "5.2.1-win32"]
"hideWarningOn": ["5.2.1-darwin", "5.2.1-win32", "5.3.0-darwin", "5.3.0-win32"]
}

0 comments on commit cace7f6

Please sign in to comment.