diff --git a/dist/changelogs/1.7.6.md b/dist/changelogs/1.7.6.md new file mode 100644 index 00000000..4fd0574f --- /dev/null +++ b/dist/changelogs/1.7.6.md @@ -0,0 +1,13 @@ +## Changes in 1.7.6 + +- Fix file transfer being broken in 1.7.5 on Linux and macOS due native stream implementation differences +- Fix loading state not graying out background when creating new connections +- Improved connection creation navigation by automatically shifting focus to the item when a choice is selected in a dropdown + +## Previous changes in 1.7 + +- [1.7.5](https://github.com/xpipe-io/xpipe/releases/tag/1.7.5) +- [1.7.4](https://github.com/xpipe-io/xpipe/releases/tag/1.7.4) +- [1.7.3](https://github.com/xpipe-io/xpipe/releases/tag/1.7.3) +- [1.7.2](https://github.com/xpipe-io/xpipe/releases/tag/1.7.2) +- [1.7.1](https://github.com/xpipe-io/xpipe/releases/tag/1.7.1) diff --git a/version b/version index 5849151f..d2634851 100644 --- a/version +++ b/version @@ -1 +1 @@ -1.7.5 \ No newline at end of file +1.7.6 \ No newline at end of file