This release essentially contains a completely rewritten config system. While a compatibility layer for mods using the old API is still provided, some dependents may be incompatible without updates. Commits in alpha 3.0.0:
- [config] Tweak config command
- [config] Support loading configs from provided IDs to support changing IDs
- [root] Tweak build scripts to produce clean POMs with current scripts
- [config] Implement config DSL and rewrite reflection implementation
- [unsafe] Fix and remove unsafe.unlock
- [config] Initial prototype for compile-time configs, module name changes and legacy compatibility
- [config] Various fixes
- Merge branch 'config-dsl' into 'master'
- [docs] Move to mdbook and document libjf-config v1 modules
Commits in beta 2.10.0:
- [unsafe] Explicitly mark quilt as unsupported
- [devutil] Don't get key pairs
- [translate] Update for changes in LibreTranslate API
- [config] Remove internal APIs from interfaces to allow reusing the related systems elsewhere
- [root] Fixes for split sources
- [root] Update to 1.19.1
Commits in beta 2.9.0:
- [unsafe] Fix classpath unlocking and use classPathIsolationBypassClasses. Will need to test changes without it now
- Use upstream loader during dev
- Merge branch 'upstream-loader' into 'master'
- [root] Initial 1.19 support, not yet ready
- [translate-v1] Fetch supported languages for Google Translate on startup
- [root] Bump for 1.19 proper
WARNING: This version contains breaking changes, dependents will likely need to be updated to support these. Commits in alpha 2.7.0:
- [docs] Remove mkdocs workaround (upstream was fixed)
- [config] Support references to other configs
- [base] Allow specifying custom adapters
- [config] Category support pt 1
- [config] Category support pt 2
- [config] Improve reset button
- [config] Rework to run without unlocking the classpath (this will require dependents to be updated!)
- [config] Expose new features through /libjf config command
- [config] Expose tooltips/titles as comments in json
Commits in release 2.5.0:
- Add command to reload config
- Update target floader to 0.13
- Update for 22w06a
- Refactor Config into ConfigInstance and ConfigInstanceImpl
- Reload config if changed
- [docs] tweak libjf-translate-v0 page
- [libjf-config-v0] extend /libjf config command to allow specific reloading, viewing and editing configs
- libjf-translate-v1 api changes to allow new backends
Commits in beta 2.2.0:
- Update to 1.18 proper
- Update for new build script
- Use unix timestamp for subversions
- Some breaking stuff before 1.18
- Gradle: Get version name from git tag
- Update to pre4
- Fix build.gradle
- Update to 1.18-pre2
- WebServer.getInstance to get the current web server
- Rewrite LibWeb as a LibJF module
- Use pipeline ID as the versions prerelease, not as the build number. Should fix faulty version resolving causing issues in the future