Skip to content

Commit

Permalink
Merge pull request #100 from ioriayane/Release/v0.17.0
Browse files Browse the repository at this point in the history
Release/v0.17.0
  • Loading branch information
ioriayane authored Dec 4, 2023
2 parents d6db74d + cb5f466 commit 41914d3
Show file tree
Hide file tree
Showing 42 changed files with 1,303 additions and 161 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
- name : Check pullrequest title
run: |
name="${{ github.event.pull_request.title }}"
pattern="$Release v[0-9]+\.[0-9]+\.[0-9]+$"
pattern="^Release/v[0-9]+\.[0-9]+\.[0-9]+$"
if [[ $name =~ $pattern ]]; then
ret=0
echo ok
else
ret=1
echo Please format the title of the pull request as "Release vX.Y.Z".
echo Please format the title of the pull request as "Release/vX.Y.Z".
fi
exit $ret
1 change: 1 addition & 0 deletions app/app.pro
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ QML_FILES = \
qml/dialogs/ColumnSettingDialog.qml \
qml/dialogs/ContentFilterSettingDialog.qml \
qml/dialogs/DiscoverFeedsDialog.qml \
qml/dialogs/EditProfileDialog.qml \
qml/dialogs/ImageClipDialog.qml \
qml/dialogs/LanguageSelectionDialog.qml \
qml/dialogs/LoginDialog.qml \
Expand Down
Binary file modified app/i18n/qt_ja_JP.qm
Binary file not shown.
Loading

0 comments on commit 41914d3

Please sign in to comment.