Reminiscence Versions Save

Self-Hosted Bookmark And Archive Manager

v0.3

3 months ago

Last stable release with django 2.2 and python <= 3.7 support.

v0.2.1

5 years ago

New Features:

  1. 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.
    
  2. Added custom template for archive not found error

  3. A default archive favicon will be attached to bookmarked link, in case no favicon found. (Thanks to feathericons)

  4. Adding of duplicate links are now allowed in a directory

  5. Duplicate links will be kept when merging directories

Modifications

  1. User dromdown menu modified

  2. Web-interface settings box layout changed

Bug fixes

  1. Django version updated to 2.1.2 (django 2.1 has security vulnerabilities. Users are advised to update to newer version)

  2. Fixed installation and running of chromium inside docker

  3. Bug fixed in displaying public directory

  4. Bug fixed in importing bookmarks when no directories are present

  5. Remove favicons also when removing urls

  6. unquote title when extracting from url path

v0.2

5 years ago

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

v0.1

5 years ago

First Release of Reminiscence