diff --git a/data/io.github.lainsce.Colorway.appdata.xml.in b/data/io.github.lainsce.Colorway.appdata.xml.in index f01d290..aac5338 100644 --- a/data/io.github.lainsce.Colorway.appdata.xml.in +++ b/data/io.github.lainsce.Colorway.appdata.xml.in @@ -39,6 +39,13 @@ io.github.lainsce.Colorway + + +

Release: Color Choosing with a Drag

+

Added: The color chooser box's pointer can now be dragged to choose the color as well, no more clicking random spots.

+

Changed: Most icons now above color content are aware of contrast and will update accordingly as white or black colored to ensure contrast.

+
+

Release: Copiable Colors

diff --git a/meson.build b/meson.build index 50da390..6dbdb66 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('io.github.lainsce.Colorway', ['vala', 'c'], version: '1.0.1') +project('io.github.lainsce.Colorway', ['vala', 'c'], version: '1.0.2') gnome = import('gnome') i18n = import('i18n')