Skip to content

Commit 9bfbdc5

Browse files
committed
v0.9.0
1 parent e51513c commit 9bfbdc5

File tree

5 files changed

+28
-3
lines changed

5 files changed

+28
-3
lines changed

Changelog.md

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

3+
## [0.9.0] - 2022-09-13
4+
5+
Quite a lot happened until this release:
6+
- Moved some NPCs out of the way
7+
- Fixed a small bug with `gen_wiki.py` on windows
8+
- Added new `first evolution` achievement
9+
- Added new Poketes (Pavous, Uberpavous, Kartmen, Kakraholt, Bablbam)
10+
- Volume settings with a funky new volumeslider
11+
- A new `--no_audio` commandline option to supress all audio
12+
- Stats for Poketes
13+
- Infos about the effect an attack has
14+
- The complete game is now resizable
15+
- Reduced stack traces
16+
17+
This release now requires `scrap_engine` on v1.4.0
18+
19+
Many thanks to @ondrejmyska for your many contributions.
20+
321
## [0.8.2] - 2022-08-05
422

523
Fixes a small bug in the representation of pokete on flathub.

assets/pokete.metainfo.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,13 @@
3737
</screenshot>
3838
</screenshots>
3939
<releases>
40+
<release type="stable" version="0.9.0" date="2022-09-13" urgency="low">
41+
<description>
42+
<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>
43+
</description>
44+
<url>https://github.com/lxgr-linux/pokete/releases/tag/0.9.0</url>
45+
<location>https://github.com/lxgr-linux/pokete/archive/refs/tags/0.9.0.tar.gz</location>
46+
</release>
4047
<release type="stable" version="0.8.2" date="2022-08-05" urgency="low">
4148
<description>
4249
<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>

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.2"
6+
VERSION = "0.9.0"
77
CODENAME = "Grey Edition"
88
SAVEPATH = Path(
99
os.environ.get(

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: "pokete"
33
title: "Pokete"
44
base: "core20"
5-
version: "0.8.2"
5+
version: "0.9.0"
66
summary: "A terminal based Pokemon like game"
77
description: |
88
Pokete is a small terminal based game in the style of a very popular and old

wiki.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
v0.8.2
1+
v0.9.0
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)