Releases: YKDZ/HyphaShop
Releases · YKDZ/HyphaShop
0.5.1-Beta
Added
Changed
- Bump deps
Fixed
- Fix ItemsAdder integration
0.5.0-Beta
Added
- This update may be destructive to the plugin’s existing database data. If you are not a new user, the best option is to delete all previous configurations and allow the plugin to generate a new default configuration automatically.
- Multi currency
- Balance overhaul
- Message overhaul
- Official Document: https://ykdz.github.io/HyphaDocs
Changed
- Bump HS to v0.2.1-Beta
- No hard dep to Vault now
- Shop name now HS string
Fixed
- Default config changed
0.4.7-Beta
Added
- Bump
HyphaScriptto0.1.3-Beta, fix multiple issue - Add dialog support, default config also updated
Changed
Fixed
0.4.6-Beta
Added
- Bump
HyphaScriptto0.1.2-Beta, remove the need of semicolon, add more bitwise operator and fixFuture. Default config also updated - Auto publish API to maven central
Changed
Fixed
0.4.5-Beta
Added
- Bump deps
back()function to return to previously opened gui, default config also updated
Changed
Fixed
- DB Provider init order
0.4.4-Beta
Added
- Bump deps
Changed
Fixed
- DB Provider init order
0.4.3-Beta
Something new 更新日志
- 更新依赖 | Bump deps
- 用 JetBrains Maven CDN 替换谷歌 CDN 以解决依赖无法下载的问题 | Replace Google CDN with JetBrains Maven CDN to solve the problem of dependency and inability to download
Download 下载
0.4.2-Beta
Something new 更新日志
用 Flyway 替换了自行实现的数据库迁移 | Replaced the self implemented database migrator with Flyway
Download 下载
0.3.1-Beta
!! 本次更新对数据库结构进行了修整以便今后支持 MySQL 等更多类型的数据库。旧的数据库结构已失效且无法工作。
!! This update has made adjustments to the database structure to support more types of databases such as MySQL in the future. The old database structure has become invalid and cannot function.
Something new 更新日志
- 数据库修整 | Database overhaul
- 开始在订单记录中储存结算订单的商店 ID 并在 GUI 中显示 | Store and display shop id in order history
- 引入了几个新的图标功能 | Serveral new icon features
- 新增了清除某玩家指定天数前的所有交易日志的功能 | Command to delete order history of player before given days
0.3.0-Beta
!! Again I changed the script parser from EvalEx to Rhino, and all the formula in default config will break. You need to delete the old config and install the new config to make all things work well.
!! 我将脚本引擎从 EvalEx 切换到了 Rhino,这意味着所有默认配置中的价格公式又一次失效了。你需要删除旧配置并下载新配置以让插件正常工作。
Something new 更新日志
- 新增了上架条件机制。现在你可以为一个商品包或单独的某个商品指定一系列返回值为布尔值的 JS 脚本作为上架条件 | Added a listing condition mechanism. Now you can specify a series of scripts with Boolean return values as listing conditions for a product pack or individual product.
- 修改了交易日志的储存方式,现在交易日志中不再储存商品被交易时的显示名称 | The storage method of the settlement log has been modified, and now the display name of the product when it is traded is no longer stored in the settlement log.
- 修复了若干 BUG | Several bug fix