Skip to content

Commit

Permalink
Updates release notes for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mattstermiller committed Nov 25, 2024
1 parent e3269a6 commit 726b54d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Go to the [releases page](https://github.com/mattstermiller/koffee/releases). Fr
### From Source
You will need to have installed:
- [Visual Studio or VS Build Tools 2019](https://visualstudio.microsoft.com/downloads/)
- Make sure to select the components ".NET SDK", ".NET Framework 4.8 targeting pack" and "F# compiler"
- Make sure to select the components ".NET SDK" (8.0 or newer), ".NET Framework 4.8 targeting pack" and "F# compiler"

Steps:
- Clone this repository
Expand Down
3 changes: 2 additions & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# Release Notes

### 0.7.1 (WIP)
### 0.7.1 (2024-11-25)
- Upgrades to .NET Framework 4.8.1
- #140 Adds support for long file paths (requires LongPathsEnabled in registry)
- #139 Adds next undo and redo actions to status bar, moves status text to separate bottom bar
- #143 Changes input panel to wrap prompt text
- #144 Changes status message and history panels to wrap text
- Fixes some drop data formats to be converted instead of locking up Koffee

### 0.7.0 Multi-Select (2024-08-10)
Expand Down

0 comments on commit 726b54d

Please sign in to comment.