Version 0.5

This commit is contained in:
Kai Huuhko 2013-08-09 03:08:17 +03:00
parent 8b945073ef
commit 17a74c7a00
2 changed files with 17 additions and 1 deletions

16
debian/changelog vendored
View File

@ -1,3 +1,19 @@
epour (0.5) precise; urgency=low
* Rewrite preferences dialog code.
* Use info_hash as the stored torrent filenames instead of torrent name.
* Add formatting for logging messages.
* Add an option to delete the original .torrent file when it's added to Epour.
* Add download queue number to torrent status string.
* Re-organize for better separation between gui and internals.
* Make a copy of the original torrent file instead of regenerating it through libtorrent.
* Add a Panel to hold the session information and controls.
* Use a Menu instead of CtxPopup for torrent actions, add queue actions.
* Move torrent file list into its own naviframe page.
* Use global elementary scale as a multiplier for the initial window size.
-- Kai Huuhko <kai.huuhko@gmail.com> Fri, 09 Aug 2013 03:00:50 +0300
epour (0.4) precise; urgency=low
* Clean up fast resume data on torrent removal.

View File

@ -3,7 +3,7 @@
from DistUtilsExtra.auto import setup
setup(name='epour',
version='0.4',
version='0.5',
author='Kai Huuhko',
author_email='kai.huuhko@gmail.com',
maintainer='Kai Huuhko',