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