Skip to content

Releases: Akkadius/spire

v2.5.1

23 Dec 23:32
Compare
Choose a tag to compare

Windows Fixes

  • Resolved issues with windows downloading logic
  • Resolved issues with windows path resolution in static asset serving

v2.5.0

23 Dec 10:32
Compare
Choose a tag to compare

Spire Binary Size Reduction

  • Spire is now 26MB compressed and 55MB raw from original 516MB compressed and 738MB raw. 13x reduction in binary size
  • Static assets are now decoupled from the executable binary and are now downloaded once during the first initial boot of Spire. They won't ever need to download again unless assets update.
  • Static assets will also automatically update when there are new assets.
  • This will make Spire releases faster, the distributed binary leaner and also result in less wasted bandwidth

v2.4.2

14 Dec 06:37
Compare
Choose a tag to compare

[Items] Ammo / Powersource

  • Fixed a minor issue where ammo / power source slots were flip flopped in the item editor.

v2.4.1

26 Nov 21:49
14e3cdb
Compare
Choose a tag to compare

[Bots] Minor fix (Aeadoin)

  • Fixed an issue when adding new Spells to the Bot Spell List.

v2.4.0

12 Nov 06:04
2c76819
Compare
Choose a tag to compare

[Bots] Spell Editor (Aeodoin)

  • Added Bot Spells Entries database relationships to NPC Spells, and Spells New
  • Added Bot Nav Tab
  • Added Bot Spells under Bot Nav
  • Bot Spells pulls Bot Spell Data from bot_spells_entries table
  • Same features/functionality as NPC Spells (View spell sets, edit, add new spells to spell set, delete spells from spell set) I removed the ability to delete the Bot Spell list.

image

image

v2.3.4

09 Nov 23:39
Compare
Choose a tag to compare

[Tasks] Fix Cloning with Activities

Fixed an issue where task cloning did not fully clone all associated activities

v2.3.3

21 Oct 23:20
Compare
Choose a tag to compare

[Items] Negative Values Preview

Item preview renders now properly show negative values.

image

image

v2.3.2

21 Oct 23:12
53a22a4
Compare
Choose a tag to compare

[Items] Click Type Naming

Click Types were named improperly and not fully descriptive.

v2.3.1

18 Oct 01:46
Compare
Choose a tag to compare

[Cloning] Minor fix

Fix issue where older database versions do not support the MySQL clause RETURNING id. This disables the newer syntax allowing creates to work properly again.

v2.3.0

17 Oct 01:34
Compare
Choose a tag to compare

[Database Connections] Users, Permissions & Audit Logging

Users

Users can now be added to server connections that you own. Any user that has a user on Spire, hosted or local is available to add to a connection.

image

image

Permissions

With users, come permissions. You are now able to manage permissions with both read and write for every resource available through Spire. You can also use ALL to grant users to all read or write.

image

Audit Logging

With users (Developers) come the need to monitor bad actors and mistakes!

image

View audit logs

image

Discord Webhook Audit Logging

image

image

Misc Changes

  • Item editor now has a delete button
  • Spell editor now has a delete button
  • Fix expansion offsets to no longer be offset by 1 per recent server changes
  • Fix cash display to be more properly horizontally aligned