Skip to content

Releases: Chrisimx/ScanBridge

Nightly build 2026-05-18

Pre-release

Choose a tag to compare

@github-actions github-actions released this 30 Dec 15:13
5d9e2b1

Automated nightly build

Last changes:

  • 5d9e2b1 Add support for Gradle local settings
  • 2c734bb Implement MdnsDiscoverService abstraction with Android-specific implementation and tests
  • e929156 Add IP address model and tests for IPv4 and IPv6 handling
  • 483b3fb Fix core build on non-android platforms
  • 574e7bc Merge branch 'migrate-to-kmp'
  • 9607e08 Fix format
  • 2c0f8e4 Try to fix CI
  • cc2b25b Remove unused iosApp
  • 7be8c80 Add HTTP requests for testing escl and WSD
  • 6f8a06d Remove basic README.MD
  • c7d276c Rename ScanSettingsStateData to ScanSettingsEnterableData
  • c68dcf4 Move LoggerFactory, ZipService, HttpClientFactory and other things to core.
  • 2b594f0 Refactor ScanJob to be pure domain model
  • 42df48e Move ScanJob and DiscoveredScanner to core because they are platform independent
  • 3d774fc Fully migrate to KMP Room

ScanBridge 2.1.4: Crash fix

Choose a tag to compare

@github-actions github-actions released this 13 Mar 09:57
v2.1.4
f358b20

This release fixes a crash that occurred when cropping or rotating black-and-white scans

ScanBridge 2.1.3: Improvements to the custom scanners feature

Choose a tag to compare

@github-actions github-actions released this 12 Mar 23:30
v2.1.3
df787d1

This release makes small improvements to the custom scanners feature:

  • Fix layouting bug for long custom scanner names
  • Add editing feature for custom scanners
  • Add deletion confirmation dialog when custom scanners are deleted

ScanBridge 2.1.2: Color mode setting

Choose a tag to compare

@github-actions github-actions released this 03 Mar 21:49
v2.1.2
7aeb029

This release adds a few minor improvements:

  • Add a color mode setting
  • Fix A4 not being accepted when loaded from saved settings with some scanners
  • Fix scan intent reset to "Document" when previous settings are loaded and it was on "Default"

ScanBridge 2.0.1: Small bug fixes

Choose a tag to compare

@github-actions github-actions released this 02 Mar 22:54
v2.0.1
71c6acf

This is a new minor version of ScanBridge with a couple of bug fixes:

  • Fix crash when trying to share scans with other apps
  • Fix "Remember scan settings" not working

ScanBridge 2.0.0: Crop feature & background scanning

Choose a tag to compare

@github-actions github-actions released this 26 Feb 14:36
v2.0.0
a71f87c

This release features background scanning (scans will now complete in the background) and a cropping feature. Furthermore, the codebase has overgone a major refactoring.

See https://github.com/Chrisimx/ScanBridge/blob/v2.0.0/CHANGELOG.md for a more detailled list of changes.

ScanBridge 1.6.2

Choose a tag to compare

@github-actions github-actions released this 20 Jan 00:48
v1.6.2
a5da04b

This is a new minor version of ScanBridge. It fixes issues that occured with the Brother DS 940dw scanner. (It should also restore metadata to F-Droid)

See https://github.com/Chrisimx/ScanBridge/blob/v1.6.2/CHANGELOG.md for a more detailled list of changes.

ScanBridge 1.6.1: Export directly as file and Google Play release

Choose a tag to compare

@github-actions github-actions released this 17 Jan 16:35
v1.6.1
a7cde4a

With this new version of ScanBridge, scans can now be exported directly to a file without having to use a workaround (such as the Save Locally app).
The user interface has also been adapted for larger screens like tablets, and ADF-only scanners (i.e. scanners without a flatbed) should now work as well.
Furthermore, an incomplete translation in German has been corrected and an issue with temporary files not being deleted automatically has been resolved.

ScanBridge also celebrates its first release to Google Play! The app is available there for a small price to support the development. You also receive prioritized support with the purchase. Of course, the app still can be obtained for free on F-Droid or from GitHub.

See https://github.com/Chrisimx/ScanBridge/blob/v1.6.1/CHANGELOG.md for a more detailled list of changes.

ScanBridge 1.5.0: Feature release

Choose a tag to compare

@github-actions github-actions released this 12 Oct 09:24
v1.5.0
316048c

This new release of ScanBridge brings a lot of handy features and improvements:

  • 🇮🇹 Italian language support — thanks a lot to @LucaMaroglio for creating the localization!
  • 🌐 Per-app language setting — choose your preferred language for ScanBridge without changing the global setting.
  • 📄 US paper formats — Letter, Legal and more are now provided for easy selection.
  • ⚙️ Save scan settings — your settings are now remembered for new sessions so you don't have to change them every time.
  • ✖️ Cancel button — stop a scan in progress, for example, if it takes too long.
  • ✨ Design improvements — cleaner and more polished interface.
  • 🛠️ Bug fixes — better compatibility with scanners.

ScanBridge 1.4.0

Choose a tag to compare

@github-actions github-actions released this 27 Aug 21:20
v1.4.0
3456c36

This new version of ScanBridge is mostly a feature release with a couple of bug fixes.

Changelog

Added

  • Automatic recovery of the most recent unfinished scan session when the app is launched, if present (65e23af)
  • Automatic discovery of HTTPS scanners on the network (0b30a9a)
  • Persistent storage of custom scanner connections for repeated use (4db5876)
  • Option to disable HTTPS certificate verification in the settings (to easily connect to scanners with self-signed certs) (1854362)
  • Configurable maximum page count per PDF during export (adjustable in the app settings) (7b57a19)

Fixed

Improved Scanner support

  • Canon LiDE20/N676U: Fixed scanning communication / Relative Location header support (#78)

Further fixes

  • Invalid scanner caps don't crash the app anymore (4657d72)
  • Correctly cancle jobs when encountering any failure (fc1eb63)
  • Handle full recomposition correctly (fe3defa)