更新履歴 Changelog

Chro-NOS の各バージョンで追加された機能や改善点を時系列でまとめています。
新しいバージョンほど上に並びます。
What was added or improved in each version of Chro-NOS, in reverse chronological order.
The most recent version is at the top.

v0.4.2

表示の高速化・安定性の向上 Faster display · stability improvements Latest

2026-05-31
  • 共有フォルダ/ネットワークドライブ上のプロジェクトでも表示が軽快に: プロジェクト情報をローカルのデータベースから読み込むよう内部構造を刷新しました。共有サーバーや NAS 上に置いた .clip でも、ホーム画面・プロジェクト一覧・ダッシュボード・サムネイルの表示が大幅に速くなります。 Snappier display even for projects on shared folders / network drives: project information is now read from a local database. Even for .clip files stored on a shared server or NAS, the home screen, project list, dashboard, and thumbnails display much faster.
  • 全画面ローディングの廃止: 起動時や画面の切り替え時に画面全体がローディング表示で止まることがなくなり、すぐに操作を始められるようになりました。 No more full-screen loading: the whole screen no longer freezes on a loading indicator at startup or when switching screens, so you can start working right away.
  • 大容量ファイルのコミット高速化: サイズの大きい .clip の保存(コミット)処理を最適化し、待ち時間を短縮しました。 Faster commits for large files: optimized the save (commit) process for large .clip files to reduce waiting time.
  • 保存(コミット)が途中で失敗した際に、不要な一時データが残ってしまう問題を修正しました。 Fixed an issue where unnecessary temporary data could remain when a save (commit) failed midway.
  • ロールバック・自動保存・プロジェクト管理まわりで、エラーが表に出ず静かに失敗していた箇所を修正し、問題が起きた際に正しく検知できるようにしました。 Fixed places in rollback, auto-save, and project management where errors could fail silently, so problems are now detected correctly.
  • その他、内部的な安定性とテストカバレッジの強化を行いました。 Made further internal improvements to stability and test coverage.
v0.4.1

個別プロジェクト監視トグル・UI 全面刷新 Per-project monitoring toggle · UI redesign

2026-05-22
  • 個別プロジェクト監視トグル: ホーム画面・ログ画面から、プロジェクトごとに監視(自動コミット)を ON / OFF できるようになりました。最大 10 プロジェクトまで同時に監視できます。 Per-project monitoring toggle: you can now turn watching (auto-commit) on or off for each project from the home and log screens. Up to 10 projects can be watched at the same time.
  • ホーム画面・ログ画面の UI 全面刷新: shadcn/ui をベースにしたコンポーネントへ移行し、ダイアログ・ボタン・カードの見た目と操作感を改善しました。 Full UI redesign of the home and log screens: migrated to shadcn/ui-based components, improving the look and feel of dialogs, buttons, and cards.
  • ダッシュボードの全期間プリロード: ダッシュボードを開いた際に全期間のデータをバックグラウンドで先読みするため、期間タブの切り替えが即座に表示されるようになりました。 Dashboard full-range preload: when you open the dashboard, data for every time range is prefetched in the background, so switching period tabs now displays instantly.
  • サイドバーの「すべて表示」をクリックすると、左ペイン内でプロジェクト一覧を展開できるようになりました。 Clicking "Show all" in the sidebar now expands the full project list within the left pane.
  • ダッシュボードの「全期間」作業時間が正しく集計されない問題を修正しました。 Fixed an issue where the dashboard's "All time" work time was not aggregated correctly.
  • 監視設定の書き込みが並行実行時に競合し、エラーになることがある問題を修正しました。 Fixed an issue where concurrent writes to the monitoring settings could conflict and cause an error.
  • 監視上限に達した際、押し出されたプロジェクトの表示が正しく更新されない問題を修正しました。 Fixed an issue where, when the watch limit was reached, the display of the evicted project was not updated correctly.
  • ライトモードでの一部ボーダーの視認性を改善しました。 Improved the visibility of some borders in light mode.
  • その他、内部的な安定性とテストカバレッジの大幅な強化を行いました。 Made significant internal improvements to stability and test coverage.
v0.4.0

ホーム画面リニューアル・ログ操作強化 Home screen redesign · log operations

