Skip to content
This repository was archived by the owner on Aug 10, 2025. It is now read-only.

Releases: hidakatsuya/rexer

v0.18.0

09 Mar 15:58
68fa18f

Choose a tag to compare

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

16 Feb 11:01
36bc95a

Choose a tag to compare

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

01 Jan 13:24
5646736

Choose a tag to compare

What's Changed

Full Changelog: v0.15.0...v0.16.0

v0.15.0

27 Nov 16:30
2b3be2d

Choose a tag to compare

What's Changed

Full Changelog: v0.14.1...v0.15.0

v0.14.1

25 Nov 14:32
552817a

Choose a tag to compare

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

24 Nov 08:23
d1b4cb6

Choose a tag to compare

What's Changed

  • Add repository names to rex state and envs output by @hidakatsuya in #36
    Before
    $ rex state
    ...
    Themes:
     * bleuclair (main)
    
    Plugins:
     * redmine_issue_templates (v1.0.0)
     * redmine_issues_panel (64b68eb4a30c3d754684be1dbe98f9ad472c1fe3)
    
    After
    $ 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

20 Oct 16:27
20c0130

Choose a tag to compare

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

25 Sep 15:46
8456756

Choose a tag to compare

What's Changed

Full Changelog: v0.11.1...v0.12.0

v0.11.1

15 Sep 01:11
25af5e8

Choose a tag to compare

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

07 Sep 09:56
523a4b4

Choose a tag to compare

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