Skip to content

Releases: brookiestein/BtScreenLocker

v1.8.1

21 Aug 00:22
Compare
Choose a tag to compare
Ensuring program ends when -L and/or -R are used.

v1.8.0

17 Aug 13:16
Compare
Choose a tag to compare
Update 1.8.0:

* Added command line options for listing and removing trusted devices.

V1.7.0

29 Jul 17:55
Compare
Choose a tag to compare
Update 1.7.0:

* Added command line option to allow self restarting if Bluetooth device
  becomes unavailable.

  Older versions had to end program execution because when a Bluetooth
  device becomes unavailable, it won't be available for the program even
  when that Bluetooth device becomes available again.

  For more information, read:
  https://doc.qt.io/qt-6/qbluetoothlocaldevice.html#isValid

v1.6.5

23 Jul 19:20
Compare
Choose a tag to compare
React to some common Unix signals.

v1.6.3

16 Jul 14:54
Compare
Choose a tag to compare
Update 1.6.3:

* Discovered devices' table now fits its whole area.
* If user clicks on add button with nothing selected, a message box will
  be shown indicating they have to select at least one device from the
  list.
* When adding new Bluetooth devices to the trusted list, check if
  they're paired, and if they aren't, ask user if they want to pair it.
  Pairing them on possitive answer.

v1.6.2

15 Jul 21:27
Compare
Choose a tag to compare
Update 1.6.2:

* Making Logger a singleton class, so there's no need to pass it through
  every single class, just class Logger::instance() whenever you want to
  use it. main() manages that pointer's destruction.
* Fixed bug while logging to file: Date didn't use to be shown.
* Fixed bug with translations: they didn't use to be applied, program
  used to run with default language even when user explicitly set it to
  Spanish.

v1.6.1

13 Jul 15:45
Compare
Choose a tag to compare
Fixing install path for app icon.