Skip to content

Releases: kyutaze/colmsg_html

v1.2.0

06 Jan 12:47
cfc0f40

Choose a tag to compare

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

05 Sep 09:16

Choose a tag to compare

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

27 Aug 11:27

Choose a tag to compare

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

17 Aug 11:47

Choose a tag to compare

Fixed/Changed / 修正

  • 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.
  • Modified the HTML output so that the time is displayed before the message.
  • Changed default message sorting to chronological order by timestamp.
  • Updated message timestamps to display in JST instead of GMT.

 

  • 入力フォルダ(colmsgファイルを保存したフォルダ)にThumbs.dbがある場合に異常終了するのを修正した。
  • 出力フォルダが存在しない場合に異常終了するのを修正した。
  • 時刻->メッセージの順に表示されるようにHTML出力を修正した。
  • メッセージが時系列に並ぶように修正した。
  • メッセージに表示する時刻をGMTからJSTに変更した。

v1.0.1

17 Aug 09:16

Choose a tag to compare

Changed / 修正

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

v1.0.0 - Initial integration

17 Aug 08:33

Choose a tag to compare

Added / 追加

  • Merged feature/ui branch from yu-quad/colmsg_html into main.
  • Initial integration of improvements and UI changes made by yu-quad.

Notes / 注意

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