3.4 KiB
3.4 KiB
Changelog for ecolor
All notable changes to the ecolor crate will be noted in this file.
This file is updated upon each release.
Changes since the last release can be found at https://github.com/emilk/egui/compare/latest...HEAD or by running the scripts/generate_changelog.py script.
0.33.2 - 2025-11-13
Nothing new
0.33.0 - 2025-10-09
- Align
Color32to 4 bytes #7318 by @anti-social - Make the
hex_colormacroconst#7444 by @YgorSouza - Update MSRV from 1.86 to 1.88 #7579 by @Wumpf
0.32.3 - 2025-09-12
Nothing new
0.32.2 - 2025-09-04
Nothing new
0.32.1 - 2025-08-15
Nothing new
0.32.0 - 2025-07-10
- Fix semi-transparent colors appearing too bright #5824 by @emilk
- Remove things that have been deprecated for over a year #7099 by @emilk
- Make
Hsvaderive serde #7132 by @bircni
0.31.1 - 2025-03-05
Nothing new
0.31.0 - 2025-02-04
- Add
Color32::CYANandColor32::MAGENTA#5663 by @juancampa
0.30.0 - 2024-12-16
- Use boxed slice for lookup table to avoid stack overflow #5212 by @YgorSouza
- Add
Color32::mul#5437 by @emilk
0.29.1 - 2024-10-01
Nothing new
0.29.0 - 2024-09-26
- Document the fact that the
hex_color!macro is notconst#5169 by @YgorSouza
0.28.1 - 2024-07-05
Nothing new
0.28.0 - 2024-07-03
- Fix
hex_color!macro by re-exportingcolor_hexcrate fromecolor#4372 by @dataphract - Remove
extra_assertsandextra_debug_assertsfeature flags #4478 by @emilk - Add
Color32::lerp_to_gamma#4627 by @abey79
0.27.2 - 2024-04-02
- Nothing new
0.27.1 - 2024-03-29
- Nothing new
0.27.0 - 2024-03-26
- Nothing new
0.26.2 - 2024-02-14
- Nothing new
0.26.1 - 2024-02-11
- Nothing new
0.26.0 - 2024-02-05
- Nothing new
0.25.0 - 2024-01-08
- Add
Color32::from_hexandColor32::to_hex#3570 #3777 (thanks @YgorSouza!)
0.24.1 - 2023-11-30
- Optimize color conversions #3666
0.24.0 - 2023-11-23
0.22.0 - 2023-05-23
- Nothing new
0.21.0 - 2023-02-08
- Add
Color32::gamma_multiply(#2437).
0.20.0 - 2022-12-08
- Split out
ecolorcrate fromepaint