Skip to content

Commit

Permalink
Release v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschuler committed Jan 17, 2025
1 parent 4c3c39d commit 0f7f0f8
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 10 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [1.3.0] - 2025-01-17

### Added

- Add matrix PCB generation
- Add nix build
- Add option for 1u or 1.5u thumb keys
- Add popup when exporting with low resolution

### Fixed

- Fix incorrect keyboard color during preview

## [1.2.0] - 2024-10-17

### Changed
Expand Down Expand Up @@ -28,6 +41,7 @@

:seedling: Initial release.

[1.3.0]: https://github.com/julianschuler/concavum-customizer/releases/tag/v1.3.0
[1.2.0]: https://github.com/julianschuler/concavum-customizer/releases/tag/v1.2.0
[1.1.0]: https://github.com/julianschuler/concavum-customizer/releases/tag/v1.1.0
[1.0.0]: https://github.com/julianschuler/concavum-customizer/releases/tag/v1.0.0
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
resolver = "2"

[workspace.package]
version = "1.2.0"
version = "1.3.0"
edition = "2021"
license = "GPL-3.0-only"

Expand Down

0 comments on commit 0f7f0f8

Please sign in to comment.