Skip to content

Releases: jonasgeiler/lua-fenster

v1.0.1

29 May 07:41
f07f0fc
Compare
Choose a tag to compare

What's Changed

  • The window.keys table will now be initialized with a hard-coded false instead of the current value of fenster->keys. Same end result but less CPU cycles.

Sponsors

Thank you to my first ever GitHub Sponsor, Jakob Kruse (@jakob-kruse)!!! 💖
Do you also want to appear here? Sponsor me!

Full Changelog: v1.0.0...v1.0.1

v1.0.0

26 May 09:21
761bd66
Compare
Choose a tag to compare

I am thrilled to announce the release of version 1.0.0, the first major release of lua-fenster! 🥳
This marks the transition of this library to a stable state. Any API changes in the future will be more or less backward compatible and new features or deprecations will be introduced in a more graceful way.

Have fun! 🎉

What's Changed

  • The library is now "stable"
  • feat: add rhodonea curve demo by @jakob-kruse in #12
  • chore(deps): update actions/checkout action to v4.1.4 by @renovate in #13

New Contributors

Full Changelog: v0.4.0...v1.0.0

v0.4.0

23 Apr 15:36
356942a
Compare
Choose a tag to compare
v0.4.0 Pre-release
Pre-release

The one big change in this release is that you cannot use decimal numbers for integer arguments anymore, even in Lua 5.1/5.2. Previously, the decimal numbers where being floored internally in Lua 5.1/5.2, but now they are going to throw an error just like in Lua 5.3/5.4. You should always floor the values yourselves when you call a function that takes an integer argument. If I didn't make this change, it could lead to unexpected behavior and/or make your program not work in some Lua versions, even if it works with the version you're currently using.

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.4.0

v0.3.0

17 Apr 13:33
ee71039
Compare
Choose a tag to compare
v0.3.0 Pre-release
Pre-release

Full Changelog: v0.2.0...v0.3.0

v0.2.0

12 Apr 02:06
303407e
Compare
Choose a tag to compare
v0.2.0 Pre-release
Pre-release

Major refactor (and hopefully fixes #5).
Many breaking changes! ⚠️

Full Changelog: v0.1.0...v0.2.0

v0.1.0

09 Apr 15:06
db93d8e
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

Many optimizations and improvements on the way to v1.0.0... 🤓

Full Changelog: v0.0.1...v0.1.0

v0.0.1

06 Apr 15:21
af953bd
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release

First (pre-)release 🎉 Still very experimental but the first demos are working!

What's Changed

  • chore(libs): update libraries by @github-actions in #1
  • chore(deps): pin dependencies by @renovate in #3
  • chore(deps): update softprops/action-gh-release action to v2 by @renovate in #4

New Contributors

  • @github-actions made their first contribution in #1
  • @renovate made their first contribution in #3

Full Changelog: https://github.com/jonasgeiler/lua-fenster/commits/v0.0.1