Skip to content

Releases: virtulis/substitoot

0.7.2

14 Feb 17:54

Choose a tag to compare

  • Improved wording on the options page.
  • Removed obsolete options.
  • Adjustable timeouts and limits.

0.7.1

07 Feb 10:05

Choose a tag to compare

  • Fetched statuses no longer pollute the home timeline.
  • Added browser toolbar button to make accessing settings easier.

0.7.0

06 Feb 14:37

Choose a tag to compare

  • Completely rewritten internals. No more blocking and no more fake statuses, everything is fetched directly to your instance one by one.
  • Now showing a progress/status indicator at the bottom of the screen (when doing something).
  • A number of bugs wiped out of existence along with many kilobytes of legacy code.
  • Can now fetch from all omas and keys (or so I think).
  • Firefox on Android can now install the addon normally (or so I think!).

0.6.2

02 Jul 15:43

Choose a tag to compare

Fixed remote user statuses sometimes breaking local paging.

0.6.1

02 Jul 00:57

Choose a tag to compare

  • Now also loads the statuses in user profiles! (only the first 40 though). Unfortunately, unlike contexts, this blocks the local request, so you'll have to wait longer for anything at all to show. Which is why I waited for months before giving up and implementing it like that. And it's totally worth it.
  • Fixed a couple more ID mapping bugs.

0.5.4

01 Jul 19:53

Choose a tag to compare

  • Fixed a number of logic issues and race conditions.
  • Support fetching contexts from Pleroma/Akkoma.

0.5.1

16 Apr 00:13

Choose a tag to compare

  • Several minor fixes.
  • Now using History API wrapper to fix URLs instead of webNavigation (in the new mode)

0.5.0

08 Apr 03:17

Choose a tag to compare

  • Replies to remote toots now work as expected.
  • Local context now shown immediately, remote stuff is added when it's ready.
  • Actual real boost/favorite count on remote toots!
  • Switched from intercepting web requests in the background process to injecting an XHR wrapper. On by default, but old mode still available if needed (not tested on versions < 4.0 btw). The new features are only in the new thing though (and the reason it exists).
  • Chrome version coming in the next few days.

0.4.2

19 Mar 23:56

Choose a tag to compare

Fixed a silly last minute typo in the redirect URL.

Maybe I should start writing tests for this thing. jk.

0.4.1

19 Mar 19:57

Choose a tag to compare

  • Fixed clicking on account links for locally unknown accounts creating a total mess.
  • Fetch and save instance info; don't bother non-Mastodon or non-public instances.
  • Other fixes and optimizations.