Skip to content

Releases: Chrisimx/ScanBridge

Nightly build 2025-02-06

30 Dec 15:13
8a260b5
Compare
Choose a tag to compare
Pre-release

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

28 Jan 14:17
v1.1.0
60a14e7
Compare
Choose a tag to compare

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

15 Jan 20:44
v1.0.1
f7cdf65
Compare
Choose a tag to compare

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 🎉

06 Jan 21:03
v1.0.0
6727728
Compare
Choose a tag to compare

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/