2026-05-11
  • ホーム画面の大幅リニューアル: パネル表示 / リスト表示の切り替え、ドラッグ&ドロップでの並び替え、プロジェクト名検索・ソート、監視対象外プロジェクトのサムネイルキャッシュ表示に対応しました。 Home screen redesign: switch between panel and list view, drag & drop to reorder, project name search & sort, and cached thumbnails for projects not currently being watched.
  • ログ画面の操作性向上: 複数コミットを選択して中間コミットを一括削除(rebase)、選択した連続コミットをひとつにまとめる(squash)機能を追加。orphaned コミット(分岐して孤立したコミット)をビジュアル上で区別表示し、復旧モード時の状態表示もログ画面に統合しました。 Log page improvements: select multiple commits to bulk-delete intermediate ones (rebase), or squash a continuous range into a single commit. Orphaned commits are visually distinguished, and recovery-mode status is now integrated into the log page.
  • 横断ビューの改善: ストレージ使用量を「.clip ファイル合計」と「バックアップ容量」に分けて表示。時系列グラフに折れ線 + 棒グラフのデュアル表示を追加し、プロジェクト行クリックで単一ビューへ直接遷移できるようになりました。ダークモードでのグラフ視認性も改善しています。 Cross-project view improvements: storage usage is now split into ".clip file total" and "backup size". The time-series chart now shows both line and bar graphs, and clicking a project row jumps directly to its single view. Dark-mode chart visibility has also been improved.
  • アプリ内から直接 CLIP STUDIO PAINT でファイルを開く機能を追加しました。 Added a feature to open the .clip file directly in CLIP STUDIO PAINT from within the app.
  • 横断ビューの集計基盤を SQLite ベースに刷新し、大量プロジェクトでも高速かつ安定して動作するようになりました。 Rebuilt the cross-project aggregation layer on SQLite, making it fast and stable even with many projects.
  • プロジェクト切替時のリソース管理を最適化し、直近作業中のプロジェクトを優先的に保持するようになりました。 Optimized resource management when switching projects, prioritizing the projects you've worked on most recently.
  • 監視対象外プロジェクトのサムネイル表示を復活させました。 Restored thumbnail display for projects not currently being watched.
  • 当日の作業時間が正しく集計されない問題を、複数の根本原因に対処して修正しました。 Fixed an issue where today's work time was not aggregated correctly, addressing multiple root causes.
  • macOS でトースト通知が自動消灯しない問題を修正しました。 Fixed an issue where toast notifications would not auto-dismiss on macOS.
  • CLIP STUDIO PAINT で保存直後に自動コミットが誤発動する問題を修正しました。 Fixed an issue where auto-commit could trigger incorrectly right after saving in CLIP STUDIO PAINT.
  • プロジェクト一覧の表示更新タイミングを改善しました。 Improved the timing of project list display updates.
v0.3.3

アップデート通知 UI の改善 Update notification UI improvement

2026-05-02
  • アップデート通知ダイアログに「今すぐ更新」ボタンを追加しました。ボタンを押すとダウンロードが開始され、完了後に再起動の確認が表示されます。「後で」を選んだ場合は次回アプリ終了時に自動で適用されます。 Added an "Update Now" button to the update notification dialog. Clicking it starts the download, and after completion you are prompted to restart. Choosing "Later" will automatically apply the update the next time you quit the app.
v0.3.2

自動アップデートの修正 Auto-update fix

2026-05-02
  • v0.3.0 以降、自動アップデートの仕組みが起動していなかった問題を修正しました。v0.3.2 以降は、アプリ起動時と 6 時間ごとに新バージョンを自動チェックし、更新があればダイアログで通知します。 Fixed an issue where the auto-update mechanism had not been running since v0.3.0. From v0.3.2 onward, the app automatically checks for new versions on startup and every 6 hours, notifying you via dialog when an update is available.
v0.3.1

安定性改善 Stability fix

2026-05-02
  • 自動セーブ処理との競合により、まれにブランチ一覧の取得に失敗してエラーになる問題を修正しました。 Fixed a rare issue where branch list retrieval could fail with an error due to a race condition with the auto-save process.
v0.3.0

自動セーブ・ファイル名変更・更新通知・コミット削除 Auto-save, rename / move, update notifications, commit deletion

