Skip to content

Releases: Aedial/Spellcaster-Archives

Spellcaster's Archives 0.5.6

17 Mar 01:56

Choose a tag to compare

Bump version

Fixed

  • Fix logs spam on startup due when VanillaFix was present, due to incorrect texture registration.

Spellcaster's Archives 0.5.5

29 Jan 01:57

Choose a tag to compare

Fix book extraction sync with client

Fixed

  • Fix spell books retrieval (left click) not syncing correctly with the main inventory, causing items to be invisible.

Spellcaster's Archives 0.5.4

24 Dec 21:37

Choose a tag to compare

Fix Spells being attributed the wrong book when a mod has multiple spell books

Fixed

  • Fix Spells being attributed the wrong book when a mod has multiple spell books (e.g., Ancient Spellcraft).

Spellcaster's Archives 0.5.3

04 Dec 22:53

Choose a tag to compare

Fix insertion of new books being brittle with some pipes

Fixed

  • Fix brittle state with some pipes when trying to insert spell books that are not already present in the archive.

Spellcaster's Archives 0.5.2

25 Nov 04:42

Choose a tag to compare

Add spell filter box and page index

Added

  • Add page index and total pages indicator at the bottom of the left panel.
  • Add search by spell name functionality in the right panel, when no spell is selected:
    • Only shows discovered spells.
    • Case-insensitive substring match.
    • Real-time filtering as the user types.
    • Up/Down/PageUp/PageDown to scroll through results.
    • Clear button (x) to reset the search.
    • Escape to unfocus.
    • Hover entry to highlight the corresponding spell in the left panel.

Spellcaster's Archives 0.5.1

23 Nov 23:44

Choose a tag to compare

Fix layout for all screen ratios

Can layouts play nice, for once...

Fixed

  • Clean the filters' layout
  • Fix layouts for all screen ratios (mainly due to icon). Only works with "Easy layout" enabled.

Spellcaster's Archives 0.5.0

21 Nov 05:06

Choose a tag to compare

Add spell filters to the GUI

Added

  • Add filters at the top of the left panel:
    • Filter by discovered/undiscovered spells (radio buttons).
    • Filter by mod (checkboxes for each mod present in the archive).

Spellcaster's Archives 0.4.6

20 Nov 00:08

Choose a tag to compare

Refactor GuiStyle (old config) into the proper config, and streamline it

Added

  • Add "Easy layout" toggle in config, that will try to automatically adjust the right panel width.
    • When enabled, the right panel width will be set to fit all spell content, up to a maximum of 65% of GUI width.
    • It will try to fit the name fully without ellipsis, up to 50% of GUI width.

Fixed

  • Fix issue of books list not being shifted far enough on non-zero pages, causing a noticeable overlap of books between pages.

Spellcaster's Archives 0.4.5

17 Nov 18:10

Choose a tag to compare

Fix Spell books from other mods using ebwizardry Spell books

Fixed

  • Fix Spell books from other mods using ebwizardry Spell books, resulting in broken books and not being able to extract them correctly.

Spellcaster's Archives 0.4.4

17 Nov 03:13

Choose a tag to compare

Fix crash on dedicated servers

Fixed

  • Fix crash on dedicated servers.