· I recommend upgrading if you are using an older version. 0.3.* has much improvements and bugs fixes.
· Breadcrumbs do not obey ['main_url']. Fixed by burnthewitches.
· Added imgbrowz0r::description() to display a description. See README for more info.
· Statistics are not shown in an empty directory.
· Cleaned up code.
· The functions that generate the navigation are removed from imgbrowz0r::display() and are now public functions.
· Fixed a small bug in the url check part.
· Added the random thumbnails again.
· "Random thumbnails" can also be disabled now. Instead the same thumbnail will be shown each time or nothing at all.
· Added a "read limit" that limits the amount of thumbnails that are used for the random thumbnail fucntion (this can speed things up).
· Thumbnails are now refreshed if the orginal image has changed.
· The supported file types are now stored in a variable.
· Fixed a bug in imgbrowz0r::get_ext().
· Fixed a bug in directory check in imgbrowz0r::make_thumb().
· Directory statistics now in a separate function, imgbrowz0r::statistics().
· Removed check if GD extension is loaded. gd_info() function check is enough.
· Removed imgbrowz0r::output_style().
· Cleaned up page navigation generator.
· Replaced some hard-coded values for the thumbnail height and width with variables in imgbrowz0r::make_thumb().
· Most of it is rewritten.
· Categories are called directories now.
· Images can be dropped into the root gallery directory directly.
· All thumbnails are now stored in a centralized cache.
· The table based layout is replaced with a div based layout.
· The sorting order of images and directories can now be set in the configuration.
· The images and cache can now be placed on different locations/domains on a server.
· Dropped base64 encoding for the category location in the url.
· Improved quality of GIF thumbnails.
· Improved page navigation.
· Improved for environments that use url rewriting.
· Added support for unlimited nesting of categories (directories).
· Added support for daylight saving time (DST).
· Added support for uppercase file extensions.
· Added support for .jpeg, .jpe, .jif, .jfif and .jfi file extensions.
· Added breadcrumbs navigation.
· Added imgbrowz0r::output_style() to output a style for the div based layout.
· Better file check.
· Category names with non-latin characters now supported (see manual for more information). Patch provided by Serge Timakov.
· Fixed bug in make_thumb(). Thumbnails of square images (images with dimensions like 600*600px) weren’t resized.
· Removed ‘rename file if extension does not match image type’ feature.
· Added ‘IMGBROWZ0R_VERSION’ constant which contains the software version.