Skip to content

Releases: legacyO7/Aurora

aurora-3.7.9-stable+1

23 Feb 15:45
Compare
Choose a tag to compare

Changelogs:

  • Introducing Preferences! Users now have the flexibility to utilize the application for both setting battery thresholds and controlling backlight, or opt for either functionality independently. Able to change preference from Settings > Edit Preferences
  • Removed the necessity of running service daemon when the application is solely used for backlight control.
  • Fixed systemd directory permissions
  • bugfixes and improvements
  • updated dependencies

aurora-3.7.9-beta+1

21 Feb 12:57
Compare
Choose a tag to compare

Changelogs:

  • dusted off the code, and have been cranking away at some long-overdue improvements
  • cleaned up redundant permissions and services
  • decoupled keyboard settings from battery management. aurora will no longer enforce the use battery manager and can now operate independently as a dedicated keyboard manager
  • bugfixes and improvements
  • updated dependencies

aurora-3.6.8-beta+1

25 Feb 10:12
Compare
Choose a tag to compare

Changelogs:

  • Introducing Preferences! Users now have the flexibility to utilize the application for both setting battery thresholds and controlling backlight, or opt for either functionality independently. Able to change preference from Settings > Edit Preferences
  • Removed the necessity of running service daemon when the application is solely used for backlight control.
  • Fixed systemd directory permissions
  • Updated dependencies
  • Bugfixes and improvements

aurora-3.5.7-stable+1

10 Nov 06:42
Compare
Choose a tag to compare

Changelogs:

  • Introducing Profiles! Aurora now has the option to set and choose between profiles
  • Set different profiles with charging threshold, backlight brightness, color, state and modes
  • Migrated to Isar database for profile handling
  • Minor bugfixes and UI improvements

aurora-3.5.6-beta+1

05 Sep 09:15
Compare
Choose a tag to compare

Changelogs:

  • Introducing Profiles! Aurora now has the option to set and choose between profiles
  • Set different profiles with charging threshold, backlight brightness, color, state and modes
  • Migrated to Isar database for profile handling
  • Minor bugfixes and UI improvements

aurora-3.4.5-stable+1

17 Aug 07:34
Compare
Choose a tag to compare

Changelogs:

  • Improved app performance and reliability by leveraging Dart's built-in I/O capabilities.
  • Enhanced security by eliminating reliance on external shell commands.
  • Added support for command-line arguments in the app. Refer README for usage
  • Added optional logging functionality to the app. By default, logging is now disabled to minimize resource consumption and improve performance. Introduced a new command-line argument (--log) to enable logging functionality.
  • Added Settings Panel
  • Option to enforce faustus in mainline mode. This will force aurora to run in faustus mode, even if mainline mode is compatible. ( Settings > Enforce faustus )
  • Logging can be enabled or disabled anytime from Settings
  • Option to revoke faustus from setup screen
  • Added option to clear cache from settings and setup screen
  • Once the user enforced faustus mode, prompts for switching to Mainline mode are disabled.
  • User can switch back to mainline mode from Settings Panel
  • Added option to revoke faustus mode from setup screen, in case faustus installation goes wrong
  • Check and warn user if required modules are blacklisted prior to app installation
  • Bugfixes and Improvements

aurora-3.4.5-beta+1

25 Jul 11:34
5d6266c
Compare
Choose a tag to compare

Changelogs:

  • Added option to clear cache from settings and setup screen
  • Once the user enforced faustus mode, prompts for switching to Mainline mode are disabled.
  • User can switch back to mainline mode from Settings Panel
  • Added option to revoke faustus mode from setup screen, in case faustus installation goes wrong
  • Check and warn user if required modules are blacklisted prior to app installation
  • Bugfixes and Improvements

aurora-3.3.4-beta+1

13 Jul 08:30
5d6266c
Compare
Choose a tag to compare

Changelogs:

  • Added Settings Panel
  • Option to enforce faustus in mainline mode. This will force aurora to run in faustus mode, even if mainline mode is compatible. ( Settings > Enforce faustus )
  • Logging can be enabled or disabled anytime from Settings
  • Fixed minor bugs

aurora-3.2.3-beta+1

08 Jul 09:38
5d6266c
Compare
Choose a tag to compare

Changelogs:

  • Fixed permission issues with faustus module
  • Fixed app crash on debug mode
  • Fixed invalid working directory
  • Fixed app not recognizing certain devices

aurora-3.1.2-beta+1

30 Jun 08:42
5d6266c
Compare
Choose a tag to compare

Changelogs:

  • Added option to run the app with elevated privileges from within the app
  • Optimized terminal operations
  • Bugfixes and UX improvements