Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Share Post: Reddit Facebook
jAlbum 23 Released
#1
https://jalbum.net/en/software/release-n...12vqp48obv         

Released: November 17, 2020
23
News and Updates

    30 new trial days for everyone. Free update to anyone who is on a current support and update plan
    Faster/snappier Explorer view. Feels 30-50% faster on a 4 core CPU
    Faster album remakes (around 20% on a 4 core CPU), due to better use of multiple threads
    Faster filter processing due to better use of multiple threads. Image filters are now required to be thread safe (i.e. not contain state that changes during execution of the filter() method). (Filters that aren't thread safe should have their filter() method marked with the java "synchronized" keyword.)
    Faster initialization of consecutive album builds. Cuts about one second from album builds.
    Now allows hiding of web pages. (For supporting skins only. See Story skin)
    New "Last tool" menu item that executes the last used tool, including external tools and plugins. It's bound to the CTRL/CMD+L shortcut and can be accessed from both the Explore view and Edit view. This feature considerably speeds up accessing a commonly used tool while moving through album objects.
    Improved drag and drop behavior: You can now decide to either position dropped files on the caret location (jAlbum switches to Custom ordering) or to let the default folder ordering decide the position. The behavior depends on where you drop (drop in the margin area to let the folder decide)
    When jAlbum switches sort ordering for a folder, this is now indicated clearly with an animated text
    Updated metadata-extractor library to v2.15. Now reads Exif from PNG and HEIC/HEIF images and supports MP4 GPS coordinates among other fixes and improvements.
    Now allows ordinary web pages to be put inside the "res" folder (included in "res" folder of output)
    New "Import comments from rss file" external tool to import comments from really old albums (prior to jAlbum 8.14).
    Paints user installed external tools in bold (Windows + Linux)
    jAlbum's text editor and system console now understands Lua language syntax too
    jAlbum's text editor now adjusts the line number font size in accordance to the text font size
    Updated JNA library from v4.5 to v5.6 thereby improving compatibility and performance when interacting with native OS calls.
    Paints hidden items somewhat darker now for better visibility on bright look and feels
    Updated non-thread safe filters XBorderFilter, AutoFilter and PropertyChangingFilterWrapper to be synchronized
    Updated bundled skins
    Updated translations. Thank you dear translators!

Bug fixes

    Mac version wouldn't work properly on Mac "Big Sur" OS (object deletes, skin updates for instance)
    Fix to occasional make album crash when switching skins directly followed by making albums
    jAlbum should now never accidentally suggest to upload a gallery to a folder called "album"
    jAlbum now remembers even if you upload to the root of your ftp directory (valid for non jalbum.net accounts). It would previously always suggest the project name unless a target folder was set.
    Color selector wouldn't work under Java 8
    jAlbum now remembers the sort order and adds newly added files to the right ordered location if you add files using the "Add" button. So if you have "Order by camera date" set for instance, then adding files using the "Add" button will put them in the right order directly (required a screen refresh before)
    Dropped items were not always positioned correctly
    Fixed bug where nothing was printed to the system console if one executed "print" in JavaScript from within the console (swapping back and forth between languages resolved it though)
    Dropped items would be re-arranged surprisingly on next screen refresh
    Fix to incorrect references to global context (wrong engine could sometimes be referred to)
    Woudln't print camera dates older than Jan 1 1970 in the tool-tips of objects of the Explore view
    Fixed repainting of thumbnails when "Hide" is toggled
    Revisiting the Arty image tool in edit mode several times for the same image would result in multiple versions of the Arty UI
    jAlbum's text editor didn't remember the last selected font size
    Division by zero error when processing empty albums

Download:  https://download.jalbum.net/download/23/...nstall.exe       Digital Signature ( Jalbum AB )
Reply
#2
JAlbum 24  (New) Released:  https://jalbum.net/en/software/release-notes         

Released: June 30, 2021
24
News and Updates

    Variants introduced to image processing: Now lets the browser choose the image size and format that best suits the user's display (See Settings-Images-Variants) and read our blog post
    Reads and writes the improved WebP image format
    Reads the improved HEIC/HEIF image format (commonly used on iOS). Credit to IDR Solutions (JDeli)
    Bundled with major update to Mininal skin now supporting Variants, multiple icon sets, cleaner look and responsive, full window slide images
    Bundled with major update to Tiger skin now supporting Variants, instant preview and improved zooming.
    Two types of directory chaining offered: "Full tree" vs "Siblings"
    Handles flipped images as well
    Faster object counting (uses multiple threads, skips ordering objects)
    Better error reporting if jAlbum fails to start
    Made folder deletions more consistent
    Database file importer now better detects type of CSV files passed
    Developers: New API calls to retrieve objects faster (unordered) and to retrieve filtered lists of objects
    Developers: New ja:picture tag to simplify adding Variants support
    Developers: New imageSrcset and thumbSrcset variables for Variants support
    Developers: Hidden folders are now marked as "hidden" in generated json files
    Developers: IO.zip now allows FileFilter to be specified
    Reads user configurable config dir/system/filetypes.xml too
    Added "currentFolder" variable to external tools
    Updated translations: Thank you dear translators!

Bug fixes

    Fixed ConcurrentModificationException in uploader
    Search bar now resizes target window so controls fit
    AlbumObject.getDescendants now handles (ignores) circular folder references
    Fix for Windows not being able to write properties to hidden files
    The image file chooser of the web location panel didn't pick up the right folder of the currently selected image

https://jalbum.net/en/downloadmirror/os/...%20Windows        Download: https://download.jalbum.net/download/24/...nstall.exe     JAlbum 24 Was  100% Scanned Malware Free & Clean With Kaspersky Internet Security  &  Contains  No Malware, No Adware, No PUPS,  No Rootkits, No Backdoors,  No Ransomware, No Spyware, No Trojan  Horses, No Viruses, and No Worms,  Kaspersky File Advisor  Trusted (Kaspersky Security Network)   Digital Signature ( Jalbum AB)
Reply
#3
jAlbum 24.1  (New)  Released:   https://jalbum.net/en/software/release-notes               

Released: July 14, 2021
24.1
News and Updates

    jAlbum's system console can now be accessed via the F7 keyboard shortcut even if the progress dialog or upload window is active.
    Bundled updated Tiger and PhotoBlogger skins
    Added mkv as supported video format
    More robust skin loading: Recovers from inability to write certain property values to UI components
    Added warning dialog when choosing WEBP as single output format
    JAlbumUtilities.getCameraDates now no longer falls back to file dates

Bug fixes

    Didn't always release ftp connections (happens when doing empty or nearly empty uploads). Old bug
    Now a cap of 16 upload threads to avoid out of memory / thread conditions if connections hang during upload
    Delete local album was resetting the structure type to "mirrored" even though the UI didn't reflect this
    Changing file dates didn't work (broke with Java 9)
    More robust against problems populating the recent project list
    Forgot to add support for superimposing a play icon on video thumbnails on v24
    Directory chaining didn't handle linked folders properly

https://jalbum.net/en/downloadmirror/os/...%20Windows                                                             Download:  https://download.jalbum.net/download/24....nstall.exe             jAlbum 24.1  Was   100% Scanned Malware Free & Clean With Kaspersky Internet Security 2021 &  Contains  No Malware, No Adware, No PUPS,  No Rootkits, No Backdoors,  No Ransomware, No Spyware, No Trojan  Horses, No Viruses, and No Worms,     (Kaspersky Security Network)  & Kaspersky File Advisor                                  Trusted Digital Signature  ( Jalbum AB  )   Global KSN
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  jAlbum 22.1 Released mrtrout 0 571 10-09-2020 , 11:32 PM
Last Post: mrtrout
  jAlbum 22 Released mrtrout 0 627 09-10-2020 , 01:14 AM
Last Post: mrtrout

Forum Jump:


Users browsing this thread: 1 Guest(s)