Reminiscence v0.2.1 Release Notes

Release Date: 2018-10-14 // over 5 years ago
  • ๐Ÿ†• New Features:

    โž• Added various reader modes (default, dark, gray and light). In the reader url, append these words to see the effect.

     eg. /username/directory/id/read => /username/directory/id/read-gray
    
     Note: A better way to select modes will be made available later.
    

    โž• Added custom template for archive not found error

    0๏ธโƒฃ A default archive favicon will be attached to bookmarked link, in case no favicon found.
    (Thanks to feathericons)

    โž• Adding of duplicate links are now allowed in a directory

    ๐Ÿ”€ Duplicate links will be kept when merging directories

    Modifications

    ๐Ÿ‘‰ User dromdown menu modified

    ๐ŸŒ Web-interface settings box layout changed

    ๐Ÿ› Bug fixes

    โšก๏ธ Django version updated to 2.1.2
    โšก๏ธ (django 2.1 has security vulnerabilities. Users are advised to update to newer version)

    ๐Ÿ›  Fixed installation and running of chromium inside docker

    ๐Ÿ› Bug fixed in displaying public directory

    ๐Ÿ› Bug fixed in importing bookmarks when no directories are present

    โœ‚ Remove favicons also when removing urls

    unquote title when extracting from url path


Previous changes from v0.2

  • ๐Ÿ†• New Features

    ๐Ÿ‘Œ Support added for Archiving Media Elements of a web page. (refer README)

    ๐Ÿ‘€ Streaming support added for HTML5 compliant media files with proper support for seeking within streams.

    For non-HTML5 media files, public links or m3u playlist can be generated which then can be played using any popular media player like mpv/mplayer/vlc etc..

    ๐Ÿ’ป Optional support added for headless Chromium browser for generating HTML content and PDF. In order to use this feature users need to install Chromium on server manually.

    ๐Ÿ‘Œ Support added for selecting multiple items and performing group actions. Following group actions are allowed:

    • move links in group from one directory to another
    • tag links in group

    - archive links in group

    ๐Ÿ”€ Merging of directories allowed

    ๐Ÿ› Bug Fixes and other modifications

    Invalid characters are handled properly when renaming/removing directories

    Following new global constants have been added in settings.py

    • VIDEO_ID_EXPIRY_LIMIT
    • VIDEO_PUBLIC_LIST
    • TMP_LOCATION

    - DOWNLOAD_MANAGERS_ALLOWED

    Check user id again before removing/moving urls