Skip to content

Commit

Permalink
Merge pull request #3 from 1runeberg/stage-v0.20
Browse files Browse the repository at this point in the history
Merge release v0.20
  • Loading branch information
1runeberg authored Aug 20, 2024
2 parents 870309d + abdee1b commit 1b89591
Show file tree
Hide file tree
Showing 17 changed files with 1,148 additions and 273 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/checkout@v4.1.7

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ In a nutshell, ConfiChat caters to users who value transparent control over thei

### 🛠️ 5. Compiling your own build

For those who prefer to compile ConfiChat themselves, or for macOS and iOS users, we provide detailed instructions in the [Compiling on your Own](docs/compiling.md) section.
For those who prefer to compile ConfiChat themselves, or for macOS and iOS users, we provide detailed instructions in the [Compiling on your own](docs/compiling.md) section.

### 🤝 6. Contributing

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 1b89591

Please sign in to comment.