Skip to content

Commit

Permalink
v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lxgr-linux committed Sep 13, 2022
1 parent e51513c commit 9bfbdc5
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 3 deletions.
18 changes: 18 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## [0.9.0] - 2022-09-13

Quite a lot happened until this release:
- Moved some NPCs out of the way
- Fixed a small bug with `gen_wiki.py` on windows
- Added new `first evolution` achievement
- Added new Poketes (Pavous, Uberpavous, Kartmen, Kakraholt, Bablbam)
- Volume settings with a funky new volumeslider
- A new `--no_audio` commandline option to supress all audio
- Stats for Poketes
- Infos about the effect an attack has
- The complete game is now resizable
- Reduced stack traces

This release now requires `scrap_engine` on v1.4.0

Many thanks to @ondrejmyska for your many contributions.

## [0.8.2] - 2022-08-05

Fixes a small bug in the representation of pokete on flathub.
Expand Down
7 changes: 7 additions & 0 deletions assets/pokete.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
</screenshot>
</screenshots>
<releases>
<release type="stable" version="0.9.0" date="2022-09-13" urgency="low">
<description>
<p>Quite a lot happened until this release: Moved some NPCs out of the way. Fixed a small bug with `gen_wiki.py` on windows. Added new `first evolution` achievement. Added new Poketes (Pavous, Uberpavous, Kartmen, Kakraholt, Bablbam). Volume settings with a funky new volumeslider. A new `--no_audio` commandline option to supress all audio. Stats for Poketes. Infos about the effect an attack has. The complete game is now resizable. Reduced stack traces. This release now requires `scrap_engine` on v1.4.0. Many thanks to @ondrejmyska for your many contributions.</p>
</description>
<url>https://github.com/lxgr-linux/pokete/releases/tag/0.9.0</url>
<location>https://github.com/lxgr-linux/pokete/archive/refs/tags/0.9.0.tar.gz</location>
</release>
<release type="stable" version="0.8.2" date="2022-08-05" urgency="low">
<description>
<p>Version 0.8.2 fixes a display bug of the release notes on flatpak. Version 0.8.1 on the other hand brought the following improvements: This version brings a new cross-platform implementation of how the audio is played, written in go. This makes the installation size of pokete significantly smaller, as less dependencies are required. The first map has been reworked, to make it easier for new players to understand the game.</p>
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.8.2"
VERSION = "0.9.0"
CODENAME = "Grey Edition"
SAVEPATH = Path(
os.environ.get(
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: "pokete"
title: "Pokete"
base: "core20"
version: "0.8.2"
version: "0.9.0"
summary: "A terminal based Pokemon like game"
description: |
Pokete is a small terminal based game in the style of a very popular and old
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.8.2
v0.9.0

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

0 comments on commit 9bfbdc5

Please sign in to comment.