Skip to content

Releases: jsfehler/renpy-encyclopaedia

3.2.0

10 Mar 17:40
Compare
Choose a tag to compare
Bump version to 3.2.0

3.1.0

27 Feb 02:30
Compare
Choose a tag to compare
Bump version to 3.1.0

3.0.2

17 Feb 20:20
Compare
Choose a tag to compare
Bump version to 3.0.2

3.0.1

12 Nov 14:23
Compare
Choose a tag to compare
Bump version to 3.0.1

3.0

12 Jun 15:47
Compare
Choose a tag to compare
3.0
Update changelog

v2.6

25 Oct 16:16
Compare
Choose a tag to compare
  • word_count attribute added to Encyclopaedia and EncEntry

v2.5

02 Feb 02:31
Compare
Choose a tag to compare

Changes:

  • Adding an EncEntry to an Encyclopaedia via Encyclopaedia.add_entry() when it's already inside another Encyclopaedia will trigger an Exception. There's currently no safe way to put an EncEntry in two Encyclopaedia.

  • Improved validation when adding sub-entries to an entry. Duplicate page numbers will trigger an Exception.

  • The Encyclopaedia.viewed_callback, EncEntry.viewed_callback, and EncEntry.unlock_callback attributes have been replaced with a pseudo-event system using decorators. This allows multiple functions to be registered as callbacks.

v2.4

20 Jan 05:07
Compare
Choose a tag to compare

New:

  • EncEntryTemplate

v2.3

30 Sep 01:31
Compare
Choose a tag to compare

New:

Encyclopaedia now takes the optional argument tint_locked_image. If set to False, EncEntries without a specified locked_image will not use a tinted version of the image, instead just using the image.

v2.2

21 Feb 02:54
Compare
Choose a tag to compare

New:

  • Sort actions now use the get_selected method
  • encyclopaedia_list screen no longer sorts by number on exit
  • Sorting buttons on encyclopaedia_list screen implicitly inherit their style
  • encyclopaedia_button style now has a selected background colour set