File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed
Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4- [3.0.0] - 2023-05-23
4+ [3.0.0] - 2023-06-13
55--------------------
66
77Added
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
1315Changed
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
2529Fixed
2630~~~~~
27- - Actions now inherit from DictEquality
31+ - Actions now inherit from DictEquality.
You can’t perform that action at this time.
0 commit comments