From e130848fbfb8b2ecfb627e1adbb3ae898d3581a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Noelia=20Ruiz=20Mart=C3=ADnez?= Date: Mon, 14 Dec 2020 19:19:49 +0100 Subject: [PATCH] Add body_path to describe release changes --- .github/workflows/upload-on-tag.yaml | 1 + changelog.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 changelog.md diff --git a/.github/workflows/upload-on-tag.yaml b/.github/workflows/upload-on-tag.yaml index 5cd6dff9..5fdcd8c9 100644 --- a/.github/workflows/upload-on-tag.yaml +++ b/.github/workflows/upload-on-tag.yaml @@ -30,6 +30,7 @@ jobs: tag_name: ${{ github.ref }} release_name: Release ${{ github.ref }} prerelease: ${{ endsWith(github.ref, '-dev') }} + body_path: changelog.md - name: Upload binaries to release uses: svenstaro/upload-release-action@v1-release with: diff --git a/changelog.md b/changelog.md new file mode 100644 index 00000000..86e45f49 --- /dev/null +++ b/changelog.md @@ -0,0 +1,9 @@ +## Changes for 10.0 ## + +* Added a button to open the selected feed as HTML in the default web browser. +* If a new feed cannot be created, this will be notified in an error dialog. +* Improved order and presentation of some articles. +* More feeds may be supported. +* When the feeds dialog is opened, the list of feeds will be focused instead of the search edit box. +* You can choose if the search edit box is placed after the list of feeds, useful to focus the list event when switching from another window without closing the Feeds dialog. +* Added a button to copy the feed address to clipboard from the feeds dialog.