Skip to content

Releases: ink0rr/rgl

v0.5.2

28 Jan 21:38
a99d762
Compare
Choose a tag to compare

What's Changed

  • Bump default min_engine_version in rgl init
  • Various fixes on print log messages

v0.5.1

15 Jan 07:57
Compare
Choose a tag to compare

What's Changed

  • Deprecate rgl install command, use rgl add and rgl get instead
  • Deprecate rgl uninstall command, use rgl remove instead
  • Move filter cache dir and resolver cache dir to rgl directory
  • Fix rgl list output colors

v0.5.0

04 Dec 11:22
f7e0671
Compare
Choose a tag to compare

What's Changed

  • Move development export temp dir to avoid file conflict
  • Add session lock to prevent running multiple rgl instance in the same project
  • Add rgl list command
  • Add rgl uninstall command

v0.4.1

24 Nov 11:21
75a7f9c
Compare
Choose a tag to compare

What's Changed

  • Fix invalid Nodejs filter script path

v0.4.0

23 Nov 18:08
4147f92
Compare
Choose a tag to compare

What's Changed

  • Add rgl clean command
  • Add exe filter support
  • Support installing local filter dependencies

v0.3.0

18 Nov 08:00
a8c9e8c
Compare
Choose a tag to compare

What's Changed

  • Add --force flag for init command
  • Skip build process on go filter when not needed

v0.2.1

16 Nov 04:42
4a2eb5d
Compare
Choose a tag to compare

What's Changed

  • Improve go filter build times

v0.2.0

15 Nov 17:30
943fa1d
Compare
Choose a tag to compare

What's Changed

  • Add update check to notify users when there's a new release
  • Add rgl update command to automatically update to the latest version
  • Set watch mode to use cache by default

v0.1.8

14 Nov 12:52
a3bd871
Compare
Choose a tag to compare

What's Changed

  • Fix cached copy on unix
  • Fix rgl install <filter> failed to fetch new tags
  • Copy filter data on install

v0.1.7

05 Nov 07:42
758e332
Compare
Choose a tag to compare

What's Changed

  • Add --cached flag to run and watch command to speed up subsequent runs.