Skip to content

Commit 15ec679

Browse files
chore(release): 1.4.0
# [1.4.0](v1.3.0...v1.4.0) (2025-08-31) ### Features * preserve metadata by default with --strip-metadata option ([c873116](c873116))
1 parent c873116 commit 15ec679

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# [1.4.0](https://github.com/wiiiimm/ra2mp3/compare/v1.3.0...v1.4.0) (2025-08-31)
2+
3+
4+
### Features
5+
6+
* preserve metadata by default with --strip-metadata option ([c873116](https://github.com/wiiiimm/ra2mp3/commit/c873116d2ac3dfb0fa06c673d6889dd2e51963af))
7+
18
# [1.3.0](https://github.com/wiiiimm/ra2mp3/compare/v1.2.1...v1.3.0) (2025-08-31)
29

310

install_linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
VERSION="1.3.0"
4+
VERSION="1.4.0"
55

66
# Colors for output
77
RED='\033[0;31m'

install_macos.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
VERSION="1.3.0"
4+
VERSION="1.4.0"
55

66
# Colors for output
77
RED='\033[0;31m'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ra2mp3",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "Convert RealAudio (.ra/.ram/.rm) files to MP3 format using FFmpeg",
55
"private": true,
66
"type": "module",

ra2mp3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env bash
22
set -euo pipefail
33

4-
VERSION="1.3.0"
4+
VERSION="1.4.0"
55

66
# Prefer UTF-8 if not already set (avoid forcing a specific locale)
77
export LC_ALL="${LC_ALL:-en_US.UTF-8}"

0 commit comments

Comments
 (0)