Skip to content

Releases: FineFindus/eyedropper

v2.0.1

18 Sep 17:02
Compare
Choose a tag to compare
chore(translations): update template

v2.0.0

18 Sep 16:30
Compare
Choose a tag to compare

After almost a year since the last update, the new version of Eyedropper brings significant changes both to the user interface and under the hood:

  • A new color editor allows modifying the picked color
  • The color system has been completely rewritten, now using the palette library for more accurate color conversions.
  • If the system does not allow color picking, a warning page is now displayed (Thanks to Brage Fulgeseth for the illustration)

New Contributors

Full Changelog: v1.0.0...v2.0.0

v1.0.0

27 Sep 20:01
0658771
Compare
Choose a tag to compare

Added

  • Show visual feedback when parsing input
  • Apply input with a new button
  • Display colors in overview search
  • Shadow to differentiate colors from background
  • Export palettes to LibreOffice
  • Tooltip on primary menu
  • Czech translation
  • Portuguese translation
  • Parse any format input
  • Allow for different separators in formats
  • Allow for whitespace in formats
  • Allow precision of 0
  • Set a maximum precision of 15
  • Duplicated colors will be removed from the history by @gregorni
  • Commanding option for opening the picker

Changed

  • Use flat headerbar
  • Show pop-over for export file formats
  • Use GNOME 45 runtime
  • Use CSS lab format
  • Use von Kries Matrix to convert to XYZ
  • Update to libadwaita 1.4
  • Improved settings backend
  • Improved Name sources dialog
  • Removed default precision switch
  • Removed unused debug info
  • Moved to Blueprint
  • Improved Search performance

Fixed

  • Hide toast when cancelled
  • Fixed sandbox debug info
  • Use correct screenshot links
  • Fixed clippy lints
  • Fixed typos
  • Remove unused code

v0.7.0-beta

13 Jun 08:02
5e3aa80
Compare
Choose a tag to compare
v0.7.0-beta Pre-release
Pre-release

Added

  • Show visual feedback when parsing input
  • Apply input with a new button
  • Display colors in overview search
  • Shadow to differentiate colors from background
  • Export palettes to LibreOffice
  • Tooltip on primary menu
  • Czech translation
  • Portuguese translation
  • Parse any format input
  • Allow for different separators in formats
  • Allow for whitespace in formats
  • Allow precision of 0

Changed

  • Use flat headerbar
  • Show pop-over for export file formats
  • Use GNOME 44 runtime
  • Use CSS lab format
  • Use von Kries Matrix to convert to XYZ
  • Update to libadwaita 1.4
  • Improved settings backend
  • Improved Name sources dialog
  • Removed default precision switch

Fixed

  • Hide toast when cancelled
  • Fixed sandbox debug info
  • Use correct screenshot links
  • Fixed clippy lints
  • Fixed typos
  • Remove unused code

0.6.0

24 Feb 16:17
e90c243
Compare
Choose a tag to compare

Added

  • Show a toast with an Undo option when clearing the history
  • Use Ctrl-Q to close the window
  • Use a default minimum window size, content should no longer unnecessarily cut off
  • New icon by @bertob
  • Export palettes as Adobe Swatch Exchange (ASE), hex, PAL, Paint.NET (txt) files
  • Minor changes to the store metadata

Changed

  • Hunter-Lab now displays 0 instead of NaN
  • Improved tooltips for copying colors
  • Palette window now uses a button with a more explicit text instead of an icon
  • Reworded project description
  • Updated all screenshots

Fixed

  • Separator is now hidden when the history list is hidden
  • Improved editing experience when change the Hex color/name

0.5.1

29 Jan 12:31
eb3c8a4
Compare
Choose a tag to compare

Added

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

Changed

  • History no longer contains duplicated colors

Fixed

  • Wrong default rgb format
  • LMS and Hunter Lab sharing their preference setting

0.5.0

02 Jan 22:09
Compare
Choose a tag to compare

Added

  • Export the generated palettes from the palette dialog as a GIMP palette file
  • 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
  • Customize color formats

Changed

  • Fixed a bug where the illuminants were not fully shown
  • The names of the GNOME color palette are now available

0.4.0

20 Oct 20:01
5272841
Compare
Choose a tag to compare

Added

  • Options to show names of color (from w3c basic, extended and xkcd)
  • Change the color by typing a name in the name field
  • Palettes are now shown in the palette dialog, accessible by clicking on the large color button
  • The App now uses the AdwAboutWindow
  • HSL does now support alpha values
  • HWB and CIELCh are now supported
  • CIE standard observer for CIELab and CIELCh
  • Change CIE illuminants
  • The following translations have been added
  • Code refactoring

Removed

  • Removed explicit dependency on the libc crate, as it is no longer needed with the new palette dialog

0.3.1

23 Sep 16:01
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

Added

  • Translation for the "Copied" message
  • A symbolic icon
  • Dutch translation by flipflop97

Changed

  • Fixed broken Alphaposition setting

v0.3.0

21 Sep 17:58
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Added

  • Palettes, consisting of darker shades and lighter tints, are now generated from the currently picked color as well as the previous 3
  • The app has been translated into French by rene-coty
  • A German translation has been added
  • Change the order of the color formats by dragging and dropping them in the settings
  • Adjusted some strings to be easier to understand