annotaterb commit log (20260304)
annotaterb のコミットログを流し読みしました。
読んだコミットは下記です。
Add opt-in support for automatically annotating routes after migration tasks #293
auto_annotate_routes_after_migrate オプションを有効にすると、migration タスク実行後にも annotation が自動で付与されるようになりました。
refs: Add opt-in support for automatically annotating routes after migration tasks
Added command example for applying annotations to README #313
annotation を付与する処理の挙動が分かりやすくなるよう、README に使用例が追記されました。
refs: Added command example for applying annotations to README#
Fix column annotation alignment for CJK and fullwidth characters #315
annotation の表示では、これまで 3 バイト文字を 2 文字幅、それ以外を 1 文字幅として扱っていました。
しかし、CJK 文字のように 3 バイトでも 1 文字幅のものがあると、表示が崩れていました。
このため、Unicode のコード範囲から文字幅を算出するように変更されました。
ただし、すべての文字を網羅しているわけではないため、絵文字などには対応していないようです。
refs: Fix column annotation alignment for CJK and fullwidth characters#315
Add opt-in show_indexes_comments option to display index comments #319
show_indexes_comments オプションを有効にすると、index に付与されたコメントを表示できるようになりました。
refs: Add opt-in show_indexes_comments option to display index comments