Skip to content

Releases: UnscriptedVN/fira

v1.3.1

12 May 20:00
Compare
Choose a tag to compare

What's new:

  • Resolves an issue where as_listin CSGrid would not include all elements
  • Correctly updates the version info
  • api and core now point to the updated paths used in the game

v1.3.0

11 May 17:50
Compare
Choose a tag to compare

What's new:

  • Changed location of where Advanced Mode files get saved to in mini game update (lvl0.nvm ~> adv_lvl0.nvm).
  • Added VM commands: add, sub, mult, div, neg.
  • Updated template strings when writing new file.

v1.2.10

16 Apr 01:30
Compare
Choose a tag to compare

Fixes a dependency issue in v.1.2.9 by declaring typing module in dependencies

v1.2.9

16 Apr 00:42
Compare
Choose a tag to compare

This release adds type hints to all of the main utilities, classes, and functions so that types of items can be referenced in code.

v1.2.6

09 Apr 14:49
Compare
Choose a tag to compare
[core] Fix load check not overwriting in kwargs

v1.2.5

09 Apr 14:49
Compare
Choose a tag to compare
[fira] Get ready for release

v1.2.4

08 Apr 21:02
Compare
Choose a tag to compare
[core] Fix list get error in VM core

v1.2.3

08 Apr 21:02
Compare
Choose a tag to compare
[api + uvn-fira] Fix Python access error problem in arrays

v1.2.2

08 Apr 21:02
Compare
Choose a tag to compare
[api] Fix indexing error before VM access in collect

v1.2.1

08 Apr 00:08
Compare
Choose a tag to compare
[core + uvn-fira] Resolve template errors