Releases: FreshKernel/kraft-sync
Releases · FreshKernel/kraft-sync
🔥 Unstable Edition 🔥
Chores
- update kotlin to 2.0.20 (Ellet)
v0.0.3-alpha
What's Changed
- fix: apply resource packs in the specified order by @EchoEllet in #29
Full Changelog: v0.0.2-alpha...v0.0.3-alpha
v0.0.2-alpha
What's Changed
- refactor!: simplify the sync info JSON keys by @EchoEllet in #19
- feat!: allow to sync current environment optional mods to either some of them or all by @EchoEllet in #20
- docs(readme): improve doc and information, add 'Supported Launchers' section, update 'Usage' and 'How it works' sections by @EchoEllet in #21
- feat: improve jar auto-updater by @EchoEllet in #22
- feat: improve HTTP error messages, extract duplicated logic for HTTP Client by @EchoEllet in #23
- feat(admin): add the option to enable or disable GUI when installing the script to an instance using the installer by @EchoEllet in #24
- chore: update current repository references to FreshKernel by @EchoEllet in #25
- feat: show a success message once the update finishes on Linux and macOS by @EchoEllet in #26
- feat: simple logger class by @EchoEllet in #27
- fix: only show system update dialog message in JarAutoUpdater if GUI is enabled by @EchoEllet in #28
Full Changelog: v0.0.1-alpha...v0.0.2-alpha
v0.0.1-alpha - Initial Alpha Prototype 🚀
First Experimental Release
We are launching the first alpha release.
This experimental version includes basic support for syncing mods, resource packs, and the server list.
🔧 Note: Breaking changes are planned and will happen as we continue to develop and improve the project.
We are looking forward to your feedback.
What's Changed
- feat: apply extensive experimental changes, improvements, fixes, and refactoring in #2
- feat: highly experimental JAR auto-update in #3
- feat(admin): automatic installer for the sync script in #7
- feat(admin): add launcher instances dropdown selection feature in #9
- feat: migrate to Java NIO in #10
- refactor(sync-info)!: sync info encapsulation in #11
- feat!: highly experimental resource packs support in #12
- feat: single loading dialog for all stages in #13
- refactor: extract Proguard task configuration into BuildMinimizedJarTask in buildSrc in #14
- refactor!: minimize the 'admin' application, provide obfuscated and minimized Jar files in #15
- feat(updater): improve auto-update version check in #16
- feat: server list sync in #17