Releases: Chrisimx/ScanBridge
Releases · Chrisimx/ScanBridge
Nightly build 2025-02-06
Automated nightly build
Last changes:
- 8a260b5 Fix debug logger body handling for binary data
- 82239b3 Update eSCLKt 1.4.0 -> 1.4.1
- 8029e7e Update dependencies
- 64bebf5 Use getHost on Android SDK < 34 instead of getHostAddresses
- d61921a Add f-droid download to README
- 311f36c Fix FullScreenError layout for very long errors (e.g. ScannerCapsMalformed)
- 6c03d48 Allow user CAs
- 2d67498 Add version and build information to debug log
- 9c8d831 Make read and open timeout configurable
- d8e8a34 Use timeout settings value to configure OkHttpClient
- 2d9c8f8 Add German localization
- f01e60e Add timeout setting, move debug options to advanced category in settings
- 76baa05 Use published port instead of 80/443
- 43ee97e Provide more information in debug protocol
- 8fc5d37 Extract some simple widgets as composables to make code more readable
ScanBridge 1.1.0: Improved scanner support & bug fixes
This is a new version of ScanBridge with multiple improvements and bug fixes:
Changelog
Added
- Confirmation dialog for deleting pages in scanning interface (#34)
Fixed
- Fix layout of the page previews in the scanning interface (center content, prevent overlapping
other text elements like the information header) (cf26121, a9436b3) - Improve scanner support (bd2de72, 9bc201f), at least partial support for HP Color Laserjet MFP
M283fdw (#37, #39) - Handle eSCL resources at root level correctly (2f01050, 5d6285e, 42f9281) (#35)
Changed
- Update dependencies: gradle, esclkt, kotlinx-serialization-json and the versions plugin (2f01050,
bd2de72, 9bc201f)
Full commit log: v1.0.1...v1.1.0
ScanBridge 1.0.1: Bug fixes
This is a new version of ScanBridge with a couple of minor bug fixes:
Changelog
Fixed
- Fix stretching of pages in the PDF export if aspect ration doesn't match the expected one (#33)
- Fix crash when a scanner advertises an invalid address, ignore such scanners. If the address has
a IPv6 scope ID strip it (46d5847) - Fix typo in english app description (fe98fa4)
Changed
- Update gradlew (5b1266c, a9f46dc)
- Update dependencies: material3, composeBom, activityCompose, kotlinReflect (c214641)
Full commit log: v1.0.0...v1.0.1
ScanBridge 1.0.0: Initial release 🎉
This version is the first release of ScanBridge. With this version you can:
- Discover scanners in your network supporting the eSCL protocol
- Scan multiple pages and arrange them however you like
- Scan settings: input source, duplex scan, resolution, scan intent, scanning dimensions
- Export to PDF or JPEG ZIP archive
- Share scans with other apps
The app is translated to German and English.
Full commit log: https://github.com/Chrisimx/ScanBridge/commits/v1.0.0/