Skip to content

Commit 219b431

Browse files
committed
Updated README and CHANGELOG in Staging folder
1 parent b4b66a3 commit 219b431

2 files changed

Lines changed: 71 additions & 2 deletions

File tree

Staging/CHANGELOG.md

Lines changed: 69 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,69 @@
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!

Staging/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<p align="center">
2-
<img src="https://github.com/Not-Enough-Photons/MagPerception/blob/master/img/logo.png?raw=true" alt="MagPerception" width = 250px height = 250px>
2+
<img src="https://github.com/Not-Enough-Photons/MagPerception/blob/master/Media/logo.png?raw=true" alt="MagPerception" width = 250px height = 250px>
33
</img>
44
</p>
55
<p align="center">
66
<b>MagPerception</b> is an ammo visualization mod that helps you see how many bullets exist in your magazines.
77
</p>
88
<p align="center">
9-
<a href="https://github.com/Not-Enough-Photons/MagPerception/releases/latest"><img src="https://github.com/Not-Enough-Photons/MagPerception/blob/master/img/output.gif?raw=true" alt="Demonstration"></a>
9+
<a href="https://github.com/Not-Enough-Photons/MagPerception/releases/latest"><img src="https://github.com/Not-Enough-Photons/MagPerception/blob/master/Media/output.gif?raw=true" alt="Demonstration"></a>
1010
</p>
1111

1212
<h1>Installation</h1>

0 commit comments

Comments
 (0)