Releases: ink0rr/rgl
Releases · ink0rr/rgl
v0.12.1
v0.12.0
v0.11.0
v0.10.1
v0.10.0
What's Changed
- Add
config.json
file to watch list - Add
resolver_update_interval
option to user config - Add
rgl info
command to print out cache file and directory path - Allow setting global cache dir through
RGL_DIR
environment variable - Update remote filter installer, now filters are saved in global cache directory
- Change filter install arg format to
filter@version
(previously wasfilter==version
) - Running a profile will now automatically install the required filters
- Improve filter resolver speed
- Prevent generating lock file when running Deno filters
- Fix stack overflow in watch mode after restarting a certain number of times
Troubleshooting
If encountering any issues, try deleting the cache directory. The default location is $env:LocalAppdata\rgl
v0.9.0
What's Changed
- Print release notes link after upgrading
- Address performance regression in cached runs
- Change
rgl apply
to apply profile instead of filter (breaking change) - Remove
rgl tool
command, usergl exec
instead (breaking change) - Add user config support, located in
$env:LocalAppData\rgl\user_config.json
- Allow setting
com.mojang
path through user config - Remove option to set
com.mojang
path through env (breaking change) - Allow setting Node.JS runtime through user config
- Remove
bun
filter support, change the Node.JS runtime through user config instead (breaking change) - Allow setting python command through user config
v0.8.1
v0.8.0
What's Changed
- Show missing program name when failing to run a filter
- Add
rgl exec
to replacergl apply
andrgl tool
. It can run both locally installed filters (fromrgl add
) and globally installed filter (fromrgl install
). Local filter will be prioritized when a global filter with the same name is installed - Add behavior change notice to
rgl apply
command - Add deprecation notice to
rgl tool
command
v0.7.0
v0.6.0
What's Changed
- Remove deprecated commands
- Add
rgl apply <filter_name>
to modify project source file using a filter - Add
rgl install <filter_name>
to install filter globally as tool andrgl tool <tool_name>
to use it - Prevent 'used by another process' error in cached run