===============================================================

   _/   _/  _/_/_/    _/_/_/      _/    _/_/_/_/_/  _/_/_/_/
  _/   _/  _/    _/  _/   _/    _/ _/      _/      _/ 
 _/   _/  _/_/_/    _/   _/    _/_/_/     _/      _/_/_/_/
_/   _/  _/        _/   _/   _/    _/    _/      _/
 _/_/   _/        _/_/_/    _/     _/   _/      _/_/_/_/

===============================================================
### v1.53.1 (2026/07/15)
- 🐛 バグ修正: 「自動更新時にページをリロードしない (推奨)」がONでも、API制限保護の先回り停止からの復帰時に強制的にページ全体がリロードされてしまう不具合を修正しました（環境によっては約10分ごとにフルリロードが発生していました）。先回り停止からの復帰はソフトリフレッシュ（更新ボタンの自動クリック）を使用し、停止中に実際の429エラーが発生していた場合のみフルリロードします。
- 🐛 Bug fix: Fixed an issue where a full page reload was forced when resuming from the proactive rate-limit pause even with "Soft Refresh (No Reload)" turned ON (in some environments this caused a full reload roughly every 10 minutes). Resuming from a proactive pause now uses soft refresh (auto-clicking the in-page refresh button); a full reload is used only when an actual 429 error occurred while paused.
- 🐛 バグ修正: マルチディスプレイ環境でディスプレイを縦置き（回転）にすると、起動時にウィンドウが前回の位置へ復元されず、別のディスプレイで起動してしまう不具合を修正しました（DPIスケーリング使用時の画面外判定の誤りが原因です）。最大化状態も正しいディスプレイ上で復元されるようになります。
- 🐛 Bug fix: Fixed an issue on multi-display setups where, after rotating a display to portrait, the window was not restored to its previous position on startup and instead appeared on the other display (caused by incorrect off-screen detection under DPI scaling). The maximized state is now also restored on the correct display.

### v1.53.0 (2026/07/06)
- ✨ 機能追加: 設定→試験的に「ポップアップブロッカーを無効化する」を追加しました（要再起動・既定OFF）。ONにすると、「twitter画像原寸ボタン」など1クリックで複数の画像を新しいタブで開くタイプの拡張機能が、Chromeと同様にすべての画像を開けるようになります（ポップアップの制御はXColumn側で引き続き行われます）。
- ✨ New feature: Added "Disable popup blocker" to Settings -> Experimental (restart required, OFF by default). When ON, extensions that open multiple images with a single click (such as the "twitter image original-size button") can open all images in new tabs, just like in Chrome (popups are still controlled by XColumn itself).
- 🐛 バグ修正: 設定変更後の再起動確認で「はい」を選択してもアプリが再起動されない不具合を修正しました（言語変更時の再起動も同様に修正されます）。
- 🐛 Bug fix: Fixed an issue where choosing "Yes" in the restart confirmation after changing settings did not actually restart the app (this also fixes the restart after a language change).
- 🐛 バグ修正: 再起動時にWebView2の初期化エラー（0x8007139F）や内部エラーが発生することがある問題を修正しました。新しいインスタンスは旧プロセスの終了を待ってから起動します。
- 🐛 Bug fix: Fixed an issue where a WebView2 initialization error (0x8007139F) or an internal error could occur on restart. The new instance now waits for the previous process to exit before starting up.
- 🚀 機能改善: 設定画面からの再起動時に、現在使用中のプロファイルが維持されるようになりました。
- 🚀 Improved: Restarting from the Settings window now keeps the currently active profile.

### v1.52.1 (2026/07/03)
- 🐛 バグ修正: 自動更新の間隔を1時間（3600秒）以上に設定した際、カラムヘッダーのカウントダウン表示に時間の桁が反映されず、正しい残り時間が表示されない不具合を修正しました（1時間以上の残り時間は「時:分:秒」形式で表示します）。
- 🐛 Bug fix: Fixed an issue where, when the auto-refresh interval was set to one hour (3600 seconds) or longer, the countdown in the column header did not include the hours digit and showed an incorrect remaining time (remaining times of one hour or longer are now shown in "h:mm:ss" format).

### v1.52.0 (2026/06/28)
- 🚀 機能改善: 設定ウィンドウの変更を、OKを押さなくても項目を変更した時点で即座に反映するようにしました。これに伴い「キャンセル」ボタンを廃止しました（言語や動画自動再生の無効化など、再起動が必要な項目はウィンドウを閉じる際に確認します）。
- 🚀 Improved: Settings now apply the moment you change an item, without pressing OK. Accordingly, the "Cancel" button has been removed (items that require a restart, such as language and force-disabling video autoplay, are confirmed when you close the window).
- 🚀 機能改善: フォーカスモードの挙動を変更しました。一度フォーカスモードに入ると、プロフィールやハッシュタグ等をクリックして画面が移動しても解除されず、左上の「カラム一覧に戻る」ボタン（またはESCキー）を押すまでフォーカスモードを維持します。
- 🚀 Improved: Changed Focus Mode behavior. Once you enter Focus Mode, it no longer exits when you click a profile, hashtag, etc.; it stays in Focus Mode until you press the "Back to Columns" button at the top-left (or the ESC key).
- 🔧 内部変更: 設定の適用処理を一元化し、設定項目追加時の保守性を向上させました（動作・機能に変更はありません）。
- 🔧 Internal: Unified the settings-apply logic to improve maintainability when adding settings (no change to behavior or features).

