Skip to content

Latest commit

 

History

History
108 lines (86 loc) · 5.55 KB

File metadata and controls

108 lines (86 loc) · 5.55 KB

Change Log

All notable changes to this repository will be documented in this file.
このリポジトリにおける主な変更点をここに記録します。

The format is based on Keep a Changelog,
but simplified for this project.
フォーマットは Keep a Changelog に基づきつつ、簡略化しています。


[Unreleased]

No plans


[v1.2.0] - 2026-01-06

Fixed

  • Fixed the sorting specification for --sort filename_time.
    • Before: Third element of filename (timestamp) + extension
    • After: Third element of filename (timestamp) + first element of filename (ID) + extension
  • Fixed an issue where posts with dates differing from the selected year/month in the year/month selector could appear. (Omitted consideration when changing display time to JST in V1.1.0)
  • Modified to display the year/month selector contents upon initial display.
  • --sort filename_time のときのソート仕様を修正した。
    • 修正前:ファイル名の3番目の要素(timestamp) + extension
    • 修正後:ファイル名の3番目の要素(timestamp) + ファイル名の1番目の要素(ID) + extension
  • 年月セレクターで選択した年月と異なる日時の投稿が表示されることがあった不具合を修正した。(V1.1.0で表示時刻をJSTに変更した際の考慮漏れ)
  • 初期表示時に年月セレクターの内容が表示されるように修正した。

Changed

  • Added support for the [ID]_[Type]_[Member]_[Time]_[Poster Name].txt format and output the poster name in HTML.
  • [ID]_[種別]_[メンバー]_[時刻]_[投稿メンバー名].txt 形式に対応し、HTMLに投稿メンバー名を出力するようにした。

[v1.1.2] - 2025-09-05

Changed

  • Changed arguments.(--input-path -> --input-dir、--output-path -> --output-dir)
  • Deprecated the use of the rich library to enable execution using only the standard library.
  • Changed to use the Logger object for console log output. Removed the file log output functionality.
  • 引数を変更した。(--input-path -> --input-dir、--output-path -> --output-dir)
  • 標準ライブラリだけで実行できるようにrichライブラリの使用をやめた。
  • コンソールへのログ出力にはLoggerオブジェクトを使用するように変更した。ファイルへのログ出力機能は削除した。

[v1.1.1] - 2025-08-27

Fixed

  • Previously assumed fixed-length when extracting dates/times from filenames; now extracts using underscores as delimiters.
  • Added "%%%" (three full-width percent characters) to the list of characters replaced in nicknames. (To accommodate the Mai Shiraishi Message app)
  • ファイル名に含まれる日時を取得する際に固定長を前提としていたが、"_"で区切って取得するように修正した。
  • nicknameの置換対象に"%%%"(全角%3つ)を追加した。(白石麻衣メッセージ対応)

Changed

  • Modified argument processing to use argparse.ArgumentParser.
  • Changed to specify the input folder and output folder using --input-path and --output-path, respectively.
  • Enhanced the console output.
  • Removed getMessageFileName(), which is no longer used in yu-quad's modification.
  • Performed a major refactoring.
  • 引数の処理をargparse.ArgumentParserを使用するように修正した。
  • 入力フォルダ、出力フォルダをそれぞれ --input-path、--output-path で指定するように変更した。
  • コンソールの出力内容を充実させた。
  • yu-quadさんの改修で使用されなくなった getMessageFileName() を削除した。
  • 大規模なリファクタリングを実施した。

Added

  • Added the sort option.
  • sortオプションを追加した。

[v1.1.0] - 2025-08-17

Fixed

  • Fixed a crash that occurred when Thumbs.db was present in the input folder (the folder where the colmsg file was saved).
  • Fixed a crash that occurred when the output folder did not exist.
  • Changed default message sorting to chronological order by timestamp.
  • 入力フォルダ(colmsgファイルを保存したフォルダ)にThumbs.dbがある場合に異常終了するのを修正した。
  • 出力フォルダが存在しない場合に異常終了するのを修正した。
  • メッセージが時系列に並ぶように修正した。

Changed

  • Modified the HTML output so that the time is displayed before the message.
  • Changed message timestamps to display in JST instead of GMT.
  • 時刻->メッセージの順に表示されるようにHTML出力を修正した。
  • メッセージに表示する時刻をGMTからJSTに変更した。

[v1.0.1] - 2025-08-17

Changed

  • README.md: Added“About this repository” and “Contributing”.
  • README.md: 「このリポジトリについて」と「コントリビュートについて」を追記

Added

  • ChangeLog.md: Created
  • ChangeLog.md: 新規作成

[v1.0.0] Initial integration - 2025-08-17

Added

Notes

  • This repository acknowledges and respects the contributions of the original authors.
  • このリポジトリは、これまでの貢献に対して敬意を表します。