diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d178e326..8c4ee7a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -199,6 +199,13 @@ jobs: releaseBody: ${{ needs.get-release.outputs.release_note }} args: ${{ matrix.config.args || '' }} + - name: upload release notes to GitHub release + env: + GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: | + echo "Uploading release notes to GitHub release" + gh release upload ${{ needs.get-release.outputs.release_tag }} apps/readest-app/release-notes.json --clobber + - name: upload portable binaries (Windows only) if: matrix.config.os == 'windows-latest' env: diff --git a/apps/readest-app/release-notes.json b/apps/readest-app/release-notes.json index 09542210..aa0c3fe6 100644 --- a/apps/readest-app/release-notes.json +++ b/apps/readest-app/release-notes.json @@ -1,5 +1,16 @@ { "releases": { + "0.9.33": { + "date": "2025-04-13", + "notes": [ + "New: Redesigned update dialog with a progress bar during downloads for a smoother update experience.", + "New: You can now set header and footer visibility separately for paginated and scroll modes.", + "Fixed layout issues in the bottom configuration panel when using RTL (right-to-left) languages.", + "Fixed TXT file import issues on Android by improving support for content provider file paths.", + "Fixed transformed punctuations when highlighting text with vertical layout.", + "Improved login flow on macOS by handling OAuth with the native ASWebAuthenticationSession." + ] + }, "0.9.32": { "date": "2025-04-09", "notes": [