Skip to content
This repository was archived by the owner on Jan 27, 2025. It is now read-only.

Commit 923e76b

Browse files
Fixes for v1.9bm4
Fix #3 Only suffix track name with track number if number of tracks is greater than 1 Remove trailing whitespaces
1 parent 33c17e3 commit 923e76b

File tree

6 files changed

+200
-182
lines changed

6 files changed

+200
-182
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
MIT License
22

33
Copyright (c) 1999 Bob Doiron
4-
Copyright (c) 2020 - 2023 Michael Ortmann
4+
Copyright (c) 2020 - 2024 Michael Ortmann
55

66
Permission is hereby granted, free of charge, to any person obtaining a copy
77
of this software and associated documentation files (the "Software"), to deal

README

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ License:
6060

6161
MIT License
6262
Copyright (c) 1999 Bob Doiron
63-
Copyright (c) 2020 - 2023 Michael Ortmann
63+
Copyright (c) 2020 - 2024 Michael Ortmann
6464

6565
Website:
6666

@@ -98,6 +98,11 @@ and I'll fix it up.
9898

9999
Revision History
100100

101+
v1.9bm4
102+
- Fix https://github.com/michaelortmann/bin2iso/issues/3
103+
Only suffix track name with track number if number of tracks is greater than 1
104+
- Remove trailing whitespaces
105+
101106
v1.9bm3
102107
- Added win32 and win64 executable
103108
- Fixed data argument not used by format string

bin/dos/bin2iso.exe

128 Bytes
Binary file not shown.

bin/win32/bin2iso.exe

-512 Bytes
Binary file not shown.

bin/win64/bin2iso.exe

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)