This repository has been archived by the owner on Sep 23, 2024. It is now read-only.
Releases: DaRacci/Minix
Releases · DaRacci/Minix
Minix release 4.0.0
Bug Fixes
- (Init) Use plugin classloader - (76d1581) - @DaRacci
- (MinixLogger) Throwable formatting - (5b2204e) - @DaRacci
- (PlaceholderIntegration) Overload ambiguity - (4545946) - @DaRacci
- (PluginService) Fix extensions not enabling - (d57a65f) - @DaRacci
- (Workflow) Unresolved reference: copyJar - (5d72115) - @DaRacci
- (Workflow) Unresolved reference: copyJar - (8848a72) - @DaRacci
- (Workflow) Unresolved reference: copyJar - (5d6bddc) - @DaRacci
- Transitive dependencies - (50c89a0) - @DaRacci
- exceptions are never thrown in body of corresponding - (7aab75e) - @DaRacci
Features
- (PlaceholderIntegration) Allows easy and clean placeholder registration - (fc60ec7) - @DaRacci
- (TimeUtils) processTimed - (cff0f21) - @DaRacci
Miscellaneous Chores
- (Config) Remove debug messages - (12a6004) - @DaRacci
- (Deps) Update Minix-Conventions - (dc345c3) - @DaRacci
- (version) v3.4.0 - (2030046) - @DaRacci
- Redundant deprecation - (79c0b25) - @DaRacci
Refactoring
- (Build) Cleanup build files - (672e03f) - @DaRacci
- (Integrations) Integrations are now a WithPlugin - (3874002) - @DaRacci
- (PlaceholderIntegration) function names and get from map ignoring case - (721d213) - @DaRacci
- (PluginService) logging stuff - (69366c5) - @DaRacci
- (PluginService) Add warning when using Pre-release versions - (26ebcde) - @DaRacci
- (RegionManager) Add missing functions and clarify canInteract docs - (bc58611) - @DaRacci
- (WithPlugin) include extended functions in the interface as defaults. - (e7973d2) - @DaRacci
Style
Minix release 3.4.0
Bug Fixes
- (DataService) Remove clone check since it only causes more issues. - (a845d2d) - @DaRacci
- (Deps) Slimjar dependency path + Implement NMS - (a9cccbc) - @DaRacci
- No longer need to replace string format for slimjar - (16b9677) - @DaRacci
- Dont clean quickBuild - (5db19d9) - @DaRacci
- Config stuff i don't remember what this does - (77dec68) - @DaRacci
- kotlin.UninitializedPropertyAccessException: lateinit property enabledPlugins has not been initialized - (86cfbd3) - @DaRacci
- org.koin.core.error.NoBeanDefFoundException: IntegrationService - (29312de) - @DaRacci
- org.koin.core.error.NoBeanDefFoundException: PluginService - (d3c1c96) - @DaRacci
- java.lang.NullPointerException - (05834d0) - @DaRacci
Features
- (Extension) Each Extension now has its own dispatcher / threads. - (61ccdfb) - @DaRacci
- (IntegrationService) Adds an easier way for adding integrations. - (184d748) - @DaRacci
- (MinixLogger) Better formatting + enforced async - (fc4cf70) - @DaRacci
- (RegisterMap) A Map of Loadable values. - (97f7adf) - @DaRacci
- Experimental concurrent flow options - (50e20b9) - @DaRacci
Miscellaneous Chores
- (Deps) Update slimjar plugin - (19f577c) - @DaRacci
- (Deps) Plugin version updates - (08f1402) - @DaRacci
- (Deps) Use library - (a72a0e3) - @DaRacci
- (Deps) Update Minix-Conventions - (6f5d0e5) - @DaRacci
- (Deps) Update slimjar - (100faa9) - @DaRacci
- (PluginService) Add some simple trace logs - (af98896) - @DaRacci
- (version) v3.3.6 - (493a86e) - @DaRacci
- Remove unused command service - (246595c) - @DaRacci
- Remove some old unused coroutine stuff. - (150ad60) - @DaRacci
- Remove deprecated for 4.0.0 - (806098d) - @DaRacci
Refactoring
Minix release 3.3.6
Minix release 3.3.5
Minix release 3.3.4
Minix release 3.3.1
Minix release 3.3.0
Minix release 3.2.3
Minix release 3.2.2
Bug Fixes
- (Event) Instance Checking - (61ccf49) - @DaRacci
- (Event) Extension Listener - (bff0f2d) - @DaRacci
- (Logger) Display qualifiedName - (aabdb9b) - @DaRacci
- (Logger) Unformated stacktrace - (239ad23) - @DaRacci
- (Logger) Null-pointer - (78302f4) - @DaRacci
- (Logger) Log from Minix - (3e694cd) - @DaRacci
- (script) bump script - (a51e32e) - @DaRacci
Miscellaneous Chores
Minix release 3.2.1
Bug Fixes
- (Logger) fix error on a wrong enum type. - (662ca29) - @DaRacci
- (script) Fix commit message - (b754724) - @DaRacci
- IllegalAccessException - (d123805) - @DaRacci
Documentation
Features
- (Logger) Add scopes - (63ed42e) - @DaRacci
- kotlin and mc update - (12d8f0d) - @DaRacci
- ExpiringArray - (8690d3e) - @DaRacci
Miscellaneous Chores
Refactoring
Style
- (Util) Ktlint + grammar formatting - (4f00f6e) - @DaRacci
- (Util) Ktlint + grammar formatting - (63f249a) - @DaRacci