You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,14 @@
1
1
# Changelog
2
2
3
+
## v1.2.0 - 2025-09-12
4
+
5
+
### Fixed
6
+
- The tool now correctly reads from standard input when no input file is specified or when '-' is used as the file name, allowing for proper pipeline usage.
7
+
8
+
### Changed
9
+
- Improved the CLI help message for clarity, explicitly marking required flags and providing a better usage example.
10
+
- Updated and synchronized `README.md` and `README.ja.md` to accurately reflect the tool's argument handling and usage.
0 commit comments