Skip to content

Commit

Permalink
Update logo
Browse files Browse the repository at this point in the history
  • Loading branch information
MehediH committed Jul 12, 2021
1 parent cace7f6 commit 5fbf062
Show file tree
Hide file tree
Showing 14 changed files with 23 additions and 45 deletions.
31 changes: 13 additions & 18 deletions auto_updater.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,17 @@
{
"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!",
"url": "https://github.com/MehediH/Tweeten/releases/download/v5.4.0/tweeten-darwin-x64.zip",
"version": "5.4.0",
"message": "After 5 years, Tweten has a new logo!",
"new": [
"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"

"Compact RT modal: when retweeting, the RT modal will no longer take up the whole screen. Instead, you will see a compact modal that is much easier and quicker to access.",
"Fixed an issue where Tweeten would not release the video lock after watching a video, preventing monitors from going to sleep",
"Fixed an issue where Tweeten was checking for app updates even if automatic updates were disabled in Settings"
],
"warning": "Please update to the newest version of Tweeten :)",
"hideWarningOn": ["5.2.1-darwin", "5.2.1-win32", "5.3.0-darwin", "5.3.0-win32"]
}
"hideWarningOn": [
"5.3.0-darwin",
"5.3.0-win32",
"5.4.0-darwin",
"5.4.0-win32"
]
}
Binary file modified inc/images/fav/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added inc/images/fav/android-chrome-256x256.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed inc/images/fav/android-chrome-512x512.png
Binary file not shown.
Binary file added inc/images/fav/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified inc/images/fav/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified inc/images/fav/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed inc/images/fav/favicon.ico
Binary file not shown.
Binary file added inc/images/fav/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified inc/images/fav/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
36 changes: 10 additions & 26 deletions inc/images/fav/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed inc/images/logo-b.png
Binary file not shown.
Binary file modified inc/images/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<link rel="icon" type="image/png" sizes="32x32" href="./inc/images/fav/favicon-32x32.png?v=2">
<link rel="icon" type="image/png" sizes="16x16" href="./inc/images/fav/favicon-16x16.png?v=2">
<link rel="mask-icon" href="./inc/images/fav/safari-pinned-tab.svg" color="#5bbad5">
<link rel="shortcut icon" href="./inc/images/fav/favicon.ico">
<meta name="theme-color" content="#0078D7">

</head>
Expand Down

0 comments on commit 5fbf062

Please sign in to comment.