Skip to content

Commit 8b1e2ec

Browse files
committed
Bump version to 1.3.0
Signed-off-by: Kevadroz <[email protected]>
1 parent e07b605 commit 8b1e2ec

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

changelog.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,43 +1,43 @@
1-
# Unreleased
1+
## 1.3.0 ([Release](https://github.com/Kevadroz/PracticeCheckpointPermanence/releases/tag/v1.3.0)) ([Source](https://github.com/Kevadroz/PracticeCheckpointPermanence/tree/v1.3.0))
22
- Better Platform & Practice Config UI compatibility \[[PR #9](https://github.com/Kevadroz/PracticeCheckpointPermanence/pull/9), [requested here](https://github.com/Naxrin/Better-PUI/issues/2)\]
33
- Added a setting for decimal precision for percentages
44
- Added an option to disable auto checkpoints when a persistent checkpoint is active (enabled by default)
55
- Fixed crash on playing an editor level on some setups \[[Issue #8](https://github.com/Kevadroz/PracticeCheckpointPermanence/issues/8)\]
6-
- Fix Checkpoint Manager button not updating the menu in the pause menu
7-
- Fix Mod previews
6+
- Fix Checkpoint Manager button not updating the menu layout in the pause menu
7+
- Fix Mod Previews
88
- Improved memory usage a bit
99

10-
# 1.2.3
10+
## 1.2.3 ([Release](https://github.com/Kevadroz/PracticeCheckpointPermanence/releases/tag/v1.2.3)) ([Source](https://github.com/Kevadroz/PracticeCheckpointPermanence/tree/v1.2.3))
1111
- Added support for Mod Previews
1212
- Fix crash with Platformer Saves \[[Issue #3](https://github.com/Kevadroz/PracticeCheckpointPermanence/issues/3)\]
1313
- Fixed compat with mods that start levels in practice mode
1414

15-
# 1.2.2
15+
## 1.2.2 ([Release](https://github.com/Kevadroz/PracticeCheckpointPermanence/releases/tag/v1.2.2)) ([Source](https://github.com/Kevadroz/PracticeCheckpointPermanence/tree/v1.2.2))
1616
- Add Mod tags
1717
- Replace `path::string()` with `string::pathToString()`
1818

19-
# 1.2.1
19+
## 1.2.1 ([Release](https://github.com/Kevadroz/PracticeCheckpointPermanence/releases/tag/v1.2.1)) ([Source](https://github.com/Kevadroz/PracticeCheckpointPermanence/tree/v1.2.1))
2020
- Fix crash on online levels
2121

22-
# 1.2.0
22+
## 1.2.0 ([Release](https://github.com/Kevadroz/PracticeCheckpointPermanence/releases/tag/v1.2.0)) ([Source](https://github.com/Kevadroz/PracticeCheckpointPermanence/tree/v1.2.0))
2323
- Added Mac and iOS support \[[PR #2](https://github.com/Kevadroz/PracticeCheckpointPermanence/pull/2) by [hiimjasmine00](https://github.com/hiimjasmine00) and [RayDeeUx
2424
](https://github.com/RayDeeUx) \]
2525
- Added Persistent Checkpoints to the Progress bar
2626
- When a save cannot be loaded the switcher will turn red with a short message and the pcp manager will now have a description of the problem
2727
- Fixed new checkpoints not getting inserted in the correct position on classic mode on some conditions
2828

29-
# 1.1.0
29+
## 1.1.0 ([Release](https://github.com/Kevadroz/PracticeCheckpointPermanence/releases/tag/v1.1.0)) ([Source](https://github.com/Kevadroz/PracticeCheckpointPermanence/tree/v1.1.0))
3030
- Added Android support
3131
- Added scale options for the switcher in the Practice Options menu
3232
- Added opacity options for the switcher \[[Issue #1](https://github.com/Kevadroz/PracticeCheckpointPermanence/issues/1)\]
3333
- Fix practice buttons not following the opacity setting properly
3434
- Fixed a potential crash with mods that start levels in practice mode
3535

36-
# 1.0.2
36+
## 1.0.2 ([Release](https://github.com/Kevadroz/PracticeCheckpointPermanence/releases/tag/v1.0.2)) ([Source](https://github.com/Kevadroz/PracticeCheckpointPermanence/tree/v1.0.2))
3737
Fix Practice UI Config dragging the layer instead of the switcher
3838

39-
# 1.0.1
39+
## 1.0.1 ([Release](https://github.com/Kevadroz/PracticeCheckpointPermanence/releases/tag/v1.0.1)) ([Source](https://github.com/Kevadroz/PracticeCheckpointPermanence/tree/v1.0.1))
4040
- Removed Android from the supported versions
4141

42-
# 1.0.0
42+
## 1.0.0 ([Release](https://github.com/Kevadroz/PracticeCheckpointPermanence/releases/tag/v1.0.0)) ([Source](https://github.com/Kevadroz/PracticeCheckpointPermanence/tree/v1.0.0))
4343
- Released!!! 🥳 🥳 🥳

mod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"id": "kevadroz.practicecheckpointpermanence",
1010
"name": "Practice Checkpoint Permanence",
11-
"version": "v1.2.3",
11+
"version": "v1.3.0",
1212
"developer": "Kevadroz",
1313
"description": "Make checkpoints that persist across sessions",
1414
"links": {

0 commit comments

Comments
 (0)