### v1.51.0 (2026/06/27)
- 🐛 バグ修正: 特定の状況で全カラムが延々とリロードを繰り返す「無限リロード」不具合を修正しました。
- 🐛 Bug fix: Fixed an "infinite reload" issue where, under certain conditions, all columns kept reloading endlessly.
- 🚀 機能改善: 「API制限を無視（自動休止しない）」設定を、429検知だけでなくAPI残数監視による先回り停止にも適用するようにしました（保護を完全に無効化）。
- 🚀 Improved: The "Ignore API rate limit (don't auto-suspend)" setting now also applies to the proactive pause based on remaining-quota monitoring, not just 429 detection (protection is fully disabled).

### v1.50.2 (2026/06/22)
- 🐛 バグ修正: API制限(429)時の休止画面が、設定で非表示にしていても表示されてしまう不具合を修正しました
               （既定の「非表示」が正しく機能します。保護による自動休止・自動復帰の動作は従来どおりです）。
- 🐛 Bug fix: Fixed an issue where the rate-limit (429) pause screen could appear even when set to be hidden.
               The default "hidden" now works correctly (automatic pause/resume protection is unchanged).
- 🐛 バグ修正: カラムヘッダーの「戻る」ボタンが効かず、どのカラムでも履歴を戻れない不具合を修正しました。
- 🐛 Bug fix: Fixed an issue where the "Back" button in the column header did nothing,
               so no column could navigate back in history.

### v1.50.1 (2026/06/21)
- 🚀 機能改善: API制限(429)時の休止画面を既定で非表示にしました（設定→動作で表示に切替可）。
               表示を保ったまま自動で休止・復帰します。
- 🚀 Improved: The rate-limit (429) pause screen is now hidden by default (switchable in Settings -> Behavior).
                Columns pause/resume automatically while keeping the timeline visible.
- 🐛 バグ修正: API制限からの自動復帰が行われない場合がある不具合を修正しました。
- 🐛 Bug fix: Fixed an issue where a column could fail to auto-resume after a rate limit.
- 🐛 バグ修正: API残数表示が再起動時・新規カラム追加時に表示されない不具合を修正しました。
- 🐛 Bug fix: Fixed an issue where the API remaining count did not appear after restart or when adding a new column.
- 🐛 バグ修正: 自己更新後に旧実行ファイル(.old)が残っていても次回更新が失敗しないよう改善しました。
- 🐛 Bug fix: Made self-update more robust when a leftover old executable (.old) remains.
- 🎨 UI改善: 設定「動作」のAPI関連項目を「API / レート制限」セクションに整理しました。
- 🎨 UI: Grouped API-related options in Settings -> Behavior under a new "API / Rate Limit" section.
- 🎨 UI改善: カラムヘッダーの「メモリ解放(🧹)」ボタンを廃止しました（↻・💤で代替）。
- 🎨 UI: Removed the "Clear memory (🧹)" button from the column header (use ↻ or 💤 instead).

### v1.50.0 (2026/06/21)
- ✨ 機能追加: アプリ内自己更新機能を追加。GitHub Releases から最新版を取得し、ダウンロード→検証→再起動までを
               アプリ内で完結できます。更新通知ダイアログに「今すぐ更新」を追加しました。
- ✨ New feature: Added an in-app self-update feature. It fetches the latest release from GitHub Releases and
                  handles download, verification, and restart within the app. An "Update now" choice was added
                  to the update notification dialog.
- ✨ 機能追加: メニュー「ヘルプ」→「アップデート確認」を追加。任意のタイミングで最新版を手動確認できます。
- ✨ New feature: Added "Help" -> "Check for Updates" to manually check for a newer version anytime.
- ✨ 機能追加: メニュー「ツール」→「429到達推定」を追加。現在のカラム構成から、無操作時にAPI制限(HTTP 429)へ
               達するまでの目安時間を推定します（一般アカウント基準の概算）。
- ✨ New feature: Added "Tools" -> "Rate Limit (429) Estimate", which estimates how long until you would hit the
                  API limit (HTTP 429) with no interaction, based on your current columns (a rough estimate
                  assuming a non-Premium account).
- 🎨 UI改善: カラムヘッダーの自動更新アイコンの左に、現在のAPI残数を表示するオプションを追加
             （設定→表示でON/OFF。残数が少なくなると橙→赤で警告）。
- 🎨 UI: Added an option to show the current API remaining quota to the left of the auto-refresh icon in the
          column header (toggle in Settings -> Display; turns orange then red as it runs low).

### v1.49.1 (2026/06/19)
- 🐛 バグ修正: API残数の先回り停止からの自動復帰時に、リスト以外のカラム（ホームのフォロー中／おすすめ等）の
               表示が「ホーム（おすすめ）」にリセットされてしまう不具合を修正しました。
               復帰時に不要なページ遷移を行わず、表示中のページを保持したまま自動更新を再開します。
- 🐛 Bug fix: Fixed an issue where auto-resuming from a proactive rate-limit pause reset non-list columns
               (such as Home Following / For You) back to "Home (For You)".
               The column now keeps its current page and simply resumes auto-refresh without an unnecessary navigation.

### v1.49.0 (2026/06/18)
- 🚀 機能改善: API制限(HTTP 429)対策を強化。各カラムのAPI残数を監視し、残数が少なくなった時点で自動更新を
               先回りで一時停止することで、取得済みのタイムライン表示を破棄せず保持するようにしました
               （残僅少で注意表示、さらに少なくなると更新を一時停止）。制限が解除される時刻を過ぎると自動で更新を再開します。
- 🚀 Improved: Strengthened handling of API rate limits (HTTP 429). XColumn now monitors each column's remaining quota and
                proactively pauses auto-refresh before the limit is hit, keeping the already-loaded timeline visible
                (a caution state when low, a paused state when very low). It automatically resumes once the limit resets.
- 🎨 UI改善: カラムヘッダーに、API残数が少ない状態(⚠)と更新一時停止中(🚫)を示すアイコンを追加。
             一時停止中は手動更新ボタンを無効化し、リセットまでの残り時間を表示します。
