-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathChangeLog
More file actions
120 lines (88 loc) · 2.18 KB
/
ChangeLog
File metadata and controls
120 lines (88 loc) · 2.18 KB
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
ChangeLog
---------
Version 7.0.0:
- removed support for Python2
Version 6.1.0:
- added code to search the executable in virtual environment as well on
Windows platforms
Version 6.0.13:
- bug fixes
Version 6.0.12:
- updated Russian translations
Version 6.0.11:
- bug fixes
Version 6.0.10:
- added a separator to the project packagers menu
Version 6.0.9:
- improved executable and Python version determination
Version 6.0.8:
- fixed an issue preventing the activation of the plug-in with
Python 3 >= 3.5.x
Version 6.0.7:
- bug fixes
Version 6.0.6:
- updated Spanish translations
Version 6.0.5:
- bug fixes
Version 6.0.4:
- bug fixes
Version 6.0.3:
- updated Russian translations
Version 6.0.2:
- updated Russian translations
Version 6.0.1:
- bug fixes
Version 6.0.0:
- ported for eric6 using PyQt5
Version 5.3.3:
- updated Spanish translations
Version 5.3.2:
- bug fixes
- added some eye-candy
Version 5.3.1:
- bug fixes
Version 5.3.0:
- Python 2 compatibility flag
Version 5.2.2:
- bug fixes
Version 5.2.1:
- fixed code style issues
Version 5.2.0:
(compatible with Eric5.1.0 or greater)
- bug fix
- ask to save modified files before freeze
- use cx_freeze script based on the selected project language
- disable menu item if not a Python 2 or 3 project
- filedialog for the application icon
- selector for the found cx_freeze scripts
- cx_freeze script name is shown in execute dialog
- Python 2 compatibility for Eric 5
- fixed an issue finding the executable in different registries
on 64-bit Windows systems
- little layout changes
- filedialog to add distribution dependent files, e.g. *.ui, readme, which
are copied after the freeze process
Version 5.1.2:
- bug fix
Version 5.1.1:
- bug fix
Version 5.1.0:
- bug fix
- modified code to do lazy import
Version 5.0.6:
- bug fix
Version 5.0.5:
- bug fix
Version 5.0.4:
- bug fix
Version 5.0.3:
- fixed an issue finding the executable on Windows systems
(thanks to Tomas Sobota for the patch)
Version 5.0.2:
- updated Russian translations
- added Italian translations
Version 5.0.1:
- fixed an issue using native file dialogs
Version 5.0.0:
- first release of the CxFreeze packager plugin for eric5
- changed signal code to new style API