Skip to content

Commit 291da49

Browse files
committed
chore(nmrs-gui): prepare 1.5.0 release
1 parent 0bfae23 commit 291da49

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/release-gui.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
run: |
5353
mkdir -p release
5454
cp target/release/nmrs-gui release/
55-
cp LICENSE release/
55+
cp LICENSE-MIT LICENSE-APACHE release/
5656
cp README.md release/
5757
cd release
5858
tar -czf nmrs-gui-${{ env.VERSION }}-x86_64-linux.tar.gz *

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nmrs-gui/CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ All notable changes to the `nmrs-gui` crate will be documented in this file.
44

55
## [Unreleased]
66

7+
## [1.5.0] - 2026-03-19
78
### Fixed
89
- Custom `~/.config/nmrs/style.css` is now applied after the saved theme, ensuring it always takes precedence over any predefined theme ([#274](https://github.com/cachebag/nmrs/pull/274))
910
- Fixed header status label inflating natural width with long status strings ([#279](https://github.com/cachebag/nmrs/pull/279))
@@ -85,7 +86,8 @@ All notable changes to the `nmrs-gui` crate will be documented in this file.
8586
### Documentation
8687
- Initial README with installation and usage instructions
8788

88-
[Unreleased]: https://github.com/cachebag/nmrs/compare/gui-v1.1.0...HEAD
89+
[1.5.0]: https://github.com/cachebag/nmrs/compare/gui-v1.1.0...gui-v1.5.0
90+
[Unreleased]: https://github.com/cachebag/nmrs/compare/gui-v1.5.0...HEAD
8991
[1.1.0]: https://github.com/cachebag/nmrs/compare/gui-v0.5.0-beta...gui-v1.1.0
9092
[0.5.0-beta]: https://github.com/cachebag/nmrs/compare/v0.4.0-beta...gui-v0.5.0-beta
9193
[0.4.0-beta]: https://github.com/cachebag/nmrs/compare/v0.3.0-beta...v0.4.0-beta

nmrs-gui/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nmrs-gui"
3-
version = "1.1.0"
3+
version = "1.5.0"
44
authors = ["Akrm Al-Hakimi <alhakimiakrmj@gmail.com>"]
55
edition.workspace = true
66
rust-version = "1.94.0"

0 commit comments

Comments
 (0)