- 🎨 UI: Added column-header icons for low remaining quota (⚠) and paused auto-refresh (🚫).
          While paused, the manual refresh button is disabled and the time until reset is shown.
- 🐛 バグ修正: v1.48.0 で追加した「X/Twitter以外のサイトを表示するカラムの自動更新時フルリロード」が、
               内部の分岐処理の誤りにより実際には機能していなかった不具合を修正しました。
- 🐛 Bug fix: Fixed an issue where the full reload on auto-refresh for non-X/Twitter site columns (added in v1.48.0)
               did not actually work due to an internal branching error.

### v1.48.0 (2026/06/18)
- 🚀 機能改善: X のAPI制限(HTTP 429)検知時の挙動を改善。従来は手動で復帰するまでカラムが休止し続けていましたが、
               応答内のリセット時刻(x-rate-limit-reset)を読み取り、制限が解除される時刻に自動でカラムを復帰させるようにしました。
               これにより、リスト等のカラムが制限で停止したまま戻らない問題を解消します。
- 🚀 Improved: Improved the behavior when an API rate limit (HTTP 429) is detected. Previously a column stayed suspended until you resumed it manually;
                now it reads the reset time (x-rate-limit-reset) from the response and automatically resumes the column when the limit clears.
                This resolves the issue where columns such as lists could remain stopped and not recover.
- ✨ 機能追加: API制限による休止画面に、自動で再開する予定時刻を表示するようにしました。
- ✨ New feature: The rate-limit suspend screen now shows the estimated time at which the column will automatically resume.
- 🚀 機能改善: X/Twitter以外のサイトを表示しているカラムは、「ソフト更新」設定に関わらず
               自動更新時に通常の再読み込み(F5相当)を行うようにしました（ソフト更新のキー送信はX上でのみ有効なため）。
- 🚀 Improved: Columns displaying non-X/Twitter sites now perform a normal reload (equivalent to F5) on auto-refresh
                regardless of the "Soft Refresh" setting (the soft-refresh key press only works on X).

### v1.47.0 (2026/06/17)
- ✨ 機能追加: 外部サイトへのリンクを開く場所を選べる設定を追加。
               「既定のブラウザ」「PiPウィンドウ」「アプリ内のフォーカスモード」から選択できます。
- ✨ New feature: Added a setting to choose where links to external sites open. 
                  You can select from "Default browser," "PiP window," or "in-app Focus Mode."
- ✨ 機能追加(試験的): X/Twitter以外の任意のWebページをカラムとして登録できる「サイトを追加」機能を追加。
                       設定の「試験的」タブでONにすると、新規カラム追加メニューに項目が表示されます。
- ✨ New feature (Experimental): Added an "Add site" feature to register any web page (not just X/Twitter) as a column. 
                                 Turn it on in the "Experimental" tab in Settings to show the item in the new-column menu.
- 🚀 機能改善: 複数カラムの自動更新が同じタイミングに集中してX のAPI制限(HTTP 429)に陥るのを防ぐため、更新間隔を少しずつ分散（ジッター）する仕組みを追加。
               設定の「動作」タブでON/OFFを切り替えられます。
- 🚀 Improved: Added a mechanism that staggers (jitters) refresh intervals so multiple columns don't refresh at the same moment and hit X's API limit (HTTP 429). 
                You can toggle it in the "Behavior" tab in Settings.
- ⚙ 設定追加: 「API制限(429)を無視する」設定を追加。
               ONにすると、X のAPI制限(HTTP 429)を検知してもカラムを自動で休止モードにしません。
- ⚙ Added setting: Added an "Ignore API limit (429)" option. 
                    When enabled, columns are not automatically switched to Suspend mode even when an API rate limit (HTTP 429) is detected.
- 🎨 UI改善: 設定画面を整理し、試験的な機能を専用の「試験的」タブに分離。
- 🎨 UI: Reorganized the Settings screen and moved experimental features into a dedicated "Experimental" tab.

### v1.46.1 (2026/06/16)
- 🐛 バグ修正: 休止画面の本文で、改行タグ（<br>）がそのまま文字として表示される不具合を修正。
- 🐛 Bug fix: Fixed an issue where a line-break tag (<br>) was shown as plain text in the suspend screen body.

### v1.46.0 (2026/06/16)
- ✨ 機能追加: X (Twitter) 上のYouTube動画の再生に対応。
               「動画クリック時に自動でPiP」がONの場合はPiPウィンドウで全画面表示し、OFFかつ「メディアクリック時に遷移しない」がOFFの場合はフォーカスモードで全画面表示します。
- ✨ New feature: Added playback support for YouTube videos on X (Twitter). 
                  When "Auto-open PiP on video click" is ON, the video opens fullscreen in a PiP window; when it is OFF and "Don't navigate on media click" is also OFF, it opens fullscreen in Focus Mode.
- 🚀 機能改善: 「動画クリック時に自動でPiPを開く」設定を、アプリを再起動しなくても即座に反映するように改善。
- 🚀 Improved: The "Auto-open PiP on video click" setting now applies immediately without restarting the app. 
- 🐛 バグ修正: マルチモニター環境で、カラムをドラッグ中に表示される影（ゴースト）が別のディスプレイに表示される不具合を修正。
- 🐛 Bug fix: Fixed an issue where the column drag ghost appeared on a different display in multi-monitor environments. 
- 🐛 バグ修正: DevTools有効時に、特定の箇所で右クリックするとコンテキストメニューが表示されない不具合を修正。
- 🐛 Bug fix: Fixed an issue where the context menu did not appear when right-clicking in certain areas while DevTools was enabled.

