Skip to content

Commit

Permalink
Roll version v1.3.2 with cherry-picks
Browse files Browse the repository at this point in the history
  • Loading branch information
DC37 committed Aug 13, 2024
1 parent 8ac18c9 commit ed6586d
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ https://docs.google.com/document/d/1zLSkC-clCSxvVUnbYQAxImmJA-QSwSSyzuC62enLiLc/
Major Releases:
-----
See "Version History.txt" for semantic versioning and more release notes.
* August 12-13, 2024 - v1.4.4 and v1.3.2 release with Linux updates
* October 17-19, 2021 - v1.4.3 release with more backend upgrades and Java9+ support with release automation scripts
* June 24, 2020 - v1.4.2 release with more backend upgrades
* June 7, 2020 - v1.4.1 release with some backend upgrades carried over from v1.3.0
Expand Down
4 changes: 2 additions & 2 deletions SMP_J1_8.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
title Super Mario Paint v1.4.3
java -jar ./SMPv1.4.3.jar
title Super Mario Paint v1.3.2
java -jar ./SMPv1.3.2_J1_8.jar
echo [Done]
pause
4 changes: 2 additions & 2 deletions SMP_J9.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
title Super Mario Paint v1.4.3
java --add-modules=ALL-MODULE-PATH -p "./jfx11/lib/javafx.base.jar;./jfx11/lib/javafx.controls.jar;./jfx11/lib/javafx.fxml.jar;./jfx11/lib/javafx.graphics.jar;./jfx11/lib/javafx.media.jar" -jar ./SMPv1.4.3.jar
title Super Mario Paint v1.3.2
java --add-modules=ALL-MODULE-PATH -p "./jfx11/lib/javafx.base.jar;./jfx11/lib/javafx.controls.jar;./jfx11/lib/javafx.fxml.jar;./jfx11/lib/javafx.graphics.jar;./jfx11/lib/javafx.media.jar" -jar ./SMPv1.3.2_J9.jar
echo [Done]
pause
5 changes: 3 additions & 2 deletions SMP_Release.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo on
set version=1.4.3
set version=1.3.2
set t=Super Mario Paint
title %t% %version% Release Script

Expand All @@ -18,5 +18,6 @@ for /f "tokens=*" %%i in (flist.txt) DO (
xcopy "%src_folder%\%%i" "%dst_folder%" /Y
)

xcopy "%src_folder%\SMPv%version%.jar" "%dst_folder%" /Y
xcopy "%src_folder%\SMPv%version%_J1_8.jar" "%dst_folder%" /Y
xcopy "%src_folder%\SMPv%version%_J9.jar" "%dst_folder%" /Y
pause
1 change: 1 addition & 0 deletions Version History.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Bugfix = No new features added, but addresses some bugs.
v1.4.4
v1.3.2
Hotfixes to allow Linux users to run v1.3.x and v1.4.x
Thanks to @rozlynd

v1.4.3
More edits to prevent random clicks while in dialogs
Expand Down
4 changes: 3 additions & 1 deletion src/smp/SuperMarioPaint.java
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@
* j574y923 (2017 - current)
* CyanSMP64 (2019 - current)
* seymour (2020 - current)
*
* rozlynd (2024 - current)
*
* @author RehdBlob
* @author j574y923
* @author CyanSMP64
* @author seymour
* @author rozlynd
*
* @since 2012.08.16
* @version 1.3.2
Expand Down

0 comments on commit ed6586d

Please sign in to comment.