diff --git a/.github/workflows/release-launcher.yml b/.github/workflows/release-launcher.yml index 6d6918ace..aaa1ee2dd 100644 --- a/.github/workflows/release-launcher.yml +++ b/.github/workflows/release-launcher.yml @@ -29,6 +29,7 @@ jobs: release_name: Release ${{ github.ref }} draft: false prerelease: false + body: Changelog is available in [CHANGELOG.md](https://github.com/JetBrains/projector-client/blob/master/projector-launcher/CHANGELOG.md). - name: Tag name # Inspired from https://github.community/t/how-to-get-just-the-tag-name/16241/11 id: tag_name run: echo ::set-output name=SOURCE_TAG::${GITHUB_REF#refs/tags/} diff --git a/projector-launcher/CHANGELOG.md b/projector-launcher/CHANGELOG.md new file mode 100644 index 000000000..4cca5e14a --- /dev/null +++ b/projector-launcher/CHANGELOG.md @@ -0,0 +1,10 @@ +# projector-launcher changelog +Notable changes to this project are documented in this file. + +# 0.43.6 +## Added +- Connect on hitting Enter. +- History of connections. + +## Fixed +- Shortcuts were intercepted globally.