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

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

===============================================================
### 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.