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 1
1
Changelog
2
2
=========
3
3
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
+
4
19
[3.4.0] - 2024-10-14
5
20
--------------------
6
21
28
43
Changed
29
44
~~~~~~~
30
45
31
- - Replaced EncEntry.label with str(EncEntry).
46
+ - The attribute EncEntry.label has been removed. Use ` str(EncEntry) ` instead .
32
47
33
48
[3.2.0] - 2024-03-10
34
49
--------------------
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ define gui.show_name = True
23
23
24
24
# # The version of the game.
25
25
26
- define config.version = " 3.4.0 "
26
+ define config.version = " 3.4.1 "
27
27
28
28
29
29
# # 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