Skip to content

Releases: MaxAtoms/RepoStatusTable

0.6.3-alpha

06 Feb 19:20
2f6c6d4
Compare
Choose a tag to compare

Version 0.6 introduces table order options

New features

Sorting

Repos in the table can now be sorted either alphabetically or according to their last modification.
Ascending as well as descending can be set as options.

Only show changed

New option "OnlyShowChanged" allows to only print repos that have either a changed Git status or a HEAD that ponts to a branch that is not default.
Default branches are configurable.

0.6.2-alpha

06 Feb 18:45
0a61547
Compare
Choose a tag to compare

Version 0.6 introduces table order options

New features

Sorting

Repos in the table can now be sorted either alphabetically or according to their last modification.
Ascending as well as descending can be set as options.

Only show changed

New option "OnlyShowChanged" allows to only print repos that have either a changed Git status or a HEAD that ponts to a branch that is not default.
Default branches are configurable.

0.6.1-alpha

06 Feb 18:32
83f49dd
Compare
Choose a tag to compare

Version 0.6 introduces table order options

New features

Sorting

Repos in the table can now be sorted either alphabetically or according to their last modification.
Ascending as well as descending can be set as options.

Only show changed

New option "OnlyShowChanged" allows to only print repos that have either a changed Git status or a HEAD that ponts to a branch that is not default.
Default branches are configurable.

0.6.0-alpha

30 Jan 23:02
d7b19ba
Compare
Choose a tag to compare

First public release

Breaking change

A configuration file directly in the program directory is no longer considered.

Bug fix

Headline text is only required if the headline is enabled.

0.5.0

29 Jan 22:13
99a0160
Compare
Choose a tag to compare

First public release

Breaking change

A configuration file directly in the program directory is no longer considered.

Bug fix

Headline text is only required if the headline is enabled.

0.4.0

09 Jan 20:35
6399ef1
Compare
Choose a tag to compare

Breaking change

  • The configuration section ReposRoot has been renamed to RepoRoots

New features

  • Headline functionality: Show a headline above the table with customizable text

0.3

22 Aug 20:48
ef9d000
Compare
Choose a tag to compare
0.3

Breaking change

  • The configuration file is not expected in $XDG_HOME/RepoStatusTable.json anymore, but instead in $XDG_HOME/.config/RepoStatusTable/config.json

New features

  • Added file content provider that attempts to read a specific file path from each repository and adds its content to the output table
  • Additional configuration options
    • The look of the table can now be customized via configuration file
    • The content of the column headers can now be customized via configuration
    • Column positions can be set via configuration
    • Added option to either render the table row by row live or in one shot

0.2

14 Aug 22:25
f5a1b23
Compare
Choose a tag to compare
0.2

New feature

Individual Cell Providers can be activated and deactivated in the configuration