Skip to content

Commit 93201ad

Browse files
committed
The new Tweeten
1 parent c052edb commit 93201ad

File tree

108 files changed

+11985
-19
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

108 files changed

+11985
-19
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.sass-cache/
2+
*.css.map
3+
*.DS_Store

auto_updater.json

+14-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,19 @@
11
{
22
"url": "https://github.com/MehediH/Tweeten/releases/download/4.0.0/Tweeten-darwin-x64.zip",
33
"new": [
4-
"New setup animation",
5-
"Settings has been completely revamped behind the scenes, which means <br>your existing settings might get reset with the new update</br>",
6-
"You can now set Tweeten to be always on top of other windows (View > Toggle Always On Top / Ctrl + Shift + A)",
7-
"You can now backup, import, and reset Tweeten settings",
8-
"You can now ask Tweeten to ask you to save changes before closing settings",
9-
"Minor UI improvements all around",
10-
"Improved Settings UI",
11-
"It is now much easier to identify when a new update is being downloaded"
12-
],
13-
"fixes": [
14-
"Fixed the weird transition for the navigation menu which occurred when expanding it ",
15-
"Fixed an issue which required two clicks to active an input box",
16-
"Tweeten can now detect when you have already downloaded a new update, so it won't try to re-download it",
17-
"Fixed an issue which caused update downloads to get stuck forever",
18-
"Fixed an issue which caused the app to crash when exiting full screen mode"
19-
],
20-
"issues": [
21-
"[Mac] Auto-updates do not work when app is on a non-writeable folder such as Downloads"
4+
"Completely re-written from the ground-up",
5+
"The new Tweeten is 50% lighter than the original Tweeten on Windows and takes less than 20 seconds to install on a new machine",
6+
"A significantly improved interface that offers a gorgeous tweeting experience",
7+
"A built-in emoji picker",
8+
"New privacy features: you can now hide DMs on the Direct Messages column",
9+
"Lots of new settings",
10+
"Filters",
11+
"GIF Zoom lets you get all the details on a GIF without hurting your eyeballs",
12+
"You can now automatically pause GIFs in columns",
13+
"You no longer need to update Tweeten by manually downloading a new file for every update",
14+
"Our new hotfix system lets us deliver quick fixes rapidly",
15+
"You can now paste images from your clipboard to upload",
16+
"Custom CSS support",
17+
"Touch Bar integration on Mac"
2218
]
2319
}

0 commit comments

Comments
 (0)