Skip to content

Commit

Permalink
バージョン情報更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ioriayane committed May 31, 2024
1 parent 03cdb3d commit 10dcb41
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ int main(int argc, char *argv[])
app.setOrganizationName(QStringLiteral("relog"));
app.setOrganizationDomain(QStringLiteral("hagoromo.relog.tech"));
app.setApplicationName(QStringLiteral("Hagoromo"));
app.setApplicationVersion(QStringLiteral("0.30.0"));
app.setApplicationVersion(QStringLiteral("0.31.0"));
#ifndef HAGOROMO_RELEASE_BUILD
app.setApplicationVersion(app.applicationVersion() + "d");
#endif
Expand Down
2 changes: 2 additions & 0 deletions web/content/docs/release-note.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: This is a multi-column Bluesky client.

## 2024

### v0.31.0 - 2024/5/31

- Add
- Add the feature to switch the display language
- Add the date of registration to account profile
Expand Down
2 changes: 2 additions & 0 deletions web/content/docs/release-note.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ description: マルチカラム対応Blueskyクライアント

## 2024

### v0.31.0 - 2024/5/31

- 追加
- 表示言語の切り替え機能を追加
- プロフィールに登録日を追加
Expand Down
8 changes: 4 additions & 4 deletions web/layouts/shortcodes/download_link.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<ul>
<li>Version 0.30.0 (2024/05/11)
<li>Version 0.31.0 (2024/05/31)
<ul>
<li>Windows : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.30.0/hagoromo_0.30.0_windows.zip">hagoromo_0.30.0_windows.zip</a></li>
<li>Ubuntu : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.30.0/hagoromo_0.30.0_linux.zip">hagoromo_0.30.0_linux.zip</a></li>
<li>MacOS : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.30.0/hagoromo_0.30.0_mac.zip">hagoromo_0.30.0_mac.zip</a></li>
<li>Windows : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.31.0/hagoromo_0.31.0_windows.zip">hagoromo_0.31.0_windows.zip</a></li>
<li>Ubuntu : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.31.0/hagoromo_0.31.0_linux.zip">hagoromo_0.31.0_linux.zip</a></li>
<li>MacOS : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.31.0/hagoromo_0.31.0_mac.zip">hagoromo_0.31.0_mac.zip</a></li>
</ul>
</li>
<li><a href="https://github.com/ioriayane/Hagoromo/releases">Other versions</a></li>
Expand Down

0 comments on commit 10dcb41

Please sign in to comment.