Version 2.1.6 (May 16, 2009)
User-visible changes:
- Add: --recall, --selected (feed, scan)
- Change: keep input queue order (feed, scan)
- Remove duplicate link checking
- Change: --version output (minor tweaks, all)
- Change: update manual pages (minor tweaks, all)
Developer-visible changes:
- Change: use perltidy defaults for style (all)
- Change: rewrite stdin reading (feed, scan)
Version 2.1.5 (April 4, 2009)
User-visible changes:
- Limit aboutbox height (clivefeed, clivescan)
Developer-visible changes:
- Fix use of invalid -S option in examples (clivescan.1, clivescan.pod)
- Rename: configrc -> examples/config
- Cleanup code (perltidy -gnu -l=72) all
Version 2.1.4 (March 24, 2009)
User-visible changes:
- Change --version output (all)
- Change Tk module importing (related to optimizations, see further below)
- Users without X can now use clivefeed and clivescan scripts with --all
- Fix clivepass.1 manual page
- Makefile generated incorrectly clivepass.1 from clivescan.pod
- Update manual pages (all)
- Generate clivepass.1 from clivepass.pod (see above)
- Update --all descriptions
- Cleanup sections
- Change warning and error messages (clivepass)
- Fix Edit / Preferences (clivescan)
- Menu did not appear even when Tk::FontDialog was installed
Developer-visible changes:
- Change Makefile:
- Add Perl module checks
- Apply for-loops where suitable
- Cleanup INSTALL file
- Optimize script start (all)
- Replace "use $module" with "require $module" where possible
- Should improve script start time
- Update LICENSE