Update CHANGES.
[abby.git] / CHANGES
blobf572f96c91f478dc47a73e7542999e47253cf2a9
1 Version 0.4.0
3   User-visible changes:
4    * Add: Scan feature to scan *any* web pages for video links
5      1. Supports regular Youtube links and embedded ones
6      2. Above means also that it can be used to grab videos
7         from Youtube playlists
8      3. Intended to replace clivescan utility
9    * Add: Edit / Add / Paste (+key shortcut)
10    * Add: Clear list (button +menu item)
11    * Fix: RSS/Scan: Check for URL scheme in input link; insert if missing
12    * Fix: RSS/Scan: Disabling HTTP proxy is now respected
13    * Enable editing links (double-click on link)
14    * Enable/disable misc. widgets at start and end
15    * Use 16x16 for all icons
16    * Update misc. tooltip messages
19 Version 0.3.0
20 (June 21, 2009)
22 FOREWORD
24 It is now also possible to download multiple videos on one go.
25 This was previously limited by design.
27 We are in the process of merging clive-utils into abby. RSS feed
28 parsing (clivefeed) has already been implemented. Video link scan
29 (clivescan) should be implemented in abby by 0.4.0.
31   User-visible changes:
32    * Add: --format=best support
33    * Add: RSS parsing (obsoletes clivefeed in clive-utils)
34    * Add: Keyboard shortcuts (e.g. add link, start download)
35    * Fix: Tab orders (e.g. main window: paste button)
36    * Change: Multi-link support
37    * Change: Video format selection
38      1. Format dialog for hosts that support multiple video formats
39      2. All other hosts default to "flv"
40    * Change: More responsive UI when closing Preferences while using clive
41      1. invoke (c)clive after closing the preferences only if path was changed
42    * Change: Reflect --format ID changes to match recent (c)clive additions
43    * Remove: Youtube login support
44      1. Until fixed in (c)clive
45    * Remove: Finnish translation
46      1. Reintroduce translations when we are "stable"
47    * Remove: Continue partially downloaded file [box]
48      1. Default to use --continue with all transfers
49      2. Recent changes to Youtube and Google services allow flvs to be cont'd
51   Developer-visible changes:
52    * Change: cclive prerequisite -> 0.4.4
53    * Change: clive prerequisite -> 2.2.1
54    * Change: use --format for both (c)clive (reflect cclive changes)
55      1. cclive previously used --download=format
57   Known-issues:
58    * Format dialog displays "mp4" for Google when using cclive
59      1. mp4 support has been broken in cclive since 0.4.x
62 Version 0.2.1
63 (April 29, 2009)
65   User-visible changes:
66    * Add support for --connect-timeout, --connect-timeout-socks
67      ** cclive 0.3.2+
68      ** clive 2.1.11+
69    * Allow use of --limit-rate with clive
70    * Fix: Preferences: cclive/clive: Browse (button)
73 Version 0.2.0
74 (April 4, 2009)
76   User-visible changes:
77    * Add support for clive 2.1.10+
78      - abby can now be used as a front-end for clive (2.1.10+) as well
79    * Add support for Youtube HD (mp4_hd) format
80      - Added in cclive 0.3.1
81      - Added in clive 2.1.10
82    * Fix tooltips
83      - Typos, missing, etc.
84    * Fix duplicate key shortcuts
85      - English (&File - Video &Format)
86      - Finnish (multiple)
87    * Add paste button next to start button
88    * Change common buttons to use icons instead of text
89    * Change address bar: bind return key to Start button
90    * Change Preferences dialog to open centered and over the main window
91      - Dialog position previously saved and restored
94 Version 0.1.1
95 (March 17, 2009)
97   User-visible changes:
98    * Improve cclive process output handling and parsing
99    * Add support for new cclive options (0.2.4+)
100      - --title, --title-cclass
101      - --stream-exec, --stream
102    * Add missing statusbar messages for menu items
103    * Add more widget dynamics in Options
104      - "Start streaming at" stays hidden unless cclive was built WITH_PERL=yes
105      - If paths have been defined in Preferences
106         - "Start streaming at" is enabled if "Stream command" is defined
107         - "Run external command" is enabled if "External command" is defined
108      - When URL changes
109        - "Continue partially transferred file" checkbox is enabled/disabled
110        - "Video Format" combobox list is recreated based on URL
111    * Change default window sizes
112    * Change "Save video as" label to checkbox
113    * Clean up widget texts
116 Version 0.1.0
117 (March 1, 2009)
119   * Initial release