This repository was archived by the owner on Aug 10, 2025. It is now read-only.
Releases: hidakatsuya/rexer
Releases · hidakatsuya/rexer
v0.18.0
What's Changed
- Execute the install command when running the rex command without a subcommand by @hidakatsuya in #45
Full Changelog: v0.17.0...v0.18.0
v0.17.0
What's Changed
- Allow rex commands to be run from any subdirectory by @hidakatsuya in #43
- Add edit command to open the definition file with the system editor defined by $VISUAL or $EDITOR by @hidakatsuya in #44
Full Changelog: v0.16.0...v0.17.0
v0.16.0
What's Changed
- Add support for specifying extensions to update in update command by @hidakatsuya in #40
- Drop support for Ruby 3.0 by @hidakatsuya in #41
Full Changelog: v0.15.0...v0.16.0
v0.15.0
What's Changed
- Display real branch name in rex state output by @hidakatsuya in #39
Full Changelog: v0.14.1...v0.15.0
v0.14.1
What's Changed
- Display short SHA references in rex envs and rex state output by @hidakatsuya in #38
Full Changelog: v0.14.0...v0.14.1
v0.14.0
What's Changed
- Add repository names to rex state and envs output by @hidakatsuya in #36
BeforeAfter$ rex state ... Themes: * bleuclair (main) Plugins: * redmine_issue_templates (v1.0.0) * redmine_issues_panel (64b68eb4a30c3d754684be1dbe98f9ad472c1fe3)$ rex state ... Themes: * bleuclair (farend/redmine_theme_farend_bleuclair@main) Plugins: * redmine_issue_templates (agileware-jp/redmine_issue_templates@v1.0.0) * redmine_issues_panel (redmica/redmine_issues_panel@64b68eb4a30c3d754684be1dbe98f9ad472c1fe3) - Fix rex update not updating extensions without the source option by @hidakatsuya in #35
- Update CI matrix to test Redmine 6.0 with Ruby 3.3 by @hidakatsuya in #37
Full Changelog: v0.13.0...v0.14.0
v0.13.0
What's Changed
- Performance improvement by @hidakatsuya in #34
- Separated classes/modules into files by @hidakatsuya in #32
- Unified Extension::Theme/Plugin module into Extension::Theme/Plugin::Action class to reduce files by @hidakatsuya in #33
Full Changelog: v0.12.0...v0.13.0
v0.12.0
v0.11.1
What's Changed
- Revert "Disable Zeitwerk eager loading to improve performance" dc17692
- Allow dev command to profile call-stack and benchmark by @hidakatsuya in #30
Full Changelog: v0.11.0...v0.11.1
v0.11.0
What's Changed
- Disable Zeitwerk eager loading to improve performance by @hidakatsuya in #28
v0.10.0
$ time rex state
...
real 0m0.470s
user 0m0.325s
sys 0m0.146s
v0.11.0 <= 27% faster!!
$ time rex state
...
real 0m0.340s
user 0m0.252s
sys 0m0.089s
Full Changelog: v0.10.0...v0.11.0