Skip to content

Commit

Permalink
docs(changelog): update to 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FineFindus committed Feb 24, 2023
1 parent b113b88 commit 48524fb
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ 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]
# [0.6.0] - 2023-02-24

### Added
- Show a toast with an Undo option when clearing the history
Expand Down
28 changes: 27 additions & 1 deletion data/com.github.finefindus.eyedropper.metainfo.xml.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,33 @@
<url type="translate">https://github.com/FineFindus/eyedropper#translation</url>
<content_rating type="oars-1.1" />
<releases>
<release version="0.5.1" date="2023-01-29">
<release version="0.6.0" date="2023-02-24">
<description>
<p>Added:</p>
<ul>
<li>Show a toast with an Undo option when clearing the history</li>
<li>Use Ctrl-Q to close the window</li>
<li>Use a default minimum window size, content should no longer unnecessarily cut off</li>
<li>New icon by @bertob</li>
<li>Export palettes as Adobe Swatch Exchange (ASE), hex, PAL, Paint.NET (txt) files</li>
<li>Minor changes to the store metadata</li>
</ul>
<p>Changed:</p>
<ul>
<li>Hunter-Lab now displays 0 instead of NaN</li>
<li>Improved tooltips for copying colors</li>
<li>Palette window now uses a button with a more explicit text instead of an icon</li>
<li>Reworded project description</li>
<li>Updated all screenshots</li>
</ul>
<p>Fixed:</p>
<ul>
<li>Separator is now hidden when the history list is hidden</li>
<li>Improved editing experience when change the Hex color/name</li>
</ul>
</description>
</release>
<release version="0.5.1" date="2023-01-29">
<description>
<p>Added:</p>
<ul>
Expand Down

0 comments on commit 48524fb

Please sign in to comment.