diff --git a/debian/changelog b/debian/changelog index dc1b814..0bffa43 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Fri, 09 Aug 2013 03:00:50 +0300 + epour (0.4) precise; urgency=low * Clean up fast resume data on torrent removal. diff --git a/setup.py b/setup.py index fa00550..1685d15 100755 --- a/setup.py +++ b/setup.py @@ -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',