From cc8b973545ca5a0f5f558d5ab37ff2c5e73e9015 Mon Sep 17 00:00:00 2001 From: FineFindus Date: Wed, 18 Sep 2024 18:06:03 +0200 Subject: [PATCH] build: release 2.0.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- ...github.finefindus.eyedropper.metainfo.xml.in.in | 14 ++++++++++++++ meson.build | 2 +- 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cd4570b..79664b2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -437,7 +437,7 @@ dependencies = [ [[package]] name = "eyedropper" -version = "1.0.0" +version = "2.0.0" dependencies = [ "ashpd", "bytes", diff --git a/Cargo.toml b/Cargo.toml index 9e521f0..25d066c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "eyedropper" -version = "1.0.0" +version = "2.0.0" authors = ["FineFindus "] edition = "2021" description = "Pick and format colors" diff --git a/data/com.github.finefindus.eyedropper.metainfo.xml.in.in b/data/com.github.finefindus.eyedropper.metainfo.xml.in.in index 1d11d1c..fb6f908 100644 --- a/data/com.github.finefindus.eyedropper.metainfo.xml.in.in +++ b/data/com.github.finefindus.eyedropper.metainfo.xml.in.in @@ -54,6 +54,20 @@ https://github.com/FineFindus/eyedropper#translation + + +

A new release, including major reworks the the UI and the color system

+
    +
  • Added a new color editor, allowing to modify colors
  • +
  • Reworked the system handling color conversions
  • +
  • Updated to modern GNOME styling
  • +
  • A warning page is now shown on unsupported systems
  • +
  • Various internal code improvements and bug fixes
  • +
  • Removed the palette dialog
  • +
  • Removed custom color formats
  • +
+
+

A new release with exciting new features and many improvements.

\n
  • Allow entering any format
  • Display color in overview search
  • Export palettes to LibreOffice
  • A visual differentiation between color and background
  • Improved color conversion
  • Visual refinements to match the state of the art of GNOME apps
  • Internal code improvements and bug fixes
diff --git a/meson.build b/meson.build index 4473fa8..007c972 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'eyedropper', 'rust', - version: '1.0.0', + version: '2.0.0', meson_version: '>= 0.59', # license: 'MIT', )