Skip to content

Commit 4f48fdd

Browse files
authored
Merge pull request #229 from lxgr-linux/release-0.8.1
Release 0.8.1
2 parents 5d1dff5 + 3a387e8 commit 4f48fdd

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.8.1] - 2022-08-04
4+
5+
The distribution size was shrinked extremely compared to 0.8.0
6+
- Made all wav files mp3s
7+
- Added new audio library and replaced playsound
8+
- Reduced the Appimage size
9+
- The first map got a bigger overhaul to make an entrance into the game easier
10+
311
## [0.8.0] - 2022-07-25
412

513
- Added audio

release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from pathlib import Path
44

55

6-
VERSION = "0.8.0"
6+
VERSION = "0.8.1"
77
CODENAME = "Grey Edition"
88
SAVEPATH = Path(
99
os.environ.get(

wiki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.8.0
1+
v0.8.1
22

33
# Pokete Wiki
44
This wiki/documentation is a compilation of all Poketes, attacks, and types present in the Pokete game.

0 commit comments

Comments
 (0)