### v1.45.0 (2026/06/12)
- ✨ 機能追加: X (Twitter) のAPI制限（HTTP 429）を検知した際、該当カラムを自動的に休止モード（💤）へ切り替える機能を追加。
               制限中の無駄なリクエストを止めてサーバー負荷とアカウントへの影響を抑えます。
               復帰は💤ボタンの再クリックで行えます。
- ✨ New feature: Added automatic switching to Suspend mode (💤) for a column when an API rate limit (HTTP 429) is detected, halting unnecessary requests during the limit to reduce server load and impact on your account. 
                  Click the 💤 button again to resume.
- 🔧 内部変更: コードベースをMVVMアーキテクチャへ全面的に再編（名前空間と物理フォルダ構成の整理を含む）。
               アプリの動作・機能に変更はありません。
- 🔧 Internal: Refactored the codebase to an MVVM architecture (including namespace and folder restructuring). 
               No changes to app behavior or features.

### v1.44.2 (2026/05/27)
- 🚀 機能追加: 拡張機能の管理ウィンドウに、インポートした拡張機能の保存先をエクスプローラーで表示する「フォルダを開く」ボタンを追加
  🚀 Added feature: Added an "Open Folder" button to the extension management window to show the saved location of imported extensions in Explorer.
- 🚀 機能改善: 拡張機能の管理ウィンドウから拡張機能を削除する際、インポート時に作成されたフォルダとその配下のファイルも完全に削除するように動作を変更
  🚀 Improved: Changed the behavior when removing an extension from the management window to completely delete the physical folder and its files created during import.
- 🐛 バグ修正: 拡張機能が新しいウィンドウで独自の設定画面などを開こうとした際、OSのアプリ選択ダイアログが表示されてしまうエラーを修正し、アプリ内の画面で安全に開くように改善
  🐛 Bug fix: Fixed an issue where the OS app selection dialog was displayed when an extension tried to open its own settings page in a new window, and improved it to open safely within the app.

### v1.44.1 (2026/05/25)
- 🐛 バグ修正: 設定が正常に保存されない問題を修正
- 🐛 Bug fix: Fixed an issue where settings were not being saved correctly.

### v1.44.0 (2026/05/24)
- ⚙ 設定追加: PiPウィンドウを常に手前に表示する（最前面表示）オプションを追加。
      Added setting: Added an option to keep the PiP window always on top.
- 🚀 機能改善: 枠なしのPiPウィンドウの端をマウスで掴んでリサイズできるように操作性を改善し、デフォルトサイズを800x600に変更。
      Improved: Improved usability by allowing the borderless PiP window to be resized by dragging its edges, and changed the default size to 800x600.
- 🚀 機能改善: アプリ起動時およびプロファイル切り替え時、カラムを時間差で順次読み込むように変更し、多数のカラムが存在する場合のフリーズや読み込み失敗を防止。
      Improved: Changed column loading to sequential with a slight delay during app startup or profile switching, preventing freezes or load failures when many columns are present.
- 🐛 バグ修正: PiPウィンドウを変更したサイズや位置が保存されず、次回開いたときにリセットされてしまう問題を修正。
      Bug fix: Fixed an issue where the modified size and position of the PiP window were not saved and were reset the next time it was opened.
- 🐛 バグ修正: 「動画クリック時に自動でPiPで開く」および「カラムの上下2段表示」の設定が、アプリ再起動時にリセットされてしまう起動時の不具合を修正
      Bug fix: Fixed a startup timing issue where the "Auto PiP for video" and "2-tier column layout" settings were reset when the app restarted.

### v1.43.0 (2026/05/23)
- ✨ 機能追加: 動画やGIFをクリックした際、拡張機能に頼らずWPFネイティブの最前面PiP（ピクチャー・イン・ピクチャー）ウィンドウで再生する機能を追加。
      New feature: Added a native WPF top-most PiP (Picture-in-Picture) window for playing videos/GIFs without relying on browser extensions.
- ⚙ 設定追加: 設定画面のその他→試験的機能に、動画クリック時に自動でPiPで開くオプションを追加。
     Added setting: In the settings screen, under Other → Experimental Features, an option has been added to automatically open videos in Picture-in-Picture (PiP) when clicked.
- 🚀 機能改善: X (Twitter) の複雑なSPA遷移（クリックイベント）をC#側で高精度にインターセプトし、確実なPiP切り替えを実現。
      Improved: Achieved reliable PiP switching by accurately intercepting X (Twitter)'s complex SPA transitions (click events) on the C# side.
      
### v1.42.0 (2026/05/23)
- 🚀 機能追加: リストを大量に使用するユーザー向けに、カラムの上下2段表示レイアウトを追加（等分割との併用や移動も可能）。
      New feature: Added a 2-tier column layout for heavy list users (can be combined with uniform grid spacing and moved naturally).
- 🚀 機能改善: カラム移動後にフォーカスモードを起動すると元のカラムが手前に被る問題（Airspace問題）を修正し、安定性とパフォーマンスを向上。
      Improved: Fixed the "Airspace" issue where relocated columns appeared on top of Focus Mode, improving stability and performance.
- 🚀 機能改善: アプリ内のハードコードされた日本語文字列を見直し、英語モードでの多言語表示を強化。
      Improved: Reviewed hardcoded Japanese strings to enhance multi-language (English) display across the UI.
- 💖 その他: ヘルプメニューに「ご支援・寄付」項目（Buy Me a Coffee / GitHub Sponsors）を追加。
      Other: Added a "Support / Donate" item (Buy Me a Coffee / GitHub Sponsors) to the Help menu.
      
### v1.41.0 (2026/05/19)
- 🚀 機能追加: 複数アカウント（マルチプロファイル）に対応。試験的機能として別プロファイルのタイムラインを追加する機能を追加。
      New feature: Added support for multiple accounts (multi-profile). Added a feature to add timelines from other profiles as an experimental feature.
