Skip to content

Commit 16aaa4c

Browse files
committed
Bump version to 3.4.1
1 parent bd00b9d commit 16aaa4c

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.rst

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
[3.4.1] - 2024-10-21
5+
--------------------
6+
7+
Changed
8+
~~~~~~~
9+
10+
- When trying to get the active page on an empty Book, `GetEntryError` is raised instead of `IndexError`.
11+
12+
Fixed
13+
~~~~~
14+
15+
- Crash when using the `ChangeEntry` Action on a Book.
16+
- When using the `SetEntry` Action on a Book, the first page was not marked as viewed.
17+
- When using `Encyclopaedia.next_entry()` or `Encyclopaedia.previous_entry()` to reach a Book, the first page was not marked as viewed.
18+
419
[3.4.0] - 2024-10-14
520
--------------------
621

@@ -28,7 +43,7 @@ Added
2843
Changed
2944
~~~~~~~
3045

31-
- Replaced EncEntry.label with str(EncEntry).
46+
- The attribute EncEntry.label has been removed. Use `str(EncEntry)` instead.
3247

3348
[3.2.0] - 2024-03-10
3449
--------------------

docsgame_source/game/options.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ define gui.show_name = True
2323

2424
## The version of the game.
2525

26-
define config.version = "3.4.0"
26+
define config.version = "3.4.1"
2727

2828

2929
## Text that is placed on the game's about screen. Place the text between the

encyclopaedia/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.4.0"
1+
__version__ = "3.4.1"

0 commit comments

Comments
 (0)