Skip to content

Commit

Permalink
バージョン情報更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ioriayane committed Sep 28, 2024
1 parent 428b2e9 commit 3c8f7c2
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 @@ -91,7 +91,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.37.0"));
app.setApplicationVersion(QStringLiteral("0.38.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.38.0 - 2024/9/28

- Update
- Make the implementation of pinned posts officially compliant
- Change the flow when there are unauthenticated accounts
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.38.0 - 2024/9/28

- 更新
- 固定ポストを公式準拠に変更
- 認証できないアカウントがあるときのフローを変更
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.37.0 (2024/09/22)
<li>Version 0.38.0 (2024/09/28)
<ul>
<li>Windows : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.37.0/hagoromo_0.37.0_windows.zip">hagoromo_0.37.0_windows.zip</a></li>
<li>Ubuntu : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.37.0/hagoromo_0.37.0_linux.zip">hagoromo_0.37.0_linux.zip</a></li>
<li>MacOS : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.37.0/hagoromo_0.37.0_mac.zip">hagoromo_0.37.0_mac.zip</a></li>
<li>Windows : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.38.0/hagoromo_0.38.0_windows.zip">hagoromo_0.38.0_windows.zip</a></li>
<li>Ubuntu : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.38.0/hagoromo_0.38.0_linux.zip">hagoromo_0.38.0_linux.zip</a></li>
<li>MacOS : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.38.0/hagoromo_0.38.0_mac.zip">hagoromo_0.38.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 3c8f7c2

Please sign in to comment.