Skip to content

Releases: linuxmint/timeshift

master.mint22

10 Jun 15:39
78a7aa7
Compare
Choose a tag to compare
AppStream metadata fixes (#391)

* Remove 'English' marker from AppStream description

appstreamcli seems to require the existence of a description without
a 'xml:lang' attribute. This makes sense if you think about the
"lang-less" description as the default one, and the translated ones
as overrides.

* Reorder description paragraphs

The AppStream metadata spec states that the description "should be
translated by-paragraph". Looking at other metainfo files, it seems
that most treat this as meaning "translations should immediately
follow the non-translated paragraph".

* Add <launchable> tag to AppStream metadata

This tag informs AppStream consumers how to launch the application.

* Change AppStream ID to com.linuxmint.timeshift

AppStream IDs are recommended to follow an reverse-DNS scheme.

master.lmde6

10 Jun 15:39
78a7aa7
Compare
Choose a tag to compare
AppStream metadata fixes (#391)

* Remove 'English' marker from AppStream description

appstreamcli seems to require the existence of a description without
a 'xml:lang' attribute. This makes sense if you think about the
"lang-less" description as the default one, and the translated ones
as overrides.

* Reorder description paragraphs

The AppStream metadata spec states that the description "should be
translated by-paragraph". Looking at other metainfo files, it seems
that most treat this as meaning "translations should immediately
follow the non-translated paragraph".

* Add <launchable> tag to AppStream metadata

This tag informs AppStream consumers how to launch the application.

* Change AppStream ID to com.linuxmint.timeshift

AppStream IDs are recommended to follow an reverse-DNS scheme.

master.mint21

07 Feb 18:59
Compare
Choose a tag to compare
24.01.1

master.lmde5

17 Aug 13:31
8607c9d
Compare
Choose a tag to compare
docs/development.md: fix meson setup command (#224)

meson setup command accepts the build folder name directly.