From 43faac11542c51e705b5f10b4f887c0f5b7eb15c Mon Sep 17 00:00:00 2001 From: ini <81521595+InioX@users.noreply.github.com> Date: Mon, 24 Mar 2025 21:17:27 +0100 Subject: [PATCH] chore: release v3.0.0 --- CHANGELOG.md | 21 +++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 4 ++-- 3 files changed, 24 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f973dc8..8d04492 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,27 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0](https://github.com/InioX/matugen/compare/v2.4.1...v3.0.0) - 2025-03-24 + +### Added + +- *(gui)* add path under images +- *(gui)* add images tab +- add ui +- add palettes to `dump_json` + +### Fixed + +- trying to install color eyre twice +- not compiling because of unix wallpaper +- wrong tones in `dump_json` ([#116](https://github.com/InioX/matugen/pull/116)) + +### Other + +- run cargo fmt +- refactor +- *(readme)* improve discord link + ## [2.4.1](https://github.com/InioX/matugen/compare/v2.4.0...v2.4.1) - 2024-11-13 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index 084cbed..f96f70e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2538,7 +2538,7 @@ dependencies = [ [[package]] name = "matugen" -version = "2.4.1" +version = "3.0.0" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 97e3297..dccd691 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matugen" -version = "2.4.1" +version = "3.0.0" authors = ["InioX"] description = "A material you color generation tool with templates" repository = "https://github.com/InioX/matugen" @@ -84,4 +84,4 @@ egui_extras = { version = "0.29.1", optional = true, features = ["image", "file" eframe = { version = "0.29.1", optional = true } indexmap = { version = "2.7.0", optional = true } egui_file = { version = "0.19.0", optional = true } -rfd = { version = "0.15.1", optional = true } \ No newline at end of file +rfd = { version = "0.15.1", optional = true }