Shadowfacts shadowfacts
shadowfacts opened issue shadowfacts/Tusker#450 2023-11-20 02:32:00 +00:00
Gallery overhaul
shadowfacts opened issue shadowfacts/Tusker#449 2023-11-20 02:28:13 +00:00
Status visibility icons overlap thread links with dynamic type
shadowfacts pushed to develop at shadowfacts/Tusker 2023-11-18 16:37:26 +00:00
13809b91d1 Fix crash if window removed while fast account switcher is hiding
shadowfacts pushed to develop at shadowfacts/Tusker 2023-11-18 16:15:51 +00:00
16f6dc84c9 Update Sentry package
shadowfacts closed issue shadowfacts/Tusker#22 2023-11-18 16:08:55 +00:00
Formatting for block quote
shadowfacts closed issue shadowfacts/Tusker#448 2023-11-18 16:08:55 +00:00
Avatars in follow request notification don't have proper corner radius set
shadowfacts pushed to develop at shadowfacts/Tusker 2023-11-18 16:08:55 +00:00
cdfb06f4a7 Render IDN domains in for logged-in accounts
4e98e569eb Fix avatars in follow request notification not being rounded
6d3ffd7dd3 Style blockquote appropriately
Compare 3 commits »
shadowfacts opened issue shadowfacts/Tusker#448 2023-11-16 05:07:00 +00:00
Avatars in follow request notification don't have proper corner radius set
shadowfacts pushed to develop at shadowfacts/Tusker 2023-11-10 19:52:17 +00:00
ca7fe74a90 Add accessibility description/action to status edit history entry
380f878d81 Use server language preference for default search token suggestion
1c36312850 Fix status deletions not being handled properly in logged-out views
Compare 3 commits »
shadowfacts pushed to develop at shadowfacts/Tusker 2023-11-10 19:29:44 +00:00
de946be008 Fix crash if ContentTextView asked for context menu config w/o mastodon controller
b40d815274 Ensure LazilyDecoding runs on the managed object context's thread
bc7500bde9 Fix crash when uploading attachment without known MIME type or extension
676e603ffc Fix crash when showing trending hashtag with less than two days of history
Compare 4 commits »
shadowfacts commented on issue shadowfacts/Tusker#198 2023-11-09 15:16:30 +00:00
Deferred menu elements don't work with @MainActor Task

This is fixed in macOS Sonoma, presumably by the new Cocoa-backed menu implementation!

shadowfacts closed issue shadowfacts/Tusker#198 2023-11-09 15:16:30 +00:00
Deferred menu elements don't work with @MainActor Task
shadowfacts pushed to public-beta at shadowfacts/Tusker 2023-11-08 03:17:01 +00:00
cb47443649 Bump version and update changelog
86862825f6 Assert that the compose draft belongs to the view context
e6f1968609 Fix TimelineLikeCollectionViewController.apply not actually applying snapshots on the main thread
4c5da1b5a9 Add URL handler for opening Compose window
e57ef210fd Fix language picker button not having a pointer effect
Compare 10 commits »
shadowfacts pushed tag 2023.8-106 to shadowfacts/Tusker 2023-11-08 03:16:58 +00:00
shadowfacts pushed to develop at shadowfacts/Tusker 2023-11-08 03:16:52 +00:00
cb47443649 Bump version and update changelog
shadowfacts commented on issue shadowfacts/Tusker#447 2023-11-07 22:58:49 +00:00
Improve grouping when multiple posts are hot

Tusker has long supported grouping notifications (see below), but the way it does so is designed to mostly preserve the ordering. It seems to not have much of an effect when multiple posts are…

shadowfacts commented on issue shadowfacts/Tusker#442 2023-11-05 23:33:16 +00:00
URL scheme docs and/or request for compose URL scheme?

4c5da1b5a93892a220529b379fc1a8dc2d310d00

This will be available in the next beta as tusker://compose?text=Your%20Text

shadowfacts closed issue shadowfacts/Tusker#442 2023-11-05 23:33:16 +00:00
URL scheme docs and/or request for compose URL scheme?
shadowfacts pushed to develop at shadowfacts/Tusker 2023-11-05 23:32:30 +00:00
86862825f6 Assert that the compose draft belongs to the view context
e6f1968609 Fix TimelineLikeCollectionViewController.apply not actually applying snapshots on the main thread
4c5da1b5a9 Add URL handler for opening Compose window
Compare 3 commits »
shadowfacts commented on issue shadowfacts/Tusker#446 2023-11-05 20:34:50 +00:00
Image does not fit to window on macOS

I'm not able to reproduce this when viewing that same post and trying to match the window size—are there other scenarios where it's reproducible?