- 🚀 機能改善: 試験的機能（別プロファイル追加）のON/OFF設定を追加し、メニュー表示を動的に切り替えるように改善。
      Improved: Added an ON/OFF setting for experimental features (adding other profiles) and improved the menu to toggle visibility dynamically.
- 🚀 機能改善: マルチプロファイル環境におけるセッション誤爆を防止するため、カラムの所属プロファイルに応じたフォーカスモードの制御を強化。
      Improved: Enhanced focus mode control based on the column's profile to prevent session contamination in multi-profile environments.
- 🐛 バグ修正: カラムヘッダーの自動更新アイコンがスクロール時に正しく変化しない問題を修正。
      Bug fix: Fixed an issue where the column header auto-refresh icon would not update correctly when scrolling.
- 🐛 バグ修正: スクロール検知や動画自動再生無効設定が、既存のカラムへ即時反映されない問題を修正。
      Bug fix: Fixed an issue where scroll detection and video autoplay disable settings were not immediately reflected in existing columns.

### v1.40.1 (2026/05/16)
- 🐛 バグ修正: フォーカスモード設定が即時反映されない問題を修正。
      Bug fix: Fixed an issue where focus mode settings were not immediately applied.
- 🐛 バグ修正: カラムを追加したあとにフォーカスモードになると表示が崩れる事がある問題修正。
      Bug fix: Fixed an issue where the display would sometimes become corrupted when entering focus mode after adding a column.
- 🚀 機能改善: フォーカスモード遷移の動作を見直し、一部条件で画像が拡大表示されないことがある問題を修正。
      Improved: Revised the behavior of focus mode transitions and fixed an issue where images might not enlarge under certain conditions.

### v1.40.0 (2026/05/04)
- ✨ 機能追加:メモリ消費を大幅に削減できる「休止（💤）」ボタンをカラム上部に追加しました。
               クリックすると重いページを一時的に軽量な待機画面に置き換えてメモリを解放し、再度クリックで元のページに復帰します。
  - New Feature: Added a "Suspend (💤)" button at the top of columns to drastically reduce memory consumption.
                 Clicking it temporarily replaces heavy pages with a lightweight standby screen to free up memory, and clicking it again restores the original page.
- 🐛 バグ修正: メニューからプロファイルを切り替えて再起動した際、選択したプロファイルではなくデフォルトのプロファイルが開いてしまう問題を修正しました。
  - Bug Fix: Fixed an issue where restarting the app after switching profiles from the menu would incorrectly open the default profile instead of the selected one.
- 🚀 機能改善: サーバー稼働状況（右上のステータスアイコン）の監視ロジックを見直し、バックグラウンドの軽微な通信エラーやキャンセルによって過敏に「接続不可」や「API制限中」と表示されてしまう問題を改善しました。
  - Improvement: Revised the monitoring logic for the server status indicator (top right), resolving an issue where it would overly sensitively display "Disconnected" or "Rate Limited" due to minor background network errors or cancellations.

### v1.39.0 (2026/03/28)
- ✨ 機能追加: カラムの誤操作（意図しない「閉じる」や「戻る」）を防ぐ「カラムロック機能」を追加しました。
               カラムの⚙メニュー、または「✖」ボタンのCtrl+クリックで切り替え可能です（ロック中はボタンが🔒アイコンに変化し、戻るボタンが無効化されます）。
  - New Feature: Added a "Column Lock" feature to prevent accidental column closures or back navigation. 
                 This can be toggled via the column's ⚙ menu or by Ctrl-clicking the "✖" button (when locked, the close button changes to a 🔒 icon and the back button is disabled).

### v1.38.0 (2026/03/15)
- ✨ 機能追加: 設定画面の「基本動作」に「TLトップ判定の許容誤差(px)」を追加し、画像読み込み時などの微小なスクロールズレで意図せず自動更新が停止してしまう問題を回避できるようになりました。
  - New Feature: Added a "Scroll Top Tolerance (px)" setting to prevent auto-refresh from unexpectedly suspending due to minor scroll shifts caused by image loading.

### v1.37.1 (2026/03/02)
- 🐛 不具合修正: サムネイルサイズ変更が正常に動作していなかった問題を修正
  - Bug fix: Fixed an issue where thumbnail resizing was not working properly.

### v1.37.0 (2026/03/02)
- ✨ 機能追加: カラムの設定メニューに「画像サイズ(%)」を追加し、タイムライン上の画像や動画のサムネイル表示サイズ（倍率）を個別に変更できるようになりました。
  - New Feature: Added an "Image Size (%)" setting to the column settings menu, allowing users to individually adjust the thumbnail display size (zoom level) of images and videos on the timeline.
- 🐛 不具合修正: 右上の音量調節スライダーが正常に機能しない問題を修正しました。
  - Bug fix: Fixed an issue where the volume control slider in the top right corner was not working properly. 

### v1.36.1 (2026/02/22)
- 🐛 不具合修正: 「ポストクリック時に遷移しない」設定を有効にしている際、複数画像のポストで画像を拡大表示し、矢印ボタン（次へ/前へ）で画像を切り替えようとすると、ポスト単体のページへ遷移してしまう問題を修正しました。
  - Bug fix: Fixed an issue where attempting to switch images using the arrow buttons in an expanded view of a multi-image post would cause an unintended transition to the individual post page when the "Disable Focus Mode on Tweet Click" setting was enabled.

### v1.36.0 (2026/02/22)
- ✨ 機能追加: カラムのヘッダーに、自動更新の待機中（🔄）やスクロールによる保留中（⏸）を視覚的に確認できるステータスアイコンを追加しました。
  - New Feature: Added a status icon to the column header to visually indicate whether auto-refresh is waiting (🔄) or pending due to scrolling (⏸).
