brainbreak:metainfo-fixes

Last commit made on 2024-03-24
Get this branch:
git clone -b metainfo-fixes https://git.launchpad.net/brainbreak

Branch merges

Branch information

Name:
metainfo-fixes
Repository:
lp:brainbreak

Recent commits

cfb58fa... by Dylan McCall

Fix metainfo issues

3722bec... by Dylan McCall

Set runtime-version to master

This was accidentally changed to 46 in commit ef6bcefd.

a81ca3a... by Dylan McCall

Add finish-args: device=dri

ef6bcef... by Dylan McCall

Version 3.0.0

b415651... by Dylan McCall

Remove unused property in BreakConfigurationChooser

b0971af... by Dylan McCall

Avoid unnecessary background status updates

Ideally background status should be updated based on a signal rather
than a timeout, but we'll save that for a future update.

071d526... by Yuri Chornoivan <email address hidden>

Update Ukrainian translation

143f363... by Dylan McCall

Merge branch 'gtk-4' into 'master'

Use Gtk 4 and Libadwaita

See merge request GNOME/gnome-break-timer!8

42a08a4... by Dylan McCall

Simplify sleep time detection in activity monitor

The previous behaviour seemed needlessly complicated.

ee3b862... by Dylan McCall

Save application state on a regular interval

The previous behaviour of saving state on shutdown wasn't working due to
the main loop already being stopped at that point. Instead, save state
every five minutes (in addition to query_end). This should resolve some
issues related to the state file being very outdated.