File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change 11Changelog
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
2843Changed
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--------------------
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1- __version__ = "3.4.0 "
1+ __version__ = "3.4.1 "
You can’t perform that action at this time.
0 commit comments