Skip to content

Commit

Permalink
バージョン情報更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ioriayane committed Oct 12, 2024
1 parent 75ffe55 commit 3efc9da
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.38.0"));
app.setApplicationVersion(QStringLiteral("0.39.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.39.0 - 2024/10/12

- Add
- Add labels set for the account to the post thread
- Added a function to copy hashtags
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.39.0 - 2024/10/12

- 追加
- ポストスレッドにアカウントに設定されたラベルを追加
- ハッシュタグをコピーする機能を追加
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.38.0 (2024/09/28)
<li>Version 0.39.0 (2024/10/12)
<ul>
<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>
<li>Windows : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.39.0/hagoromo_0.39.0_windows.zip">hagoromo_0.39.0_windows.zip</a></li>
<li>Ubuntu : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.39.0/hagoromo_0.39.0_linux.zip">hagoromo_0.39.0_linux.zip</a></li>
<li>MacOS : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.39.0/hagoromo_0.39.0_mac.zip">hagoromo_0.39.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 3efc9da

Please sign in to comment.