Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Add changelog for launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed Dec 7, 2020
1 parent ff298bc commit 6d24fcc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/}
Expand Down
10 changes: 10 additions & 0 deletions projector-launcher/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 6d24fcc

Please sign in to comment.