Skip to content

Commit

Permalink
バージョン情報更新
Browse files Browse the repository at this point in the history
  • Loading branch information
ioriayane committed Jan 11, 2025
1 parent 1a6c76e commit cccaeec
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 @@ -95,7 +95,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.43.0"));
app.setApplicationVersion(QStringLiteral("0.44.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.

## 2025

### v0.44.0 - 2025/1/11

- Fix
- Fix a case where hiding content using content filter settings did not work
- Fix a bug that prevented the correct management of targets when the second or subsequent account was set as the main account
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クライアント

## 2025

### v0.44.0 - 2025/1/11

- 修正
- コンテンツフィルターの設定で非表示が効かないケースの修正
- 2番目以降のアカウントをメインに設定したときに正しく対象を管理できない不具合の修正
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.43.0 (2025/01/05)
<li>Version 0.44.0 (2025/01/11)
<ul>
<li>Windows : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.43.0/hagoromo_0.43.0_windows.zip">hagoromo_0.43.0_windows.zip</a></li>
<li>Ubuntu : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.43.0/hagoromo_0.43.0_linux.zip">hagoromo_0.43.0_linux.zip</a></li>
<li>MacOS : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.43.0/hagoromo_0.43.0_mac.zip">hagoromo_0.43.0_mac.zip</a></li>
<li>Windows : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.44.0/hagoromo_0.44.0_windows.zip">hagoromo_0.44.0_windows.zip</a></li>
<li>Ubuntu : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.44.0/hagoromo_0.44.0_linux.zip">hagoromo_0.44.0_linux.zip</a></li>
<li>MacOS : <a href="https://github.com/ioriayane/Hagoromo/releases/download/v0.44.0/hagoromo_0.44.0_mac.zip">hagoromo_0.44.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 cccaeec

Please sign in to comment.