- 🐛 不具合修正: 「ポストクリック時に遷移しない」設定を有効にしている際、「引用を表示」などのリンクが正しく動作しない問題を修正しました。
  - Bug fix: Fixed an issue where links such as "Show quotes" would not work correctly when the "Disable Focus Mode on Tweet Click" setting was enabled.

###v1.35.0 (2026/02/19)
- ✨ 機能追加: ポストの投稿日時を相対時刻（○分前など）ではなく、絶対時刻（YYYY/MM/DD HH:mm）で表示する設定を追加しました。
  - New Feature: Added a setting to display post times as absolute times (e.g., YYYY/MM/DD HH:mm) instead of relative times.

### v1.34.7 (2026/02/18)
- 🐛 不具合修正:スナップ機能が有効な際、メインモニターの上側や左側に配置されたサブモニターへウィンドウを移動できない問題を修正しました。
  - Bug fix: Fixed an issue where the window could not be moved to sub-monitors positioned above or to the left of the main monitor when the snap feature is enabled.

### v1.34.6 (2026/02/17)
- 🐛 不具合修正: ホーム画面左側の「ポストする」ボタンを押しても投稿画面が表示されない問題を修正しました。
  - Bug fix: Fixed an issue where the "Post" button on the left menu would not open the compose screen.
- 🐛 不具合修正: 「メディアクリック時に遷移しない」設定が正しく機能していなかった問題を修正しました。
  - Bug fix: Fixed an issue where the "Disable Focus Mode on Media Click" setting was not working correctly.

### v1.34.5 (2026/02/17)
- 🐛 不具合修正: ウィンドウ座標が負の値になった際にオーバーフローでクラッシュする問題を修正しました。
  - Bug fix: Fixed a crash issue caused by overflow when window coordinates became negative.
- 🐛 不具合修正: API制限（レートリミット）やサーバーエラー発生時、ステータス表示が正常のままになってしまう問題を修正しました。
  - Bug fix: Fixed an issue where the status indicator remained normal during API rate limits or server errors.
- 🐛 不具合修正: 返信の添付画像をクリックした際、親ポストの画像が表示されてしまう問題を修正しました。
  - Bug fix: Fixed an issue where clicking an attached image in a reply would display the parent post's image instead.

### v1.34.4 (2026/02/13)
- 🐛 不具合修正: クラッシュ問題の仮修正（座標計算に使用する変数をintからlongに変更）。
  - Bug fix: Tentative fix for crash issue (Changed variables used for coordinate calculation from int to long).

### v1.34.2 - v1.34.3 (2026/02/12)
- 🐛 不具合修正: クラッシュ問題の仮修正。
  - Bug fix: Tentative fix for crash issue.

### v1.34.1 (2026/01/26)
- 🐛 不具合修正: 新規プロファイルでログインできない問題を修正しました。
  - Bug fix: Fixed an issue where new profiles could not log in.

### v1.34.0 (2026/01/23)
- ✨ 機能追加: 動画の自動再生を強制停止する機能を追加しました（設定画面で切替可）。
  - New Feature: Added functionality to forcibly stop video autoplay (Toggleable in Settings).
- ✨ 機能追加: 設定画面で「起動時に開くプロファイル（デフォルトプロファイル）」を指定できるようになりました。
  - New Feature: Added an option to set the "Default Profile" to be opened at startup in the Settings.
- 🚀 機能改善: 設定画面でカラム幅を変更した際のみ、全カラムに幅設定を即時適用するように改善しました。
  - Improvement: Improved behavior to only apply column width settings to all columns when the width value is actually changed.
- 🐛 不具合修正: カラム幅の設定を変更しても画面に反映されない問題を修正しました。
  - Bug Fix: Fixed an issue where column width changes in Settings were not being reflected on the screen.

### v1.33.0 (2026/01/22)
- 🚀 機能改善: アップデート通知ダイアログを「GitHubへ」「スキップ」「後で」の3択形式に変更しました。
  - Improvement: Updated the update notification dialog to offer three options: "Go to GitHub", "Skip", and "Later".
- ✨ 機能追加: 開発者ツールを有効にする `--enable-devtools` オプションを追加しました。
  - New Feature: Added `--enable-devtools` option to enable Developer Tools.
- ✨ 機能追加: GPUアクセラレーションを無効にする `--disable-gpu` オプションを追加しました。
  - New Feature: Added `--disable-gpu` option to disable GPU acceleration.

### v1.32.0 (2026/01/13)
- 🚀 機能改善: フォーカスモード（詳細表示）を、画面全体を覆うモーダル（オーバーレイ）表示に刷新しました。
  - Improvement: Revamped Focus Mode (detailed view) to a modal (overlay) display that covers the entire window.

### v1.31.0 (2026/01/05)
- ✨ 機能追加: 各カラムの設定メニューに、表示倍率（ズーム）を変更する機能を追加しました。
  - New Feature: Added a "Zoom" setting to the column settings menu.
- 🚀 機能改善: 設定メニューの入力欄（更新間隔・ズーム）でEnterキーを押した際、即座に値を反映するようにしました。
  - Improvement: Pressing Enter in the settings input boxes now immediately applies the changes.

### v1.30.1 (2026/01/02)
- 🎨 UI改善: 設定画面のタブに「その他」を追加し、一部設定を移動しました。
  - UI Improvements: Added an "Other" tab to the Settings screen and moved some settings.

### v1.30.0 (2026/01/01)
- ✨ 機能追加: 各カラムの設定メニューから、カラムごとの幅を個別に設定できるようになりました。
  - New Feature: Added the ability to set individual column widths from the column settings menu.
