File: NEWS

package info (click to toggle)
soundconverter 3.0.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,820 kB
  • sloc: python: 2,273; sh: 878; xml: 166; makefile: 74
file content (139 lines) | stat: -rw-r--r-- 2,915 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139

Version 2.0.4
=============

Add support for Opus codec (http://www.opus-codec.org/)

Fix command line arguments parsing.
(Closes lp:995862, thanks Michael)

Fix problem with AAC settings.
(closes lp:954555, thanks Patrick and zebul666)

Fix crash in FolderChooser.
(Closes fedora:836338, thanks Michael)

Fix yet another problem with URIs handling.
(Closes lp:998371, thanks Bastian)


Version 2.0.3
=============

Fix stability and progress related problems.

Disable common path when creating folders using tags.
(Closes lp:972158, thanks Eric)

Increase Low pass filter frequency when converting to MP3.
(Closes lp:881413, thanks Michael)

Use original filename as title when tags are not present.
(Closes lp:984790)

Update Translations.


Version 2.0.2
=============

Fix progress-related blocking by speeding up the progress update.
(Closes lp:940648, thanks Ben)

Add canadian french.
(Thanks Alain-Olivier)

Fix many English spelling errors.
(Thanks Alain-Olivier)


Version 2.0.1
=============

Fix size of icons in menu bar.
  thanks Johan.

Fix syntax error when converting to mp3.
  thanks Jakob.

Fix broken GNOME Audio Profiles.

Add audio/flac in supported mimetypes, fixing "open with" in recent ditribs.


Version 2.0
===========

Exclude .iso files from conversion since we cannot read them.

Update translations.

Fix crash when last-used-folders and recent.xbel are empty.
  closes #921515, thanks Danilo & Michael.
  
Fix unresponsible UI when reading a lot of tags.
  closes #917439, thanks Ben.


Version 2.0-rc5
===============
Fix problem with Mime type combobox when any encoder is disabled.
  Closes #911759
  
Check validity of Gstreamer Audio Profiles. (for real this time)
  Fix commit d5b5046, closes fedora #744596.

Remove horizontal scroller on filelist since it should never be shown.

Translate default album/artist/title names.
  Closes #910522.

Don't try to display images in log :)

Update-po
Update frecnh translation.

Version 2.0-rc4
===============
Reset selected audio profile if not a valid one.
  #814015
    
Adding is 4x faster. We first scan the files, then add to the
filelist.

Clearing the filelist is now instant.

Version 2.0-rc3
===============
Fix resample combobox. Was not working anymore.

Version 2.0-rc2
===============

Automatic codec install is repaired.
Gnome Audio profiles are working.
Fix 8 bits wav encoding.

Version 2.0-rc1
===============

Great code reorganization and cleaning.
Display individual files progression.
  
Fix broken Vorbis output.
  #508767

Much faster adding of files, since we only read the tags when we have to.

Smoother operation, lesser unresponsive moments.
  #784926

Add {Ext} {DiscNumber} and {DiscTotal} filename patterns.

You can now limit the number of parallel conversions.

The partial files are removed when canceling a conversion.

What is know to be broken : Automatic codec install, work in progress.