Releases: brookiestein/BtScreenLocker
Releases · brookiestein/BtScreenLocker
v1.8.1
v1.8.0
Update 1.8.0: * Added command line options for listing and removing trusted devices.
V1.7.0
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
React to some common Unix signals.
v1.6.3
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
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
Fixing install path for app icon.