Skip to content

Releases: blankdotdev/sidestep

v1.2.5

29 Mar 16:39

Choose a tag to compare

v1.2.4

28 Mar 02:42

Choose a tag to compare

Sidestep 1.2.4 brings new frontend support and a smoother browsing experience.

What's New

  • Fandom → BreezeWiki: Fandom wiki links are now automatically redirected to BreezeWiki. You can configure a custom instance or toggle it per-platform in Settings.
  • Android Custom Tabs: Open processed links inside a seamless in-app browser experience instead of switching to an external browser.
  • Old Reddit support: old.reddit.com links are now intercepted and handled alongside standard Reddit URLs.
  • Privacy Policy: Added PRIVACY.md documenting the app's zero-data-collection, local-processing stance.

Dependency Updates

  • Android Gradle Plugin → 9.1.0
  • Gradle wrapper → 9.4.1
  • androidx.core:core-ktx → 1.18.0
  • kotlin-test → 2.3.20

See CHANGELOG.md for full details.

v1.2.3

05 Mar 02:36

Choose a tag to compare

Full Changelog: v1.2.2...v1.2.3

v1.2.2

16 Feb 23:09

Choose a tag to compare

Full Changelog: v1.2.1...v1.2.2

v1.2.1

15 Feb 05:42

Choose a tag to compare

Full Changelog: v1.2.0...v1.2.1

v1.2.0

06 Feb 05:07

Choose a tag to compare

What's Changed

  • chore(deps): bump actions/setup-python from 5 to 6 by @dependabot[bot] in #8
  • chore(deps): bump github/codeql-action from 3 to 4 by @dependabot[bot] in #15
  • chore(deps): bump softprops/action-gh-release from 1 to 2 by @dependabot[bot] in #20
  • security: systematic resolution of 50+ findings (batch 1) by @blankdotdev in #23

New Contributors

Full Changelog: v1.1.9...v1.2.0

v1.1.9

03 Feb 04:24

Choose a tag to compare

Full Changelog: v1.1.8...v1.1.9

v1.1.8

03 Feb 02:18

Choose a tag to compare

Full Changelog: v1.1.7...v1.1.8

Sidestep v1.1.7

02 Feb 02:14

Choose a tag to compare

  • Optimized URL processing priority: navigation to cleaned URLs now occurs before background history and metadata operations for improved redirection speed.

Sidestep v1.1.5

01 Feb 03:09

Choose a tag to compare

Fixed

  • Refactored unshortening logic to use optimized native redirects.
  • Improved error recovery: preserves unshortening progress on failures.
  • Enhanced JavaScript and HTML redirect detection.
  • Cleaned up history UI to prevent flashing of old items.
  • Added Mutex synchronization to HistoryManager to prevent race conditions.
  • Removed t.co from the app choice list (unshortening already handles it).