Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 29 additions & 29 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 @@ -6,7 +6,7 @@ resolver = "2"
members = ["tetanes", "tetanes-core", "tetanes-utils"]

[workspace.package]
version = "0.14.1"
version = "0.14.2"
edition = "2024"
license = "MIT OR Apache-2.0"
authors = ["Luke Petherbridge <me@lukeworks.tech>"]
Expand Down
17 changes: 17 additions & 0 deletions tetanes-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,23 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.2](https://github.com/lukexor/tetanes/compare/0.14.1..0.14.2) - 2026-05-25

### πŸ› Bug Fixes

- *(cpu)* JAM/KIL rewinds PC and stays cycling instead of halting - ([55dce2a](https://github.com/lukexor/tetanes/commit/55dce2afec7d949549fec85ff9adad69d65d6a50))
- *(n163)* Persist PRG-RAM as battery save (was audio RAM) - ([1ab150d](https://github.com/lukexor/tetanes/commit/1ab150d25088689b3c7f110bef60fc69da357963))
- *(n163)* Keep the audio phase accumulator outside the sound RAM - ([85bd35f](https://github.com/lukexor/tetanes/commit/85bd35f0e99134c8f57c1a8f4f50e66a3c31586f))
- *(n163)* Drop the $F800 PRG-RAM write protect - ([3b91d1a](https://github.com/lukexor/tetanes/commit/3b91d1a0cedf64458c07d5be769230e8fef32107))
- *(n163)* Disable variant auto detection when ROM is in CRC database - ([3cef338](https://github.com/lukexor/tetanes/commit/3cef3388d8ab01f0bb96cd6dcf295843d1480f70))


### βš™οΈ Miscellaneous Tasks


- Updated deps - ([7c66287](https://github.com/lukexor/tetanes/commit/7c6628786cc3d6254b498564592dc7c6f63976c1))


## [0.14.1](https://github.com/lukexor/tetanes/compare/0.13.0..0.14.1) - 2026-04-20

### πŸ› Bug Fixes
Expand Down
19 changes: 19 additions & 0 deletions tetanes/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,25 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.14.2](https://github.com/lukexor/tetanes/compare/0.14.1..0.14.2) - 2026-05-25

### πŸ› Bug Fixes

- *(input)* Track gamepad event ownership for UI consumption - ([b1d48e2](https://github.com/lukexor/tetanes/commit/b1d48e2b59e5f4cbe920c3edf4630a0681e3e63a))
- *(keybinds)* Dismiss the Set Keybind dialog on capture - ([80e50cc](https://github.com/lukexor/tetanes/commit/80e50ccf14405aef29b644d98f26271276a8cf41))

- Fixed ppu viewer - ([99d823e](https://github.com/lukexor/tetanes/commit/99d823e821ea014958124c137b7c1909cc2005f6))

### βš™οΈ Miscellaneous Tasks


- Updated deps - ([7c66287](https://github.com/lukexor/tetanes/commit/7c6628786cc3d6254b498564592dc7c6f63976c1))
- Clarify artifact names - ([db285fe](https://github.com/lukexor/tetanes/commit/db285fee0e31fd5a4c3a66ff1c84fa0d25f49666))
- Fix release flags - ([e9f84d9](https://github.com/lukexor/tetanes/commit/e9f84d96ae42f0553427ed0beb5e22c558782a46))
- Fix web build - ([d1326a0](https://github.com/lukexor/tetanes/commit/d1326a0bc0e3f0eefa8e18f34e6b1602b72fdf06))
- Fixed build-artifacts - ([b51d392](https://github.com/lukexor/tetanes/commit/b51d39241aa701e3f6b3638ddaef71dabaeaa9cc))


## [0.14.1](https://github.com/lukexor/tetanes/compare/0.13.0..0.14.1) - 2026-04-20

### πŸ› Bug Fixes
Expand Down
Loading