Skip to content

Commit

Permalink
0.9.0 Release
Browse files Browse the repository at this point in the history
- Completely overhauled config, reinstall highly recommended
- Completely overhauled how updates are handled. Notifications are now given instead of it being automatically done. Reinstall still highly recommended
- Added `allium.log/warn` to allow for developers to provide richer logging
- Added `"position_x/y/z"` infill options. Currently gives the users current position.
- Added `loadConfig` register method. Provide it a config table, and it will spit a file out in the `cfg` directory that the user can modify. Handles incorrect/malformed data.
- color formatting fields that used `[[]]` now use `()` | Credit goes to roger109z for rewriting library `color.lua`.
- Redirected depman instance. Remember, Reinstall highly recommended.
  • Loading branch information
hugeblank authored Nov 7, 2019
2 parents 0aa5602 + 6360b3a commit 478e651
Show file tree
Hide file tree
Showing 4 changed files with 560 additions and 323 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
lib/*
cfg/*
cfg/*
.DS_Store
.vscode
Loading

0 comments on commit 478e651

Please sign in to comment.