-
v1.50c Stable
released this
2022-04-16 10:55:52 +03:00 | 0 commits to master since this releasePlease backup your savedata folder before updating to 1.50
This update swapped the database dependency and updated NodeJS version to 16. This update might solve problems with large savedata. There is also a new arm64 build.
v1.50c:
- CORE: Fix a problem where undefined database is being loaded when using the Query Shell under
--devmode
v1.50b:
- CORE: Swapped the nedb dependency to @seald-io/nedb
v1.50a:
- API: Extended R.WebUIEvent to allow the handler to respond with data
- WebUI: emit() function now returns an axios promise, in which you can grab the response data
Downloads
- CORE: Fix a problem where undefined database is being loaded when using the Query Shell under
-
v1.40d Stable
released this
2021-04-29 13:05:25 +03:00 | 3 commits to master since this release- API: Added
R.ExtraModuleHandlerto allow plugins to define extra modules. - Misc: Fixed a problem where binary data was accidentally treated as card number.
v.1.40c was broken. please update to v1.40d or downgrade depends on your preference.
Downloads
- API: Added
-
v1.31d Stable
released this
2021-04-10 06:05:35 +03:00 | 4 commits to master since this releasev1.31d
- CORE: Fixed a issue where plugins have problem updating migrated data.
v1.31c and prior
- CORE: Added a configurable ICMP IP target for keepalive
- CORE: Fixed a problem where the nfcid checker is detecting non nfcids
- CORE: Now, nfcid checker will provide both refid and cardid to plugins
- CORE: Fixed a problem where the xml parser fails on empty attributes
- API: Added
U.EncodeStringandU.DecodeString
Downloads
-
v1.30f Stable
released this
2021-03-29 19:02:07 +03:00 | 6 commits to master since this releaseWARNING: Due to the es target change, this might break some plugins.
- CORE: Fixed an issue where the command line options are ignored
- PluginLoader: Fixed an error during card-in if the current gamecode is not registered by any plugins
- Misc: Upgrade TypeScript to 4.2.3
- Misc: Plugins are now targeting es2017 to make sure TypeScript correctly transpile newer ES features for NodeJS 10 and 12
- WebUI: Emit handlers now take body size up to 50M
CORE now provides armv7 version.
Important!
- PluginLoader: Migrate to new database files, now each database has it's own db file. Please backup your old
savedata.db
Downloads
-
v1.20f Stable
released this
2020-12-11 08:51:31 +03:00 | 7 commits to master since this releasev1.20
- API: Added
IO.Existsfor checking whether a file exists - API: Added
U.NFC2CardandU.Card2NFCfor card number conversion - WebUI: Removed "Game Support" section in plugins' overview if no game support is registered
- WebUI: Minor WebUI visual update
v1.20d
- Misc: Auto startup now respects bind address and supports IPv6 better
v1.20e
- Misc: Fixed an issue where submitting config change sometimes leads to bad request error.
v1.20f
- CORE:
kencodeparser now tries to print the path of failure - WebUI: Fixed a problem that
POST /emit/<event_name>fails
Downloads
- API: Added
-
v1.19 Stable
released this
2020-12-10 10:55:56 +03:00 | 10 commits to master since this release- WebUI: Query shell is now avaliable for all installed plugins even if there are no DB data of them
- WebUI: Fixed a issue where the WebUI of plugins with uppercase letter cannot be accessed
- WebUI: Custom WebUI pages now works without
//DATA//section. - API: Fixed a typechecking issue where
{ exists: true }query is only allowed on number/string fields - API: Provided API
R.DataFileto allow users to upload their data to the plugins folder - API:
DB.Upsertnow rejects null as refid - API: Added
CORE_VERSION,CORE_VERSION_MAJORandCORE_VERSION_MINORconstants
Downloads
-
v1.17 Release Candidate Pre-Release
released this
2020-05-30 04:39:33 +03:00 | 16 commits to master since this releaseFirst public release.
A example plugin is included for development reference.
Make sure you grab the Community Plugins too if you just want to play.Downloads
-
v1.18 Stable
released this
2020-05-30 04:39:33 +03:00 | 16 commits to master since this release- CORE: Fixed an access issue when binding 0.0.0.0
Downloads