Skip to content

Sumifold v1.0.0

Latest

Choose a tag to compare

@TakeshiArai-18 TakeshiArai-18 released this 17 Aug 16:09
· 1 commit to main since this release

Sumifold 1.0.0 — 安定版 / Stable Release

Sumifold 初の安定版リリースです。引き続き未署名のため、初回起動時に SmartScreen 警告が出る場合は「詳細情報 → 実行」で起動してください。
The first stable release of Sumifold. Still unsigned — if SmartScreen warns on first run, choose "More info → Run anyway".

新機能 / New features

0.9.1 以降の変更をまとめています。/ Everything added since 0.9.1.

  • Git 連携: 変更ファイル一覧・差分表示・ステージ・コミットをサイドバーから操作できます(ローカル操作のみ。リモート連携は含みません)/ Git integration: review changes, stage, and commit from a sidebar — local operations only.
  • 行単位の変更表示とブロック単位のステージ: エディタの行番号横に変更マークが出て、差分のかたまりごとにステージできます / Change indicators & per-hunk staging: change marks appear in the gutter, and you can stage individual hunks.
  • コマンドパレット: Ctrl+P でファイルを開く、Ctrl+Shift+P でコマンドを検索・実行できます / Command palette: Ctrl+P to open files, Ctrl+Shift+P to search and run commands.
  • 設定画面: 設定を GUI で編集できるようになりました(従来は設定ファイルの直接編集のみ)/ Settings screen: settings are now editable in a GUI instead of only by hand-editing the config file.
  • 執筆フォーカスとタイプライタースクロール: 編集中の段落以外を淡く表示し、カーソル行を画面中央付近に保てます / Focus mode & typewriter scrolling: dim everything but the current paragraph, and keep the caret line centered.
  • エディタ内の書式表示(Live Preview): 見出し・強調・リンク・インラインコードがエディタ上でそのまま装飾表示されます(記法は消さずに淡く表示)/ In-editor formatting: headings, emphasis, links, and inline code are styled in place; markers stay visible but dimmed.
  • 選択時のツールバーと / 挿入メニュー: 選択するとツールバーが浮かび、行頭 / で見出し・リスト・表・コードブロック等を挿入できます / Floating toolbar & / menu: select text for a floating toolbar; type / at line start to insert headings, lists, tables, and code blocks.
  • プレビューの同期スクロール: エディタのスクロールにプレビューが追従します / Synced scrolling: the preview follows the editor as you scroll.
  • 画面の刷新: アイコンを統一し、通知をトーストに集約、余白・配色・アニメーションを整理しました / Refreshed UI: unified icons, toast notifications, and a cleaner spacing, color, and motion system.
  • 英語 UI の全面対応: 表示言語を英語に切り替えたときに日本語が残らないよう、UI 文字列を全面的に見直しました / Full English UI: all interface strings were audited so nothing stays Japanese when the language is set to English.
  • 大きな文書での入力の引っかかりを改善: 大規模ファイル編集時のプレビュー再描画を見直し、体感で約 3 割の改善を実測しました / Smoother typing in large documents: preview re-rendering was reworked, measured at roughly 30% faster on large files.
  • 表示倍率・改行・PDF 出力の改善: 拡大縮小がアプリ全体に効くようになり、Shift+Enter の明示的な改行と PDF の任意改ページに対応しました / Zoom, line breaks, and PDF: zoom now applies app-wide, Shift+Enter inserts an explicit line break, and PDF export supports manual page breaks.

既存ユーザーへの重要なお知らせ / Important notes for existing users

  • 自動保存が有効になります: これまで自動保存の間隔設定が実際には機能していませんでした。本バージョンで設定が正しく配線され、間隔が「オフ」のまま保存されていた設定は 30 秒間隔へ一度だけ移行 されます。自動保存の実行時に通知は表示されません。オフに戻すには「設定 → 自動保存の間隔」で「オフ」を選択してください。
    Autosave becomes active: the autosave interval setting was previously not wired to anything. This release connects it, and settings left at "off" from that period are migrated once to a 30-second interval. Autosave runs without showing a notification. To turn it off again, choose "Off" under Settings → Autosave interval.
  • 保存時に元の文字コードを維持します: これまで保存は常に UTF-8 で行われ、Shift_JIS などで開いたファイルは保存時に文字コードが変わり、BOM も失われていました。本バージョンからは開いたときの文字コードと BOM を維持して保存します。文字コードはステータスバーで確認できます。
    Files keep their original encoding on save: previously every save wrote UTF-8, so files opened as Shift_JIS (and any BOM) lost their encoding. This release preserves the encoding and BOM the file was opened with. The current encoding is shown in the status bar.

既知の制限 / Known limitations

  • 未署名のため SmartScreen 警告が出ます。初回起動時は「詳細情報 → 実行」を選択してください / Unsigned — SmartScreen may warn. On first run choose "More info → Run anyway".
  • Windows x64 のみ / Windows x64 only.

注意 / Notes

本ソフトウェアは AS-IS で提供されます。詳細は EULA をご確認ください。
Provided AS-IS. See the EULA for details.