Skip to content

Releases: madnerdorg/libreconnect

Libre Connect v1.2

02 Nov 11:11
Compare
Choose a tag to compare

https://github.com/madnerdorg/libreconnect

Change log

  • v1.2 : Add hashed password
  • v1.1.1 : Added settings file

Windows Windows

Linux Linux

libreconnect_linux_v1.2.zip

Raspberry Pi Raspberry Pi

Download and extract libreConnect_rpi.zip

mkdir /opt/libreconnect
cd /opt/libreconnect
wget https://github.com/madnerdorg/libreconnect/releases/download/1.2/libreconnect_rpi_v1.2.zip
unzip libreconnect_rpi_v1.2.zip

Start at boot

Add in rc.local before exit 0

cd /opt/libreconnect;./usb_scanner &

Libre Connect v1.1.1

13 Oct 12:30
Compare
Choose a tag to compare
Merge branch 'master' of https://github.com/madnerdorg/libreconnect

Libre Connect v1.0

28 Jun 11:06
Compare
Choose a tag to compare
[STL] Forgot to add files

LibreConnect : 97f9aff

30 Mar 12:56
Compare
Choose a tag to compare
Pre-release
Ready for release

There was still some bugs that make the application crashed when used
with the password protection.

I also added a banner at start with the version, as I tend to forget to
increment the version I simply used the commit hash.
Obviously the commit hash will always be one version behind but this
should do the trick for now.