Skip to content

Releases: LinpgFoundation/vns

2.3.1

13 Feb 21:58
c74a257
Compare
Choose a tag to compare

Hello!

This update officially introduces support for macOS, along with some minor optimizations. However, please note that we have only been able to test this release on a MacBook with an M-series chip. As a result, we cannot guarantee full compatibility with macOS devices powered by Intel chips.

If you are using a Mac with an Intel processor, we would greatly appreciate your help in testing this version and reporting any bugs you encounter. Additionally, any form of hardware donation would be sincerely appreciated to further improve macOS support.

Thank you for your support!

Full Changelog

2.3...2.3.1

2.3

29 Sep 20:30
f1d9748
Compare
Choose a tag to compare
2.3

What's Changed

Full Changelog: 2.2...2.3

2.2

27 May 17:25
94987af
Compare
Choose a tag to compare
2.2

Version 2.2 of VNS has officially launched, and we're thrilled to share some of the major updates included in the latest release:

Highlights of VNS 2.2:

  • Events: With version 2.2, we've introduced "events" into the VNS JSON format scripts. This feature allows for setting up various in-game actions and triggers, enhancing the flexibility and interactivity of your projects.
  • Introduction of Variables: Variables are fundamental in nearly every programming language, and we're excited to announce their integration into the VNS standard. This addition opens up myriad possibilities for both developers and the community to explore. For detailed information, please refer to VEP 1.
  • Validation Tool: We've also added a validation tool for VNS JSON format scripts. For those utilizing our Python wrapper, this feature now allows you to perform validations at C++ level, thus significantly accelerating the validation process.
  • Online Access to VNS Features: Interested in trying out the new features but hesitant to download the compiler? Whether your programming language hasn't yet been officially supported, or you simply prefer online tools, our new online service is the solution. Available at https://api.vns.wiki/, this service enables you to access all VNS features through simple HTTPS calls. For a practical example, check out https://github.com/LinpgFoundation/vns/blob/main/vns-python/test_server.py.

These updates are designed to enhance your experience and expand the capabilities of VNS. We look forward to seeing what you create with these new tools!