|
| 1 | + |
| 2 | +version 1.8.4: |
| 3 | +added manpage thanks to Marc O. Gloor |
| 4 | + |
| 5 | +version 1.8.3: |
| 6 | +fixed major crash, nobody bothered? |
| 7 | + |
| 8 | +version 1.8.2: |
| 9 | +temporary files are mostly being removed after usage |
| 10 | +fixed bug in tag editing |
| 11 | + |
| 12 | +version 1.8.1: |
| 13 | +fixed a bug in case of invalid data after a ID3 V2 tag, reported by Byron F. Martin |
| 14 | + |
| 15 | +version 1.8: |
| 16 | +on setting endpoint and after seeking end of silence, file is being played up to this point |
| 17 | +greatly improved ID3 V1 + V2 tag import/export/copying and file naming |
| 18 | + |
| 19 | +version 1.7: |
| 20 | +added ID3 V2 tag (<2.4.10) seeking |
| 21 | +improved file naming for "save with tag" |
| 22 | +copies ID3 V2 tag when useful |
| 23 | + |
| 24 | +version 1.6.4: |
| 25 | +file info also shows ID3 V1 tag |
| 26 | +ID3 V1 tag is being imported |
| 27 | + |
| 28 | +version 1.6.3: |
| 29 | +'i' shows file info |
| 30 | +fixed a time bug in exact mode |
| 31 | +'o' overwrites existing file the next time |
| 32 | + |
| 33 | +version 1.6.2: |
| 34 | +switched to four digit numbers |
| 35 | +smarter saving with ID3 tags |
| 36 | + |
| 37 | +version 1.6.1: |
| 38 | +fixed a small bug in silence seeking reported by Nick Simicich |
| 39 | +speeded up silence seeking, hopefully did not introduce new bugs with this |
| 40 | + |
| 41 | +version 1.6: |
| 42 | +better handling of large ID3 V2 tags |
| 43 | +beginning of sound is now displayed as 0:00 as it should |
| 44 | +more output for -F switch |
| 45 | +fixed time counting in exact mode |
| 46 | +fixed time display in exact mode |
| 47 | +improved silence seeking |
| 48 | +verbose writing of configuration file |
| 49 | + |
| 50 | +version 1.5.2: |
| 51 | +no more minimum filesize |
| 52 | +fixed framesize calculation |
| 53 | +fixed frame counting method |
| 54 | +fixed finding of first valid frame |
| 55 | + |
| 56 | +version 1.5.1: |
| 57 | +fixed some small bugs in timetable cutting reported by Don Rozenberg |
| 58 | + |
| 59 | +version 1.5: |
| 60 | +added switch to only print sampling frequency and total number of frames |
| 61 | +added switch to write to an exactly specified filename |
| 62 | +fixed a bug which caused a crash |
| 63 | +several translations were added |
| 64 | +added usage of configuration file for silence length, silence volume, quiet mode and soundcard number |
| 65 | + |
| 66 | +version 1.4: |
| 67 | +added function to search for beginning of next silence |
| 68 | +silence seeking stops when silence is already much longer than wanted |
| 69 | +noninteractive cutting now supports higher time resolution |
| 70 | +added support for output to other soundcard |
| 71 | + |
| 72 | +version 1.3: |
| 73 | +when saving with (already included) tag, filename is $artist - $title.mp3 |
| 74 | +fixed a bug in tag seeking |
| 75 | +fixed a bug which made it impossible to write many files |
| 76 | +code cleanups |
| 77 | + |
| 78 | +version 1.2: |
| 79 | +improved stability of silence seeking a lot |
| 80 | +some other small changes |
| 81 | + |
| 82 | +version 1.1.1: |
| 83 | +fixed another bug in silence seeking |
| 84 | + |
| 85 | +version 1.1: |
| 86 | +introduced a quiet mode, toggable with '#' |
| 87 | +introduced an exact mode, useful for VBR files! |
| 88 | +cutmp3 does not wait anymore until playback has finished |
| 89 | +rewrite of prevframe() and nextframe(), much better and more elegant now |
| 90 | +detected another bug in mpglib.c, needs to be resolved |
| 91 | + |
| 92 | +version 1.0: |
| 93 | +finally(?!) fixed the bug in silence seeking which was a too small malloc() in InitMP3() in mpglib.c |
| 94 | +another speed improvement in silence seeking |
| 95 | +website was updated to celebrate version 1.0 ;-) |
| 96 | + |
| 97 | +version 0.9.6: |
| 98 | +fixed some nasty bugs in silence seeking, still not perfect however |
| 99 | +improved ID3 tag searching |
| 100 | +small changes in the UI |
| 101 | + |
| 102 | +version 0.9.5: |
| 103 | +huge speed improvement in silence seeking |
| 104 | + |
| 105 | +version 0.9.4: |
| 106 | +made non-interactive cutting exact even for VBR files! |
| 107 | +distinction between VBR and CBR in info mode -I |
| 108 | + |
| 109 | +version 0.9.3: |
| 110 | +fixed small bug in savewithtag() |
| 111 | +improved determination of average bitrate |
| 112 | + |
| 113 | +version 0.9.2: |
| 114 | +added seek to end of next ID3 v1 tag |
| 115 | + |
| 116 | +version 0.9.1: |
| 117 | +improved error correction |
| 118 | + |
| 119 | +version 0.9: |
| 120 | +improved ID3 input a lot via libreadline |
| 121 | +added configurable silence detection via mpglib |
| 122 | +improved prevframe() and nextframe(), still not perfect |
| 123 | + |
| 124 | +version 0.7: |
| 125 | +Framesize() is now calculated correct |
| 126 | +added first ID3 tag support |
| 127 | + |
| 128 | +version 0.6: |
| 129 | +does not display 60 seconds anymore |
| 130 | +w is shortcut for bsa |
| 131 | +displays time after/before startpoint |
| 132 | +fixed internal seeking mechanism (again) |
| 133 | +added MPEG2.5 support |
| 134 | +introduced -I for file information |
| 135 | +added KDE support |
| 136 | + |
| 137 | +version 0.5: |
| 138 | +improved mp3 seeking mechanism a lot, should be nearly errorfree |
| 139 | +finally cutmp3 officially supports VBR! |
| 140 | + |
| 141 | +version 0.4.1: |
| 142 | +minor bugfix for error messages |
| 143 | + |
| 144 | +version 0.4: |
| 145 | +A and B go to startpoint and endpoint. |
| 146 | +outputfiles are not overwritten anymore |
| 147 | +introduced -a <time> -b <time> for a more handy batching as requested |
| 148 | +introduced -o <prefix> for other outputprefix than "result" as requested |
| 149 | +uses glibc getopt() for better commandline parsing now |
| 150 | + |
| 151 | +version 0.3: |
| 152 | +supports timetable for semiautomatic cutting |
| 153 | +officially supports files > 2GB |
| 154 | +now compiles using $CFLAGS |
| 155 | + |
| 156 | +version 0.2: |
| 157 | +initial public release |
| 158 | +accidentally supports files > 2GB ;-) |
| 159 | + |
0 commit comments