Skip to content

Commit

Permalink
build: release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Sep 27, 2023
1 parent 9dc17f5 commit 0658771
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 133 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

# [Unreleased] - 2023-09-
# [1.0.0] - 2023-09-27

### Added
- Show visual feedback when parsing input
- Apply input with a new button
- Display colors in overview search
- Shadow to differentiate colors from background
- Shadow to differentiate colors from background
- Export palettes to LibreOffice
- Tooltip on primary menu
- Czech translation
- Portuguese translation
- Portuguese translation
- Parse any format input
- Allow for different separators in formats
- Allow for whitespace in formats
Expand All @@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Changed
- Use flat headerbar
- Show pop-over for export file formats
- Use GNOME 44 runtime
- Use GNOME 45 runtime
- Use CSS `lab` format
- Use `von Kries` Matrix to convert to XYZ
- Update to libadwaita 1.4
Expand Down Expand Up @@ -69,9 +69,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [0.5.1] - 2023-01-29

### Added
### Added
- Russian translation by @vorons
- Use higher optimization options when compiling a release
- Use higher optimization options when compiling a release
- Return the exit code when quitting

### Changed
Expand All @@ -85,7 +85,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- Export the generated palettes from the palette dialog as a GIMP palette file
- A `.doap` file to describe the project
- A `.doap` file to describe the project
- Show a placeholder page when no color is picked
- LMS color space can now be shown
- Convert to Hunter-Lab color space
Expand All @@ -107,12 +107,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- CIE standard observer for CIELab and CIELCh
- Change CIE illuminants
- The following translations have been added
- Spanish by [IngrownMink4](https://github.com/IngrownMink4)
- Basque by [IngrownMink4](https://github.com/IngrownMink4)
- Turkish by [libreajans](https://github.com/libreajans)
- Dutch by [flipflop97](https://github.com/flipflop97)
- Spanish by [IngrownMink4](https://github.com/IngrownMink4)
- Basque by [IngrownMink4](https://github.com/IngrownMink4)
- Turkish by [libreajans](https://github.com/libreajans)
- Dutch by [flipflop97](https://github.com/flipflop97)
- Italian by [phaerrax](https://github.com/phaerrax)
- Code refactoring
- Code refactoring

### Removed
- Removed explicit dependency on the `libc` crate, as it is no longer needed with the new palette dialog
Expand Down
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 = "0.7.0-beta"
version = "1.0.0"
authors = ["FineFindus <[email protected]>"]
edition = "2021"
description = "Pick and format colors"
Expand Down
120 changes: 4 additions & 116 deletions build-aux/com.github.finefindus.eyedropper.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
{
"id": "com.github.finefindus.eyedropper",
"runtime": "org.gnome.Platform",
"runtime-version": "44",
"runtime-version": "45",
"sdk": "org.gnome.Sdk",
"sdk-extensions": [
"org.freedesktop.Sdk.Extension.rust-stable"
],
"command": "eyedropper",
"finish-args": [
"--socket=fallback-x11",
"--share=ipc",
"--socket=wayland",
"--device=dri",
"--env=G_MESSAGES_DEBUG=none",
Expand All @@ -29,127 +30,14 @@
}
]
},
{
"name": "gtk",
"buildsystem": "meson",
"config-opts": [
"-Dbuild-testsuite=false",
"-Dgtk_doc=false",
"-Dintrospection=disabled",
"-Dbuild-tests=false"
],
"sources": [
{
"type": "archive",
"url": "https://download.gnome.org/sources/gtk/4.11/gtk-4.11.2.tar.xz",
"sha256": "4a481da6b65b6add3f59966b0bb27e8139c381d0699402df662df2ce1c9e6913",
"x-checker-data": {
"type": "gnome",
"name": "gtk",
"stable-only": false
}
}
]
},
{
"name": "libsass",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/lazka/libsass.git",
"branch": "meson",
"commit": "aac79dccd3c8f7e8f22125f87a119f3b1ee9d487"
}
]
},
{
"name": "sassc",
"buildsystem": "meson",
"sources": [
{
"type": "git",
"url": "https://github.com/lazka/sassc.git",
"branch": "meson",
"commit": "a1950c2d95ea4c051feb90bb1f43559fbb54bf36"
}
]
},
{
"name": "libyaml",
"sources": [
{
"type": "git",
"url": "https://github.com/yaml/libyaml.git",
"commit": "2c891fc7a770e8ba2fec34fc6b545c672beb37e6"
}
]
},
{
"name": "libxmlb",
"buildsystem": "meson",
"config-opts": [
"-Dintrospection=false",
"-Dgtkdoc=false",
"-Dstemmer=false",
"-Dcli=false",
"-Dtests=false"
],
"sources": [
{
"type": "git",
"url": "https://github.com/hughsie/libxmlb.git",
"commit": "6191220071233972d798b57841d08e4964952a17"
}
]
},
{
"name": "appstream",
"buildsystem": "meson",
"config-opts": [
"-Dstemming=false",
"-Ddocs=false",
"-Dgir=false"
],
"sources": [
{
"type": "git",
"url": "https://github.com/ximion/appstream.git",
"tag": "v0.16.2",
"commit": "1ee6af91310f9deb47f3863a7a7ffb22c46bcce6",
"x-checker-data": {
"type": "git",
"tag-pattern": "^v([\\d.]+)$"
}
}
]
},
{
"name": "libadwaita",
"buildsystem": "meson",
"config-opts": [
"-Dtests=false",
"-Dvapi=false",
"-Dintrospection=disabled",
"-Dgtk_doc=false",
"-Dexamples=false"
],
"sources": [
{
"type": "git",
"url": "https://gitlab.gnome.org/GNOME/libadwaita.git",
"commit": "081673f4d099edce7d31af5006df871ee60b7d98"
}
]
},
{
"name": "eyedropper",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://github.com/FineFindus/eyedropper/releases/download/v0.7.0-beta/eyedropper-0.7.0.beta.tar.xz",
"sha256": "42518afb555f5f64ef10461adacd44f47ee6ea7d0f00d7ce171bc80e46397ea7"
"url": "https://github.com/FineFindus/eyedropper/releases/download/v1.0.0/eyedropper-1.0.0.tar.xz",
"sha256": "b7fd9bc5c81a41d3b8ba7e7ea42f5c1597f9ba2d922c1bffc1b13d4749decef3"
}
]
}
Expand Down
4 changes: 2 additions & 2 deletions data/com.github.finefindus.eyedropper.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<summary>Pick and format colors</summary>
<description>
<p>
Pick any color from your screen and view it in different formats. Change the picked color or go back to
Pick any color from your screen and view it in different formats. Change the picked color or go back to
a previously picked color from the history list. Generate a list of different shades from the picked color.
</p>
<p>Features</p>
Expand Down Expand Up @@ -47,7 +47,7 @@
<url type="translate">https://github.com/FineFindus/eyedropper#translation</url>
<content_rating type="oars-1.1" />
<releases>
<release version="1.0.0">
<release version="1.0.0" date="2023-09-27">
<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>
</release>
<release version="0.6.0" date="2023-02-24">
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: '0.7.0-beta',
version: '1.0.0',
meson_version: '>= 0.59',
# license: 'MIT',
)
Expand Down

0 comments on commit 0658771

Please sign in to comment.