-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGELOG
55 lines (48 loc) · 2.01 KB
/
CHANGELOG
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
# encoding: utf-8
FFcuesplitter-GUI
Author: Gianluca (jeanslack) Pernigotto
Copyright: (c) Gianluca Pernigotto 2022
License: GPL3
Change Log:
+------------------------------------+
Thu, 11 Aug 2023 V.1.0.5 (unreleased)
- Removed `wx.lib.mixins.listctrl` (with checkbox functionality)
- Fixed code to new FFcuesplitter API v1.0.22.
- Added opus format/codec
- Fixed: `FFcuesplitter-GUI/ffcuesplitter_gui/_panels/cuesplitter_panel.py:400:
DeprecationWarning: an integer is required (got type float). Implicit
conversion to integers using __int__ is deprecated, and may be removed
in a future version of Python.
self.barprog.SetValue(percent)`
- Make output directory if doesn't exists (or if it was deleted).
- Fixed output format issue.
- Code factorized.
- Updated README.md file and man page.
- Updated INSTALL file for installation instructions.
+------------------------------------+
Dec 14, 2022 V.1.0.2 (unreleased)
- Fixed `FileNotFoundError` exception if the log directory does not yet exist.
- fixed kill app during current processing.
- Added few language supports.
- Fixed ability to portable app.
- Fixed relative path for Windows portable app.
- removed '-embed-' as Python embed is not supported for this App.
- Improved data handling in the settings dialog to save preferences
more consistently.
- Code refactoring done in the settings dialog.
- Saves the window size when exiting the application and restores it at startup.
- Rewritten some doc strings (work in progress).
- Added show hiden menu items checkbox to preferences.
- Fixed minor bugs.
- Italian translation completed.
- Improved `track_info` layout.
- Improved text items and related Italian translation.
- Made setup.py.
- Fixed *.desktop file entries.
- Improved no checkbox checked.
- Russian language added and completed
- Added `encoding=utf8` argument to subprocesses to avoid errors with filenames
having non-latin characters and diacritics.
+------------------------------------+
Feb 02, 2022 V.1.0.0 (unreleased)
- First commit.