Releases: MaxAtoms/RepoStatusTable
0.6.3-alpha
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
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
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
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
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
Breaking change
- The configuration section
ReposRoot
has been renamed toRepoRoots
New features
- Headline functionality: Show a headline above the table with customizable text
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
New feature
Individual Cell Providers can be activated and deactivated in the configuration