Releases: blankdotdev/sidestep
Releases · blankdotdev/sidestep
v1.2.5
Full Changelog: v1.2.4...v1.2.5
v1.2.4
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.comlinks are now intercepted and handled alongside standard Reddit URLs. - Privacy Policy: Added
PRIVACY.mddocumenting 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.0kotlin-test→ 2.3.20
See CHANGELOG.md for full details.
v1.2.3
Full Changelog: v1.2.2...v1.2.3
v1.2.2
Full Changelog: v1.2.1...v1.2.2
v1.2.1
Full Changelog: v1.2.0...v1.2.1
v1.2.0
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
- @blankdotdev made their first contribution in #23
Full Changelog: v1.1.9...v1.2.0
v1.1.9
Full Changelog: v1.1.8...v1.1.9
v1.1.8
Full Changelog: v1.1.7...v1.1.8
Sidestep v1.1.7
- Optimized URL processing priority: navigation to cleaned URLs now occurs before background history and metadata operations for improved redirection speed.
Sidestep v1.1.5
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
HistoryManagerto prevent race conditions. - Removed
t.cofrom the app choice list (unshortening already handles it).