Skip to content

Releases: ink0rr/rgl

v0.12.1

27 Sep 11:31
a170887
Compare
Choose a tag to compare

What's Changed

  • Fix errors when installing unversioned filter
  • Show install links of missing programs
  • Fix incorrect version when trying to install filter with a specific version

v0.12.0

09 Sep 21:19
Compare
Choose a tag to compare

What's Changed

  • Add bun filter support again (was removed on v0.9.0)
  • Add Minecraft Preview and Education export on Windows
  • Support for Regolith's new export format
  • Show missing program name when failing to spawn a subprocess

v0.11.0

19 Aug 12:02
8d25448
Compare
Choose a tag to compare

What's Changed

  • Add rgl update to update filters in the current project
  • Fix filter version sorting
  • Add --profile flag to add filters directly to a profile. (example: rgl add esbuild -p default)
  • Add a tip message when failing to create symlink on Windows

v0.10.1

19 Jul 06:30
5a34a4f
Compare
Choose a tag to compare

What's Changed

  • Fixed an issue where filters are not being applied after changing export target

v0.10.0

05 Jul 21:01
5119240
Compare
Choose a tag to compare

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 was filter==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

07 Jun 08:15
e551967
Compare
Choose a tag to compare

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, use rgl 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

25 Apr 18:47
744a202
Compare
Choose a tag to compare

What's Changed

  • Rename rgl update to rgl upgrade

v0.8.0

25 Apr 10:34
edb14d9
Compare
Choose a tag to compare

What's Changed

  • Show missing program name when failing to run a filter
  • Add rgl exec to replace rgl apply and rgl tool. It can run both locally installed filters (from rgl add) and globally installed filter (from rgl 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

05 Apr 13:31
Compare
Choose a tag to compare

What's Changed

  • Add bun filter support
  • Allow setting com.mojang path through env variable on mac and linux
  • Checks if com.mojang directory exists before trying to export

v0.6.0

20 Mar 15:35
b519794
Compare
Choose a tag to compare

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 and rgl tool <tool_name> to use it
  • Prevent 'used by another process' error in cached run