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
docs: update AGENTS.md for v1.3.0 with recent improvements
- Updated version from 1.2.0 to 1.3.0
- Added metadata preservation as new default behavior
- Updated command-line options to include --strip-metadata flag
- Added counter separation improvements for dry-run mode
- Documented recent changes in release process and workflow fixes
- Updated key behaviors section with new metadata and counter features
Copy file name to clipboardExpand all lines: AGENTS.md
+30-8Lines changed: 30 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,14 +4,15 @@
4
4
5
5
**ra2mp3** is a cross-platform bash script that converts RealAudio (.ra/.ram/.rm) files to MP3 format using FFmpeg. This project was created to help users migrate legacy audio files to a modern, widely-supported format.
6
6
7
-
### Current Status: v1.2.0 (Production Ready)
7
+
### Current Status: v1.3.0 (Production Ready)
8
8
- ✅ Full feature implementation complete
9
9
- ✅ Cross-platform support (macOS/Linux)
10
10
- ✅ Comprehensive testing with real RealAudio files
11
11
- ✅ Unicode and special character support
12
-
- ✅ Advanced command-line options
12
+
- ✅ Advanced command-line options with metadata preservation
13
13
- ✅ Semantic release automation and CI/CD workflows
14
14
- ✅ Automated changelog generation and PR title management
15
+
- ✅ Separated dry-run counters and improved metadata handling
15
16
16
17
## Repository Structure
17
18
@@ -40,11 +41,12 @@ ra2mp3/
40
41
## Core Features
41
42
42
43
### Main Script (`ra2mp3`)
43
-
-**Version:** 1.2.0
44
+
-**Version:** 1.3.0
44
45
-**Language:** Bash with strict error handling (`set -euo pipefail`)
-**Automation:** semantic-release handles version bumping and git tags
102
107
-**Update locations:** All 3 scripts (ra2mp3, install_macos.sh, install_linux.sh) + package.json
103
108
-**Release process:** Automated via GitHub Actions on main branch push
104
-
105
-
Note: CHANGELOG.md contains a 1.2.1 entry while scripts and package.json are at 1.2.0. The next semantic-release run should align versions by bumping the files accordingly.
109
+
-**Recent improvements:** Fixed version synchronization issues - all files now properly updated by semantic-release
0 commit comments