Skip to content

Commit ef9d000

Browse files
committed
Prepare for release 0.3
1 parent a6bc10a commit ef9d000

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

RELEASENOTES.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1-
## New feature
1+
## Breaking change
22

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

src/RepoStatusTable/RepoStatusTable.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<ToolCommandName>rst</ToolCommandName>
1010
<PackageOutputPath>./nupkg</PackageOutputPath>
1111

12-
<PackageVersion>0.2</PackageVersion>
12+
<PackageVersion>0.3</PackageVersion>
1313
<Title>RepoStatusTable</Title>
1414
<Authors>github.com/MaxAtoms</Authors>
1515
<Description>Overview of the status of your repositories in tabular form</Description>

0 commit comments

Comments
 (0)