Skip to content

Commit

Permalink
Release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianschuler committed Oct 17, 2024
1 parent c7caafe commit 65e50a4
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## [1.2.0] - 2024-10-17

### Changed

- Increase the insert holder inset
- Improve the interface PCB positioning
- Secure the interface PCB using a snap-fit
- Improve the switch cutouts

### Fixed

- Fix too large USB-C port cutout
- Fix keyboard preview always being shown

## [1.1.0] - 2024-10-17

### Added
Expand All @@ -14,5 +28,6 @@

:seedling: Initial release.

[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
16 changes: 8 additions & 8 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 @@ -12,7 +12,7 @@ members = [
resolver = "2"

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

Expand Down

0 comments on commit 65e50a4

Please sign in to comment.