Skip to content

Commit

Permalink
Merge pull request #149 from ioriayane/Release/v0.22.0
Browse files Browse the repository at this point in the history
Release/v0.22.0
  • Loading branch information
ioriayane authored Feb 12, 2024
2 parents 31fbae3 + c46eee0 commit 3ddea34
Show file tree
Hide file tree
Showing 42 changed files with 1,550 additions and 121 deletions.
1 change: 1 addition & 0 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
run: |
qmake --version
cp app/qtquick/encryption_seed_template.h app/qtquick/encryption_seed.h
python -m pip install --upgrade pip jinja2
- name: Build
run: scripts/build.sh linux ${Qt5_DIR}/bin
- name: Build httpserver
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/hugo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
branches:
- main
tags:
- "v*"
workflow_dispatch:

permissions:
Expand Down Expand Up @@ -44,7 +46,7 @@ jobs:
--minify
working-directory: ./web
- name: Upload artifact
uses: actions/upload-pages-artifact@v2
uses: actions/upload-pages-artifact@v3
with:
path: ./web/public

Expand Down
13 changes: 13 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,19 @@ jobs:
release_check:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
- name : Check documents
env:
TZ: "Asia/Tokyo"
run: |
VERSION_NO=$(cat app/main.cpp | grep "app.setApplicationVersion" | grep -oE "[0-9]+.[0-9]+.[0-9]+")
# Check download link
python3 scripts/updateweb.py temp.html $VERSION_NO
diff -u temp.html web/layouts/shortcodes/download_link.html
# Check release not
python3 scripts/validate_releasenote.py web/content/docs/release-note.en.md $VERSION_NO
python3 scripts/validate_releasenote.py web/content/docs/release-note.ja.md $VERSION_NO
- name : Check pullrequest title
run: |
name="${{ github.event.pull_request.title }}"
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ openssl/*.cnf.dist
# Hugo
web/public/*
web/.hugo_build.lock
temp.html
2 changes: 1 addition & 1 deletion 1stparty/atproto
Submodule atproto updated 940 files
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

## 使用方法

[ユーザーマニュアル](./users_manual_ja.md)を参照してください。
[ユーザーマニュアル](https://hagoromo.relog.tech/ja/)を参照してください。

## ビルド方法

Expand Down Expand Up @@ -138,7 +138,7 @@ Unzip the archive and save it in any folder.

## How to Use

Please refer to [the User's Manual](./users_manual_en.md).
Please refer to [the User's Manual](https://hagoromo.relog.tech/).


## How to Build
Expand Down
1 change: 1 addition & 0 deletions app/app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ QML_FILES = \
qml/dialogs/SearchDialog.qml \
qml/dialogs/SelectThreadGateDialog.qml \
qml/dialogs/SettingDialog.qml \
qml/parts/AccountLayout.qml \
qml/parts/AccountList.qml \
qml/parts/ApplicationShortcut.qml \
qml/parts/Author.qml \
Expand Down
Binary file modified app/i18n/qt_ja_JP.qm
Binary file not shown.
Loading

0 comments on commit 3ddea34

Please sign in to comment.