Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 0.8.0 #220

Merged
merged 9 commits into from
Jul 25, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## [0.8.0] - 2022-07-25

- Added audio
- Removed pynput as a dependency on windows
- A lot of spelling and grammar fixes
- Fixed Poketes not beeing freeable
- Added some game ballancing
- Trainers can now obtain more than one Pokete
- Made run away random
- Added remappable controls
- Save location is now based on XDG dirs, no intervention needed
- Added quick attacks using `yzcv` so the attackamenu can be skipped

Many thanks to everybody who contributed to this release!

## [0.7.3] - 2022-06-20

Preparation release for flatpaks. Includes:
Expand Down
2 changes: 1 addition & 1 deletion release.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
from pathlib import Path


VERSION = "0.7.2"
VERSION = "0.8.0"
CODENAME = "Grey Edition"
SAVEPATH = Path(
os.environ.get(
Expand Down
2 changes: 1 addition & 1 deletion wiki.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
v0.7.2
v088.0
MaFeLP marked this conversation as resolved.
Show resolved Hide resolved

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