From 6399ef11bbb07f324945e78e42146a4dcba55b1f Mon Sep 17 00:00:00 2001 From: MaxAtoms <7847075+MaxAtoms@users.noreply.github.com> Date: Sun, 9 Jan 2022 12:23:20 +0100 Subject: [PATCH] Prepare for release 0.4 --- RELEASENOTES.md | 9 ++------- src/RepoStatusTable/RepoStatusTable.csproj | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index ba9baa3..3067786 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -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 \ No newline at end of file +- Headline functionality: Show a headline above the table with customizable text diff --git a/src/RepoStatusTable/RepoStatusTable.csproj b/src/RepoStatusTable/RepoStatusTable.csproj index cef3302..2d8a7a4 100644 --- a/src/RepoStatusTable/RepoStatusTable.csproj +++ b/src/RepoStatusTable/RepoStatusTable.csproj @@ -9,7 +9,7 @@ rst ./nupkg - 0.3 + 0.4 RepoStatusTable github.com/MaxAtoms Overview of the status of your repositories in tabular form