File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 1
- ## New feature
1
+ ## Breaking change
2
2
3
- Individual Cell Providers can be activated and deactivated in the configuration
3
+ - The configuration file is not expected in ` $XDG_HOME/RepoStatusTable.json ` anymore, but instead in ` $XDG_HOME/.config/RepoStatusTable/config.json `
4
+
5
+ ## New features
6
+
7
+ - Added file content provider that attempts to read a specific file path from each repository and adds its content to the output table
8
+ - Additional configuration options
9
+ - The look of the table can now be customized via configuration file
10
+ - The content of the column headers can now be customized via configuration
11
+ - Column positions can be set via configuration
12
+ - Added option to either render the table row by row live or in one shot
Original file line number Diff line number Diff line change 9
9
<ToolCommandName >rst</ToolCommandName >
10
10
<PackageOutputPath >./nupkg</PackageOutputPath >
11
11
12
- <PackageVersion >0.2 </PackageVersion >
12
+ <PackageVersion >0.3 </PackageVersion >
13
13
<Title >RepoStatusTable</Title >
14
14
<Authors >github.com/MaxAtoms</Authors >
15
15
<Description >Overview of the status of your repositories in tabular form</Description >
You can’t perform that action at this time.
0 commit comments