Releases: mashersan/XColumn
Releases · mashersan/XColumn
v1.35.0
v1.37.7
v1.34.6
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
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
===== 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
※使用に問題のない方はスキップでも大丈夫です
*If you have no problem with using it, you can skip it.
v1.34.3
v1.34.2
v1.34.1
v1.34.0
===== v1.34.0 (2026/01/23) =====
- 機能追加: 動画の自動再生を強制停止する機能を追加しました。XのWeb設定に関わらず、ブラウザレベルで自動再生を防ぎます(設定画面で切り替え可能)。
- 機能追加: 設定画面で「起動時に開くプロファイル(デフォルトプロファイル)」を指定できるようになりました。
- 機能改善: 設定画面でカラム幅(ColumnWidth)を変更した際のみ、全カラムに幅設定を即時適用するように改善しました(個別の幅設定を保持しやすくしました)。
- 不具合修正: カラム幅の設定を変更しても画面に反映されない問題を修正しました。
- New Feature: Added functionality to forcibly stop video autoplay. This prevents autoplay at the browser level regardless of X's web settings (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 in the Settings (preserving individual width adjustments).
- Bug Fix: Fixed an issue where column width changes in Settings were not being reflected on the screen.
v1.33.0
===== v1.33.0 (2026/01/22) =====
- 機能改善: アップデート通知ダイアログを「GitHubへ」「スキップ」「後で」の3択形式に変更し、特定のバージョンをスキップできるようにしました。
- 機能追加: 開発者ツールを有効にする
--enable-devtoolsオプションを追加しました。 - 機能追加: GPUアクセラレーションを無効にする
--disable-gpuオプションを追加しました。 - Improvement: Updated the update notification dialog to offer three options: "Go to GitHub", "Skip", and "Later", allowing users to mute notifications for specific versions.
- New Feature: Added
--enable-devtoolsoption to enable Developer Tools. - New Feature: Added
--disable-gpuoption to disable GPU acceleration.