Skip to content

Commit

Permalink
Prepare for release 0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxAtoms committed Jan 9, 2022
1 parent 7094ab0 commit 6399ef1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
9 changes: 2 additions & 7 deletions RELEASENOTES.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
## Breaking change

- The configuration file is not expected in `$XDG_HOME/RepoStatusTable.json` anymore, but instead in `$XDG_HOME/.config/RepoStatusTable/config.json`
- The configuration section `ReposRoot` has been renamed to `RepoRoots`

## 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
- Headline functionality: Show a headline above the table with customizable text
2 changes: 1 addition & 1 deletion src/RepoStatusTable/RepoStatusTable.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ToolCommandName>rst</ToolCommandName>
<PackageOutputPath>./nupkg</PackageOutputPath>

<PackageVersion>0.3</PackageVersion>
<PackageVersion>0.4</PackageVersion>
<Title>RepoStatusTable</Title>
<Authors>github.com/MaxAtoms</Authors>
<Description>Overview of the status of your repositories in tabular form</Description>
Expand Down

0 comments on commit 6399ef1

Please sign in to comment.