Skip to content

Releases: Nowaha/NLib

v1.1.0 - Fix index out of bounds & Nexus deployment

17 May 19:46
Compare
Choose a tag to compare
  • Deployment is now done to Nexus
  • Fixed a potential index out of bounds error
  • Bumped to Spigot 1.20.4

Full Changelog: v1.0.8...v1.1.0

1.0.7 - ConfigurableClass & Formatting fix

31 Jan 17:40
Compare
Choose a tag to compare

Formatting in the lore now allows you to define things that will appear for every line, instead of them being lost like before.

i.e. replacing "&7%replaceMe%" with "hello", "world" now becomes:

  • &7hello
  • &7world

1.0.6 - ConfigurableClass prefix fix

01 Dec 17:43
Compare
Choose a tag to compare

The prefix kept adding infinite dots. I also made it so that if the prefix is empty it will allow you to just use the root of the file.

v1.0.5 - TimeUtils

25 Nov 13:43
Compare
Choose a tag to compare

I added a utility that can easily convert a time difference between two dates into a human readable string.

Examples of outputs:

  • 0s
  • 1m, 0s
  • 1m, 59s
  • 1h, 0m, 0s
  • 1h, 59m, 59s
  • 1d, 0h, 0m, 0s
  • 1d, 23h, 59m, 59s

Full Changelog: v1.0.4...v1.0.5

v1.0.4

24 Nov 21:15
8fb502e
Compare
Choose a tag to compare

First proper release, using a new GitHub pipeline to publish to GitHub packages automatically.