mirror of
https://github.com/arsenetar/dupeguru.git
synced 2024-12-21 10:59:03 +00:00
se v3.9.0
This commit is contained in:
parent
9b82ceca67
commit
a9b4ce5529
@ -51,7 +51,7 @@ to be installed manually.
|
||||
* Windows: Visual Studio 2010, [PyQt 5.0+][pyqt], [cx_Freeze][cxfreeze] and
|
||||
[Advanced Installer][advinst] (you only need the last two if you want to create an installer)
|
||||
|
||||
On Ubuntu (13.10+), the apt-get command to install all pre-requisites is:
|
||||
On Ubuntu (14.04+), the apt-get command to install all pre-requisites is:
|
||||
|
||||
$ apt-get install python3-dev python3-pyqt5 pyqt5-dev-tools
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
__version__ = '3.8.0'
|
||||
__version__ = '3.9.0'
|
||||
__appname__ = 'dupeGuru'
|
||||
|
@ -1,3 +1,16 @@
|
||||
=== 3.9.0 (2014-04-19)
|
||||
|
||||
* This is mostly a dependencies upgrade.
|
||||
* Upgraded to Python 3.3.
|
||||
* Upgraded to Qt 5.
|
||||
* Minimum Windows version is now Windows 7 64bit.
|
||||
* Minimum Ubuntu version is now 14.04.
|
||||
* Minimum OS X version is now 10.7 (Lion).
|
||||
* ... But with a couple of little improvements.
|
||||
* Improved documentation.
|
||||
* Overwrite subfolders' state when setting states in folder dialog (#248)
|
||||
* The error report dialog now brings the user to Github issues.
|
||||
|
||||
=== 3.8.0 (2013-12-07)
|
||||
|
||||
* Disable symlink/hardlink deletion option when not relevant. (#247)
|
||||
|
@ -158,7 +158,7 @@ def package_debian_distribution(edition, distribution):
|
||||
|
||||
def package_debian(edition):
|
||||
print("Packaging for Ubuntu")
|
||||
for distribution in ['raring', 'saucy']:
|
||||
for distribution in ['trusty']:
|
||||
package_debian_distribution(edition, distribution)
|
||||
|
||||
def package_arch(edition):
|
||||
|
@ -1,5 +1,5 @@
|
||||
jobprogress>=1.0.4
|
||||
Send2Trash>=1.3.0
|
||||
sphinx>=1.1.3
|
||||
polib>=0.7.0
|
||||
sphinx>=1.2.2
|
||||
polib>=1.0.4
|
||||
hsaudiotag3k>=1.1.3
|
||||
|
Loading…
Reference in New Issue
Block a user