2026-04-30
  • 🛟 自動セーブ(CSP「キャンバスの復元」連動) — CLIP STUDIO PAINT のキャンバス復元機能を Chro-NOS が自動的に取り込み、長時間保存していない作業や CSP のクラッシュからユーザーの作業を守ります。複数の .clip を同時編集していても、ファイル本体に埋め込まれたパス情報から正確に紐付けます。ログ画面の上部に「自動セーブ」カードが表示され、ワンクリックで復元できます。 🛟 Auto-save (linked with CSP's "Canvas Recovery") — Chro-NOS automatically picks up CLIP STUDIO PAINT's canvas recovery snapshots, protecting your work against long save-less stretches and unexpected crashes. When multiple .clip files are open simultaneously, they're matched accurately using path information embedded inside the file itself. An "Auto Save" card at the top of the log page lets you restore in one click.
  • 📁 ファイル名・場所の変更(履歴を継続したまま) — ホーム画面のプロジェクトカードに メニューを追加。.clip のリネームや別フォルダへの移動を Chro-NOS から実行でき、コミット履歴は自動で追従します。アクティブなプロジェクトでも安全に操作可能。 📁 Rename / move (with full history continuity) — A menu has been added to project cards on the home screen. You can rename a .clip or move it to another folder from inside Chro-NOS, and the commit history follows automatically. Safe to use even on the currently active project.
  • 🔔 自動アップデート UI — 新しいバージョンが公開されると、起動時または使用中に通知ダイアログが表示されます。ワンクリックで適用 → 再起動。設定で自動チェックの無効化も可能。 🔔 Auto-update UI — When a new version is released, a notification dialog appears on startup or while you're using the app. One click to apply, then restart. You can disable auto-checks in settings.
  • 🗑️ コミット削除機能 — 不要になったコミットをログ画面から削除できます。誤削除を防ぐため、現在の HEAD コミット / 子コミットを持つコミット / 自動セーブコミット / タグが付いているコミットは削除を拒否します。 🗑️ Commit deletion — You can now delete unwanted commits from the log page. To prevent accidental loss, deletion is refused for the current HEAD commit, commits with descendants, auto-save commits, and tagged commits.
  • ダッシュボードの横断ビューでフィルタボタンの視認性を向上(ライトモード時のコントラスト改善) Improved filter button visibility in the dashboard cross-project view (light mode contrast)
  • 自動セーブブランチをサイドバーから除外(アプリが自動管理するブランチのため) Excluded the auto-save branch from the sidebar (it's app-managed)
  • 自動セーブコミットにサムネイル抽出を追加(復元後の表示) Added thumbnail extraction to auto-save commits (for display after restore)
  • 11 言語の翻訳を更新(日 / 英 / 中(簡体 / 繁体)/ 韓 / 西 / 仏 / 独 / 葡 / 泰 / インドネシア) Translations updated for 11 languages (ja / en / zh-CN / zh-TW / ko / es / fr / de / pt / th / id)
  • 自動セーブから復元した後、過去履歴の一部が「メタデータ破損」と表示される問題 Fixed an issue where, after restoring from auto-save, part of the past history was shown as "metadata corrupted"
  • 複数の .clip を同時編集している時、自動セーブが別プロジェクトに誤紐付けされる問題 Fixed mis-attribution of auto-save snapshots when editing multiple .clip files at once
  • ファイル復旧モード中にサムネイルが表示されないキャッシュ汚染問題 Fixed a cache pollution bug that prevented thumbnails from displaying during file recovery mode
v0.2.2

新規プロジェクト追加と通知音の修正 Hotfix: new project initial commit + notification sound

2026-04-28
  • 新しい .clip を「プロジェクトを追加」から開いた直後、初回コミットが残らないことがある問題 Fixed an issue where the very first commit could be missing right after opening a new .clip via "Add project"
  • インストーラに通知音サンプルファイルが含まれず、通知音が鳴らないことがある問題 Fixed a bug where the notification sound sample wasn't bundled into the installer, leaving notifications silent
v0.2.1

初回起動時の Welcome ダイアログ + 公開リポ・LP 整備 Welcome dialog on first launch + public release infrastructure

2026-04-28
  • 新規ユーザー向けの Welcome ダイアログ — 表示言語 / カラーモード / 通知 / 利用データ / データ保存場所を 1 画面でまとめて設定できるようになりました Welcome dialog for new users — language, color mode, notifications, analytics opt-in, and data location can all be set in a single screen
  • 自動アップデートの配信先を公開リポ(chronos_public)に切り替え(v0.2.3 以降のビルドで有効) Switched the auto-updater target to the public release repository (chronos_public); active for builds from v0.2.3 onward
  • 公式サイト・ランディングページを公開(cohistudio-lab.com/chronos Launched the public landing page (cohistudio-lab.com/chronos)
v0.2.0

制作ダッシュボード + UI の β リブランド Project dashboard + β rebrand of the UI

2026-04-25
  • 制作ダッシュボード — 作業時間・コミット数・キャンバス情報・レイヤー集計を時系列で振り返れる画面を追加。横断ビューで複数プロジェクトをまとめて見ることもできます。 Project dashboard — A new screen to review work time, commit counts, canvas info, and layer aggregates over time. A cross-project view lets you see multiple projects at once.
  • UI を β 版に向けて全面リブランド(β UX 整理、手動コミット UI を非表示化) Full UI rebrand for the β release (β UX polish, manual commit UI hidden)

それ以前のバージョン Earlier versions

v0.1.x シリーズの内部 α 版や、より細かい修正履歴は GitHub Releases でご確認いただけます。 The v0.1.x internal-α series and finer-grained patch notes are available at GitHub Releases.