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