Changelog History
-
v0.2.1 Changes
October 14, 2018๐ 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
-
v0.2 Changes
September 29, 2018๐ 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 Changes
September 08, 2018๐ First Release of Reminiscence