Skip to content

Releases: Toinane/colorpicker

2.3.0

02 Oct 01:30
503678d

Choose a tag to compare

2.3.0

Hello! It's been a long time from last update! 🥲 I've done a lot of QoL this time

Updated

  • Electron update : 19.1.9 -> 38.2.0 🤯
  • Updated all native code to support modern framework

Changed

  • Enhanced accessibility on Toolbar, Sliders and Inputs
  • Added new button "Ignore update" when update is available
  • Updated some toolbar icons (Picker, Colorbook)
  • Added Windows Portable version

Fixed

  • Fixed laggy picker thanks to @alettsy 😄
  • Fixed MacOS arm64 build
  • Fixed new update alerting

⚠️ I didn't try the Linux build for now

(I need to setup Linux env next week to check and fix potential bugs)


Commits

New Contributors

Full Changelog: 2.2.2...2.3.0

2.2.2

04 Jun 16:06

Choose a tag to compare

Fix

  • Fixed check new release fail at launch #147

2.2.1

14 May 18:17

Choose a tag to compare

Changed

  • Updated Electron to 19.1.9
  • WINDOWS: Added portable exe
  • MACOS: Added Sillicon macos build (arm64)

Fix

  • Fixed the corrupted file at launch that can occur sometimes

Colorpicker 2.2.0

24 Nov 11:41

Choose a tag to compare

Changed

  • Updated Electron to 19.1.7
  • Updated Dependencies (no new features here)
  • Removed Opacity feature as it can really buggy sometimes
  • WINDOWS: Updated window toolbar icon to be more readable on bigger resolution (2k, 4k)

Fix

  • Picker now work fine again on bigger resolution!

Colorpicker 2.1.0

17 May 18:31

Choose a tag to compare

Changed

  • Updated Electron to 18.2.3 (oof!)
  • Updated Dependencies (no new features here)
  • Add alerting for new version! (You'll not missing the next crazy update don't worry!)
  • WINDOWS: Updated window toolbar icon!
  • LINUX: Changed window toolbar icon to Windows icons (sorry, it's temp, but I think it's much better like this!)
  • LINUX: Picker is not supported on Wayland for the moment (the deps I use don't support it and I don't have skills on C++.. I'm looking into Rust for that)

Fix

  • Nothing! Sorry the code is really too old and legacy..
  • I'm sure I've added more bug to this version, but I prefer to take time on the rewrite instead.
  • The rewrite is in progress, take time but its for good, you can follow it on #104

Teasing

Just teasing the 3.0.0 in progress:

image
image

Colorpicker 2.0.5

08 Apr 14:35

Choose a tag to compare

Changed

  • Update Electron to 9.4.4
  • Update all dependencies
  • Add new temporary update available alert
  • Removed tray icon temporary

Sorry it's all for now, I'm working hard on the new design and priorities. Next news soon!

Colorpicker 2.0.3

09 Jan 09:43
a52dfe2

Choose a tag to compare

Changed

  • Add Picker feature for Linux platform (use of iohook) #18
  • Update Electron 2.0.11 to 7.1.7
  • Update all dependencies
  • Use new fork of RobotJS for multiscreen support
  • Use new fork of osx-mouse for crash fix on Electron 7.1.7
  • Use new fork of win-mouse for crash fix on Electron 7.1.7

Issues

  • Fix of too old appImage on Linux #58

Colorpicker 2.0.2

18 Sep 12:21

Choose a tag to compare

Changed

  • Updated dependencies for security reason.

Sorry it's all for this update

Colorpicker 2.0.1

16 Apr 15:50
3973d22

Choose a tag to compare

Changed

  • Updated Electron to 1.8.4 for security fixes
  • Updated request/electron-json-storage/tippy.js

Issues

  • Fix issue with multi monitors on OSX: #26

Colorpicker 2.0.0

24 Feb 19:36

Choose a tag to compare

Features

  • Refactoring application
  • Add Picker feature
  • Add Colorsbook feature
  • Add Opacity feature
  • Add Focus mode feature
  • Change Shading system
  • New icons
  • Add settings
  • Linux release available
  • Change fonts
  • Improve interface

Issues

  • Fix shortcuts on OSX