Skip to content

Commit

Permalink
バージョン情報更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ioriayane committed Nov 1, 2024
1 parent 7825564 commit 8043258
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.39.0"));
app.setApplicationVersion(QStringLiteral("0.40.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.40.0 - 2024/11/1

- Add
- Add a link to user's profile if user is registered with Linkat
- Support for accepting attached images by drag and drop
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.40.0 - 2024/11/1

- 追加
- Linkatに登録があるときリンクをプロフィールに追加
- 添付画像をドラッグアンドドロップでの受付に対応
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.39.0 (2024/10/12)
<li>Version 0.40.0 (2024/11/01)
<ul>
<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>
<li>Windows : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.40.0/hagoromo_0.40.0_windows.zip">hagoromo_0.40.0_windows.zip</a></li>
<li>Ubuntu : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.40.0/hagoromo_0.40.0_linux.zip">hagoromo_0.40.0_linux.zip</a></li>
<li>MacOS : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.40.0/hagoromo_0.40.0_mac.zip">hagoromo_0.40.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 8043258

Please sign in to comment.