-
Notifications
You must be signed in to change notification settings - Fork 1
Release Notes
This page lists changes included in the software releases. For more details, see the project git history.
Revision 786472c6c8695a30d1297c619030b91f7f9f5492 (21 November 2020)
This release improves on existing features, makes stylistic changes and fixes bugs. Notable changes affect application settings, image properties, image downloads and wallpapers.
Breaking change: wallpaper settings have been moved to a single file for all application settings and need to be migrated manually.
- Use a single application settings file (55eb22e822)
- Reload settings automatically for wallpaper service (de2f9aee04)
- Catch errors from loading and saving wallpaper settings (5d43b67980, 2a93dede5d)
- Add downloader settings (ced9cb8449, 6ce2c7c686)
- Rewrite downloader implementation (dfa8453707)
- Send a User-Agent header with the downloader requests (13a6c200b1)
- Resolve image file URL based on the source and downloader configuration (c31dedda51)
- Show download progress as indeterminate while content length is unknown (99e79cab0b)
- Add file size, dimensions and format to image properties (7fcdc1fb1a)
- Recreate the wallpaper image to try to make it fit in a smart way when using multiple screens (974c6bc7a0, 27d79a9b6a)
- Fix wallpaper render for images with transparent background (c7f826a6cf)
- Fix crash from copying the wallpaper hash to the clipboard (3972448fcd)
- Use a custom title bar (baf1d42b64, e0bb64fd60)
- Move show downloader from the main view to the edit menu (e535f91a7b)
- Add clear button in downloader (eb04a37731)
- Use groups in view for image properties (530a772fd3)
- Enable text wrapping for image properties (e9d8b9d4a5)
- Improve highlight for autocompletion selection (dd88d3c5f1)
- Align form label with first line instead of centering it to avoid it moving (9db4343451)
- Fix token list resizing when adding the first element (8f610227e5)
- Update view style for expanders (dc6a911b02)
- Adjust view styles (202d6ed968, b127ac1fae, 16bc80a6b1)
- Log unhandled errors from asynchronous tasks (0fd0353944)
The following dependencies were changed:
- DotNet Framework (4.6.1 => 4.7.2, c79c533f15)
- HtmlAgilityPack (new => 1.11.21, 5c66ff9e22)
Revision 141d4b953cd11075e6e3ab5f260e74c7bb59f05f (9 November 2019)
This release includes changes to the application appearance aimed for Windows 10, changes to the autocompletion behavior and various fixes.
- Update menu appearance (8c858511ca)
- Update button appearance (f236556c96)
- Update autocomplete textbox appearance (b2730c756a)
- Rework autocompletion behavior (3ea12c0aed, 659066c8f7, ac2f43e07c)
- Allow most unicode characters for file names (e03301f153)
- Add random as a order by option (7dfd7b871c)
- Focus search textbox after loading the collection (fd98142082)
- Close collection after open collection dialog rather than before (b68f7ac734)
- Clean leftover image after download restart (8f71a3967c)
- Fix image property changes being sometimes discarded (8288400d5b)
- Fix crash from save error when closing the collection (e8d29125cf)
- Fix crash from loading image data (7e7a5b40dc)
- Fix save failing if there were leftover files (7466d638c4)
- Fix load and close failing if clearing unsaved files fails (5981d75665)
- Fix encoding for log files (30850ce135)
The following dependencies were changed:
- ICSharpCode.SharpZipLib (1.0.0.999 => 1.1.0.145, fde2047e73)
- Newtonsoft.Json (12.0.1 => 12.0.2, fde2047e73)
- NLog (4.5.11 => 4.6.6, fde2047e73)
Revision 5ba656b8b639b4eceeaf8b6f06a283077f8bb540 (1 January 2019)
This is the first release for the project, so the release notes list features rather than changes.
- Image collection storage
- Image downloads from URIs
- Image search based on Lucene, with grouping and ordering
- Image properties edition (title, subjects, artists, tags, score, source)
- Autocompletion for image properties
- Slide show
- Image collection export
- File naming based on properties
- Standalone wallpaper service