- ✨ 機能追加: 設定画面に「起動時に最新版をチェックする」オプションを追加しました。
  - New Feature: Added an option to toggle "Check for updates on startup" in the settings.
- 🐛 不具合修正: サーバー監視の間隔設定が再起動後にリセットされてしまう問題を修正しました。
  - Fix: Resolved an issue where the server check interval setting was not saved across restarts.

### v1.29.3 (2025/12/30)
- 🐛 不具合修正: カラム設定メニューから「RT非表示」「Rep非表示」を切り替えた際、即座に反映されない問題を修正しました。
  - Fix: Fixed an issue where toggling "Hide RT" or "Hide Rep" would not immediately reflect on the screen.

### v1.29.2 (2025/12/29)
- 🚀 機能改善: カラムヘッダーのレイアウトを刷新し、設定項目を歯車メニュー内に集約しました。
  - Improvement: Redesigned the column header layout. Settings are now consolidated in a gear menu.
- 🚀 機能改善: ウィンドウのタイトルバーに、現在のバージョンと使用中のプロファイル名を表示するようにしました。
  - Improvement: The window title bar now displays the current version and active profile name.

### v1.29.1 (2025/12/29)
- 🐛 不具合修正: オフタイマー設定が正常に保存されない不具合を修正しました。
  - Fix: Fixed an issue where Off-Timer settings were not saved correctly.

### v1.29.0 (2025/12/29)
- ✨ 機能追加: オフタイマー（自動終了）機能を実装しました。
  - New Feature: Added Off-Timer (Auto Shutdown) functionality.
- 🚀 機能改善: カラムの自動更新間隔の入力欄でEnterキーを押した際、即座に設定を反映するように改善しました。
  - Improvement: Pressing Enter in the auto-refresh interval box now immediately applies the setting.
- 🐛 不具合修正: フォーカスモードでの入力中にカーソルキーでカラム移動してしまう問題を修正しました。
  - Fix: Resolved an issue with arrow key navigation while typing in Focus Mode.
- 🐛 不具合修正: 旧IME使用時などに、自動更新によって入力内容が勝手に確定されてしまう問題を修正しました。
  - Fix: Fixed an issue where auto-refresh would interrupt input when using legacy IME.

### v1.28.0 (2025/12/22)
- ✨ 機能追加: カラム追加メニューに「ユーザー」を追加しました。
  - New Feature: Added "User..." to the Add Column menu.
- ✨ 機能追加: 設定画面に、X (Web) の「表示設定」「自動再生設定」へのリンクを追加しました。
  - New Feature: Added links to X (Web) Display/Autoplay settings in app settings.
- 🐛 不具合修正: Chrome拡張機能の名前が正しく表示されない問題を修正しました。
  - Fix: Fixed an issue where names of some Chrome extensions were incorrect.

### v1.27.0 (2025/12/21)
- ✨ 機能追加: カラムの「クリア」機能（🧹ボタン）を実装しました。メモリ解放に役立ちます。
  - New Feature: Implemented a "clear" function (🧹 button) for columns to free up memory.

### v1.26.0 (2025/12/19)
- ✨ 機能追加: 「新規カラムを追加」メニューに「グローバルトレンド」を追加しました。
  - New Feature: Added "Global Trend" to the "Add New Column" menu.

### v1.25.3 (2025/12/19)
- 🐛 不具合修正: 画像表示から戻った際、スクロール位置が意図しない場所に戻ってしまう問題を修正しました。
  - Fix: Fixed a bug where returning from an image view would restore an incorrect scroll position.

### v1.25.2 (2025/12/18)
- ✨ 機能追加: 設定画面に「リスト自動遷移の待機時間」の設定項目を追加しました。
  - Feature: Added "List Auto-Transition Wait Time" setting.
- 🚀 機能改善: リスト自動遷移のロジックを刷新し、安定性を向上させました。
  - Improvement: Revised list auto-transition logic for better stability.
- 🎨 UI修正: 設定画面の「OK/キャンセル」ボタンのサイズを拡大しました。
  - UI Fix: Enlarged OK/Cancel buttons in Settings.

### v1.25.1 (2025/12/18)
- 🐛 不具合修正: 拡張機能設定で保存せずに戻ろうとした際のフリーズ問題を修正しました。
  - Fix: Resolved an app freeze issue when closing extension settings without saving.
- 🚀 機能改善: 「拡張機能の管理」ウィンドウのレイアウトを修正しました。
  - Improvement: Fixed layout resizing behavior in the "Manage Extensions" window.

### v1.25.0 (2025/12/16)
- ✨ 機能追加: ESCキーでカラムの「戻る」操作やフォーカスモードの終了ができるようになりました。
  - Feature: Added ESC key support for "Back" navigation and closing Focus Mode.
- 🚀 機能改善: カラム遷移から戻った際のスクロール位置ズレを補正する機能を追加しました。
  - Improvement: Added scroll position correction when returning from column transitions.
- 🐛 不具合修正: 設定ページなどを開いたまま終了すると、次回起動時にカラムが消滅する問題を修正しました。
  - Fix: Fixed an issue where columns would disappear if the app was closed while viewing settings.

### v1.24.2 (2025/12/12)
- 🐛 不具合修正: テキスト選択時の右クリックメニューが正しく表示されない問題を修正しました。
  - Fix: Fixed an issue where the right-click menu was not displaying correctly when selecting text.

### v1.24.1 (2025/12/12)
- 🐛 不具合修正: 画像ダウンロード時に拡張子が正しく付与されない問題を修正しました。
  - Fix: Fixed an issue where image downloads were missing the correct file extension.

### v1.24.0 (2025/12/11)
- ✨ 機能追加: 画像の右クリックメニューに「名前を付けて画像を保存」を追加しました。
  - Feature: Added "Save image as..." to the image right-click menu.
