Skip to content

Commit

Permalink
build: release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Sep 18, 2024
1 parent 99e07bc commit cc8b973
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "eyedropper"
version = "1.0.0"
version = "2.0.0"
authors = ["FineFindus <[email protected]>"]
edition = "2021"
description = "Pick and format colors"
Expand Down
14 changes: 14 additions & 0 deletions data/com.github.finefindus.eyedropper.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,20 @@
<url type="translate">https://github.com/FineFindus/eyedropper#translation</url>
<content_rating type="oars-1.1" />
<releases>
<release version="2.0.0" date="2024-09-18">
<description translatable="no">
<p>A new release, including major reworks the the UI and the color system</p>
<ul>
<li>Added a new color editor, allowing to modify colors</li>
<li>Reworked the system handling color conversions</li>
<li>Updated to modern GNOME styling</li>
<li>A warning page is now shown on unsupported systems</li>
<li>Various internal code improvements and bug fixes</li>
<li>Removed the palette dialog</li>
<li>Removed custom color formats</li>
</ul>
</description>
</release>
<release version="1.0.0" date="2023-09-27">
<description translatable="no">
<p>A new release with exciting new features and many improvements.</p>\n<ul><li>Allow entering any format</li><li>Display color in overview search</li><li>Export palettes to LibreOffice</li><li>A visual differentiation between color and background</li><li>Improved color conversion</li><li>Visual refinements to match the state of the art of GNOME apps</li><li>Internal code improvements and bug fixes</li></ul>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'eyedropper',
'rust',
version: '1.0.0',
version: '2.0.0',
meson_version: '>= 0.59',
# license: 'MIT',
)
Expand Down

0 comments on commit cc8b973

Please sign in to comment.