|
| 1 | +# Changelog |
| 2 | +This is the changelog for Mag Perception! This changelog only features public release versions. |
| 3 | + |
| 4 | +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) |
| 5 | + |
| 6 | +## [1.3.0] - 8/9/2025 |
| 7 | +This update was a joint effort between [HAHOOS](https://new.thunderstore.io/c/bonelab/p/HAHOOS/) and [adamdev](https://new.thunderstore.io/c/bonelab/p/NotEnoughPhotons). |
| 8 | + |
| 9 | +### Added |
| 10 | +- Fusion support (Fusion is not a dependency!) |
| 11 | +- Added "Text Opacity" setting |
| 12 | +- Added "Text Color" setting |
| 13 | +- Savable settings |
| 14 | +- A fade out animation when a magazine/gun is dropped |
| 15 | + |
| 16 | +### Updated |
| 17 | +- UI will appear on all guns and/or magazines held, instead of it appearing on just one of them |
| 18 | +- Made UI display Max Ammo, Reserve & Platform even when magazine is not present in a gun |
| 19 | +- When UI gets created, it starts at the position of the fire / insert point |
| 20 | +- UI will show when grabbing a grip on slide |
| 21 | +- Pressing the "Menu" button when holding a magazine will cause the info to show if hidden |
| 22 | +- Instead of throwing an error, because of BoneLib missing, it will send an error message in console "BoneLib is required for this mod to work" |
| 23 | +- The info will now update every frame, not when something changed to ensure that info is up-to-date |
| 24 | +- General cleanup of the code |
| 25 | + |
| 26 | +### Changed |
| 27 | +- MagPerception's manager class is no longer a singleton, but a static class |
| 28 | + |
| 29 | +### Fixed |
| 30 | +- Fixed a problem with FadeIn not working when FadeOut is in progress |
| 31 | + |
| 32 | +## [1.2.2] - 8/4/2024 |
| 33 | + |
| 34 | +### Updated |
| 35 | +- Updated the mod to work with Patch 5 |
| 36 | + |
| 37 | +## [1.2.0] - 5/8/2024 |
| 38 | + |
| 39 | +### Added |
| 40 | +- Quest 2 support |
| 41 | + |
| 42 | +## [1.1.1] - 3/1/2024 |
| 43 | + |
| 44 | +### Added |
| 45 | +- An "Always Show" option |
| 46 | + |
| 47 | +### Fixed |
| 48 | +- Fixed an issue with the wrong gun showing up on the UI |
| 49 | + |
| 50 | +### Removed |
| 51 | +- Debug log text |
| 52 | + |
| 53 | +## [1.1.0] - 2/25/2024 |
| 54 | + |
| 55 | +### Added |
| 56 | +- A scale value to change the size of the UI |
| 57 | +- An option to show the UI on either a gun or magazine |
| 58 | + |
| 59 | +### Fixed |
| 60 | +- Fixed an issue with the UI not showing on shotguns |
| 61 | + |
| 62 | +## [1.0.1] - 2/25/2024 |
| 63 | + |
| 64 | +### Fixed |
| 65 | +- Fixed broken images in the readme on Thunderstore |
| 66 | + |
| 67 | +## [1.0.0] - 2/25/2024 |
| 68 | + |
| 69 | +Initial release! |
0 commit comments