Skip to content

Latest commit

 

History

History
121 lines (64 loc) · 2.12 KB

File metadata and controls

121 lines (64 loc) · 2.12 KB

Unreleased

2.1.3

CI/CD

  • Automatic builds are now done in release mode, minimizing the binary size and maximizing its performance.

2.1.2

Dependencies

  • All dependencies are up to date.

2.1.1

Fixed

  • Panic when two consecutive idle signals are sent.
  • Old ext_idle_notification_v1 object wasn't destroyed in new seat dispatch event.
  • Faulty comparison of compositor's ext_idle_notifier_v1 version caused fault fallback from timer.ignore_idle_inhibitors config option.

Dependencies

  • All dependencies are up to date.

2.1.0

Added

  • Add option to ignore idle inhibitors

Improved

  • Prettier and classified log messages.

2.0.0

Breaking Changes

Fixed

  • Relay on system time, not just thread sleeping. Now the timer will make progress even while the device is suspended.

1.0.0

Fixed

  • Don't specify an icon, since there is none yet.

Dependencies

  • All dependencies are up to date.

1.0.0rc

Improved

  • Better quality and handle more errors.

Changed

  • Use system's gettext instead of compiling it.

Dependencies

  • All dependencies are up to date.

1.0.0beta.1

Added

  • notification:show_progress_bar and notification:minimum_update_delay config options.
  • Error message when no Wayland compositor is detected.

Fixed

  • No ensured delay between notification updates.
  • No progress bar handling for durations less than 100 seconds.

1.0.0beta.0

Improved

  • Reduce release builds binary size.
  • Just use one idel interface if both are implemented in the wayland compositor.

0.1.0alpha.2

Added

  • i18n support.

Changed

  • Use seconds rather then minutes as a time unit. Breaking Change
  • Fix typo in a config option, replace long_break_tiemout with long_break_timeout. Breaking Change

Localization

  • Add the Arabic language.

Dependencies

  • All dependencies are up to date.

0.1.0alpha.1

Added

  • Config file support.

Dependencies

  • All dependencies are up to date.

0.1.0alpha.0

First release.