Skip to content

Commit 05e0593

Browse files
committed
Update changelog
1 parent 5b20be9 commit 05e0593

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

CHANGELOG.rst

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,31 @@
11
Changelog
22
=========
33

4-
[3.0.0] - 2023-05-23
4+
[3.0.0] - 2023-06-13
55
--------------------
66

77
Added
88
~~~~~
99
- Support for hyperlinking to entries.
1010
- CloseActiveEntry action. This will safely close the entry screen.
1111
- Encyclopaedia.name attribute added.
12+
- len(Encyclopaedia) returns the number of entries in the Encyclopaedia.
13+
- Encyclopaedia.list_screen can be used to store the name of the list screen used.
1214

1315
Changed
1416
~~~~~~~
15-
- Minimum Ren'Py version bumped up to 8.1.0
16-
- MatrixColor is used for locked image tint instead of im
17+
- Minimum Ren'Py version bumped up to 8.1.0.
18+
- MatrixColor is used for locked image tint instead of im.
1719
- Encyclopaedia.set_global_locked_image_tint() method removed. Use EncEntryTemplate instead.
18-
- Encyclopaeda.set_global_locked_name() method removed. Use EncEntryTemplate instead.
19-
- Default screens now use Ren'Py's GUI styles
20-
- Migrate from python 2.7 to 3.9
21-
- Docstrings almost entirely rewritten
22-
- _ren.py format used to simplify dist process
23-
- User Guide rewritten
20+
- Encyclopaedia.set_global_locked_name() method removed. Use EncEntryTemplate instead.
21+
- Default screens now use Ren'Py's GUI styles.
22+
- encyclopaedia_list screen now uses a dropdown for subject filters.
23+
- Migrate from python 2.7 to 3.9.
24+
- Docstrings almost entirely rewritten.
25+
- _ren.py format used to simplify dist process.
26+
- User Guide rewritten.
27+
- EncEntry.add_entry raises ValueError instead of AttributeError when adding an Entry that already has a parent.
2428

2529
Fixed
2630
~~~~~
27-
- Actions now inherit from DictEquality
31+
- Actions now inherit from DictEquality.

0 commit comments

Comments
 (0)