Fixed randomized array truncation. Oops. Thanks to everyone who reported.
2.5.2
Fixed links back to flickr for non-photo pools. Previous fix introduced yet another problem, woo.
2.5.1
Improved CSS for crossfade and default themes
Fixed links back to Flickr when using group pools.
Updated French translation (credit: Sebastien Violet)
2.5
Expanded randomization. (fetches 250 now)
You can now specify NSIDs of photo pools in addition to regular users.
2.4
Added option to randomize the images chosen from a photoset or latest images. This will pick randomly from the first 100 photos in the chosen set. Works with all themes.
Crossfade theme now attempts to center its images within the sidebar.
Changed the Flickr NSID regex to be more reliable. Credit Jeff Wishnie for the bug report.
Fixed includes to handle HTTPS properly.
Another AJAX username check fix (using jQuery.live to live bind events when adding new widgets in the admin panel)
2.3.1
Fixed AJAX username check
Compatible with WP 3.0!
2.3
Added french localization (credit: Sebastien Violet). More translations are welcome, please contact me if you'd like to help!
Corrected some HTML validation problems and other small coding style fixes (credit: Sebastien Violet)
2.2
Slimbox (lightbox) option for all themes. Check it on a per widget basis to have users go to a larger version inside Slimbox instead of being taken to the Flickr page.
Centered default theme when sidebar is larger than the images and other small CSS fixes.
Several improvements for Opera 10.5 pre-alpha (shadows, rounded corners)
2.1.4
The CSS change caused some trouble for many users. This should fix it (added the old rules in addition to the new + slightly more specificity)
2.1.3
Improve CSS specificity for all themes. This should improve the look of the widget in many cases.
Changed some JS load timing (faster when other page elements hang)
Upgraded slimbox to 2.03
Further simplified flickrApi class to solely use Snoopy (removed curl)
2.1.2
Improve title behavior when default theme shrinks/grows (white-space:nowrap)
Other small CSS fixes
2.1.1
Completely forgot to actually include the function and hook that did the photoset AJAX
Modified the flickrApi class to use Snoopy for data fetching. This should broaden compatibility.
2.1
Changing user updates available photosets via AJAX in the widget admin.
Refactored some functions.
Tested with WP 2.9.
2.0
Fidgetr now uses the multi-widget API. This was a very large rewrite so please let me know if you run into bugs you didn't see in previous versions. Layout bugs are the most likely (especially in multi-widget scenarios).
Improved/fixed some more encoding behavior related to json_encode (and dramatically improved the behavior of the non-native function for those on older PHP5 installs)
Added timeout to prevent Flickr outages from hanging your blog. This may require additional error handling in the future.
Upgraded grid to slimbox 2.02
There would be more bullet points but the first one covers changes to nearly every file in the entire widget so what more can I say!
1.3.5
Better UTF-8 fix. Re-enabled native json_encode and removed an erroneous stripslashes. This should allow UTF-8 through, but also parse newlines in comments without a JSON parse failure.
1.3.4
UTF-8 fix. Disabled native json_encode until I can investigate why it's hex encoding chars it shouldn't be...
1.3.3
Tested against the latest WP
URL updates
1.3.1/1.3.2
A few UI fixes. WP 2.8 compatibility flag.
Fixed a JS problem with the AJAX username check exposed by 2.8.