Skip to content

Releases: FiratUsta/Chromora

v2.1.1

04 Nov 06:35
Compare
Choose a tag to compare

As is tradition, we have a patch release right after a minor/major release because I missed some bugs.

Changelog:

Enhancements:

  • Collected the buttons on the top left into a menu for a tidier look.

Bug fixes:

  • Fixed export restrictions not working correctly.
  • Fixed random generator not working.
  • All menu buttons should now correctly hide on a print export.

v2.1.0

03 Nov 09:50
Compare
Choose a tag to compare

New release: 2.1.0

Changelog:

New features:

  • Added new export options: .aco, .ase and .gpl
  • Added a new button for switching to the fullscreen palette viewer.
  • Added the ability to edit the palette by modifying or deleting existing swatches, as well as adding new swatches.

Enhancements:

  • Button icons are now SVGs instead of PNGs, reducing their file sizes to roughly 1/5th of what they were before.
  • SVG buttons are now dynamically recolored instead of loading different images, further reducing the footprint of the app.

Known Bugs:

  • URL and code exports aren't properly restricted with certain palettes.
  • Random option in Step 2 doesn't work.

v2.0.3

14 Jun 20:21
Compare
Choose a tag to compare

Skipping v2.0.2 in order to combat some possible versioning clashes & issues.

Changelog:

  • The app now uses Noto if the font is installed, or falls back to other sans-serif fonts instead of trying to import it from Google.
  • Monochrome palettes now should sort correctly on Chrome.

v2.0.1

08 Mar 11:35
Compare
Choose a tag to compare

[SELF HOSTING] Move service worker and manifest to root to avoid scope issues.

v2.0.0

08 Mar 10:33
Compare
Choose a tag to compare
  • Completely rebrand the project.
  • Add new export mode: URL sharing.
  • Add a new full screen view mode exclusively for viewing URL shared palettes.
  • Fix the about button showing up on print exports.
  • Fix random button not working
  • Fix font declarations, the app should now use Noto Sans.
  • Improve ServiceWorker behavior so that updates are more consistent.
  • Improve UI animations and overall feel of the app
  • Improve HSV color picking and inputting.
  • Improve tone and monochrome palette generation.
  • [SELF HOSTING] Expose the packing script to the repository.
  • [SELF HOSTING] Fix the releases in order to make the archives accessible.

v1.4.2

03 Oct 11:47
Compare
Choose a tag to compare

Skipping building v1.4.1 and jumping over to v1.4.2.
Please note that users might need to manually delete caches to be able to get this update!
Changelog:

  • Add new export mode: URL sharing.
  • Add a new full screen view mode exclusively for viewing URL shared palettes.
  • Fix the about button showing up on print exports.
  • Fix random button not working
  • Fix font declarations, the app should now use Noto Sans.
  • Improve ServiceWorker behavior so that updates are more consistent.
  • Improve UI animations and overall feel of the app
  • [SELF HOSTING] Fix the releases in order to make the archives accessible.

v.1.4.0

02 Oct 14:34
8e07161
Compare
Choose a tag to compare

New version 1.4.0:

  • Completely revamped project structure for better maintainability, modularity and readability.
  • Implemented a new notification system with better looking and behaving notifications.
  • You can now click on the labels on the generated swatches to copy information.
  • You can now click on the hearts on each swatch to lock certain colors.
  • Improve the look of print exports.
  • Improve the look of image exports as well as present more information on them.
  • Added an about button to top left of the page.

v1.3.1

23 May 11:11
8e07161
Compare
Choose a tag to compare

Grab one of the .zips below for self hosting Color-Thing. The light version lacks offline capabilities, but has an even smaller footprint than the core version.

v1.3.1 is functionally the same as v1.3, however it has a cleaner project structure.