- ✨ 機能追加: リンクの右クリックメニューに「リンクのアドレスをコピー」を追加しました。
  - Feature: Added "Copy link address" to the link right-click menu.

### v1.23.0 (2025/12/10)
- ✨ 機能追加: ホーム画面を経由して自動的にリスト一覧ページへ遷移する機能を追加しました。
  - Feature: Added automatic transition to the List page via Home (List Auto-Nav).
- 🐛 不具合修正: カラム上部URLの表示設定が正しく保存されるよう修正しました。
  - Fix: Fixed an issue where the column URL display setting was not saved correctly.

### v1.22.0 - v1.22.1 (2025/12/10)
- ✨ 機能追加: 右クリックメニューに「コピー」「貼り付け」「切り取り」「Googleで検索」を追加しました。
  - Feature: Added Copy, Paste, Cut, and "Search Google" to the right-click menu.
- ✨ 機能追加: カラム上部のURLバーの表示/非表示を切り替える設定を追加しました。
  - Feature: Added a setting to toggle the visibility of the column URL bar.
- 🎨 UI修正: 設定ウィンドウやNGワード設定画面のUI微調整を行いました。
  - UI Fix: Adjusted button sizes and text layout in Settings.

### v1.21.0 (2025/12/09)
- ✨ 機能追加: NGワード（ミュート）機能を追加しました。
  - Feature: Added NG Word (Mute) functionality.
- 🚀 機能改善: プロファイルの複製機能を追加しました。
  - Improvement: Added profile duplication feature.

### v1.20.0 (2025/12/09)
- ✨ 機能追加: 多言語対応（日本語 / 英語）を追加しました。
  - Feature: Added multi-language support (Japanese / English).

### v1.19.0 (2025/12/09)
- ✨ 機能追加: インストール済みChrome拡張機能をインポートする機能を追加しました。
  - Feature: Added feature to import extensions from local Chrome browser.

### v1.18.3 (2025/12/08)
- 🔧 仕様変更: カラムへのジャンプショートカットキーを「Ctrl + 数字キー」に変更しました。
  - Change: Column jump shortcuts changed to "Ctrl + Number".
- 🐛 不具合修正: 設定保存周りの不具合修正と、IME入力中の誤動作対策を行いました。
  - Fix: Fixed setting save issues and IME input conflicts.

### v1.18.0 - v1.18.2 (2025/12/03-04)
- ⚙️ 設定追加: 未読位置保持設定を追加しました。
  - Setting: Added "Keep Unread Position" setting.
- 🐛 不具合修正: 自動更新タイマーや未読位置保持機能の微修正。
  - Fix: Minor fixes for auto-refresh timer and unread position keeping.

### v1.17.0 (2025/12/01)
- 🎨 UI刷新: ModernWpfUIを導入し、Windows 11ライクなモダンなデザインに刷新しました。
  - UI Refresh: Adopted ModernWpfUI for a Windows 11-like design.

### v1.16.0 (2025/11/30)
- ✨ 機能追加: キーボードショートカット（矢印キー、PageUp/Down等）によるナビゲーション機能を追加しました。
  - Feature: Added keyboard navigation shortcuts.

### v1.15.0 (2025/11/29)
- 🎨 UI刷新: ツールバーを標準的なメニューバーに変更しました。
  - UI Refresh: Changed the toolbar to a standard menu bar.

### v1.14.0 (2025/11/29)
- ✨ 機能追加: トレンドワードクリック時に自動で検索カラムを追加する機能を追加しました。
  - Feature: Added auto-search column creation when clicking trend words.

### v1.13.0 (2025/11/28)
- ✨ 機能追加: カラムヘッダーに戻るボタン「←」を追加しました。
  - Feature: Added a "Back" button to the column header.

### v1.12.0 (2025/11/28)
- ✨ 機能追加: カラムごとに「リプライ（返信）」を非表示にする機能を追加しました。
  - Feature: Added ability to hide replies per column.

### v1.11.0 (2025/11/26)
- ✨ 機能追加: X(Twitter)サーバーへの接続状態を常時監視する機能を追加しました。
  - Feature: Added server status monitoring feature.

### v1.10.0 (2025/11/26)
- ✨ 機能追加: ウィンドウ移動時に画面端や他のウィンドウに吸着するスナップ機能を追加しました。
  - Feature: Added window snapping functionality.

### v1.9.0 (2025/11/25)
- ⚙️ 設定追加: フォント設定、カラムごとのリポスト非表示設定を追加しました。
  - Setting: Added font settings and per-column repost hiding.

### v1.8.0 (2025/11/25)
- ✨ 機能追加: 音量スライダー、カスタムCSS、レイアウト設定の強化を行いました。
  - Feature: Added volume slider, custom CSS, and enhanced layout settings.

### v1.7.0 (2025/11/22)
- ⚙️ 設定追加: 自動更新時の「ソフト更新（リロードなし）」オプションを追加しました。
  - Setting: Added "Soft Refresh" (no reload) option.

### v1.6.0 (2025/11/22)
- ✨ 機能追加: 左側メニューの非表示などの表示カスタマイズを追加しました。
  - Feature: Added display customization options like hiding the left menu.

### v1.5.0 (2025/11/18)
- ✨ 機能追加: Chrome拡張機能（広告ブロッカーなど）の導入をサポートしました。
  - Feature: Added support for Chrome extensions (Ad-blockers, etc.).

### v1.4.0 (2025/11/17)
- ✨ 機能追加: 複数プロファイル機能を追加しました。
  - Feature: Added multiple profile support.

### v1.0.0 (2025/11/09)
- 🎉 初期リリース: TweetDeskとして公開。
  - Initial Release: Released as TweetDesk.