diff --git a/Changelog.md b/Changelog.md index 1077435d..380c6fcf 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,13 @@ # Changelog +## [0.8.1] - 2022-08-04 + +The distribution size was shrinked extremely compared to 0.8.0 +- Made all wav files mp3s +- Added new audio library and replaced playsound +- Reduced the Appimage size +- The first map got a bigger overhaul to make an entrance into the game easier + ## [0.8.0] - 2022-07-25 - Added audio diff --git a/release.py b/release.py index b05b34ee..fc716a7b 100644 --- a/release.py +++ b/release.py @@ -3,7 +3,7 @@ from pathlib import Path -VERSION = "0.8.0" +VERSION = "0.8.1" CODENAME = "Grey Edition" SAVEPATH = Path( os.environ.get( diff --git a/wiki.md b/wiki.md index db03a1ac..c81bd5c0 100644 --- a/wiki.md +++ b/wiki.md @@ -1,4 +1,4 @@ -v0.8.0 +v0.8.1 # Pokete Wiki This wiki/documentation is a compilation of all Poketes, attacks, and types present in the Pokete game.