Skip to content

Commit

Permalink
Add llamacpp support, fixes for saved images loading, fixed image pre…
Browse files Browse the repository at this point in the history
…view for attach button, add release notes to publish yml
  • Loading branch information
1runeberg committed Aug 20, 2024
1 parent c1888c1 commit abdee1b
Show file tree
Hide file tree
Showing 13 changed files with 952 additions and 274 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ on:
release_name:
description: 'Release name'
required: true
release_notes:
description: 'Release Notes'
required: true

jobs:
build-and-release:
Expand All @@ -21,7 +24,10 @@ jobs:
env:
RELEASE_NOTES: |
**Notice:** By downloading and using the pre-built binaries, you agree to the app's [Terms and Conditions](https://github.com/1runeberg/confichat/blob/main/confichat/assets/TERMS_AND_CONDITIONS.md). Acceptance of these terms is implied upon download. The full Terms and Conditions are also available within the app under (Hamburger menu) > "Legal" > "Terms and Conditions".
${{ github.event.inputs.release_notes }}
steps:
- uses: actions/[email protected]

Expand Down
33 changes: 15 additions & 18 deletions confichat/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit abdee1b

Please sign in to comment.