You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2-1
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
3
3
4
4
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).
5
5
6
-
## [0.1.1] - 2023-04-01
6
+
## [0.1.1] - 2023-04-02
7
7
A day 1 patch to resolve a couple of issues people were having.
8
8
## Added
9
9
- Added the `make` command to convert the generated Java code into a valid mod JAR.
@@ -38,6 +38,7 @@ A day 1 patch to resolve a couple of issues people were having.
38
38
- Fixed an issue with Parchment version strings not being built correctly.
39
39
- Fixed an issue where the Haxe installation directory was hard-coded.
40
40
- Fixed an issue with passing Parchment versions to the gradle script.
41
+
- Fixed an issue where `-v` and `-h` would not be recognized properly.
41
42
- Fixed an issue where the wrong template path for `project.xml` would be used.
42
43
- Fixed an issue where the `clean` command actually called the `build` command.
0 commit comments