Releases: FiratUsta/Chromora
Releases · FiratUsta/Chromora
v2.1.1
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
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
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
v2.0.0
- 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
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
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.