Releases: kanishka-linux/reminiscence
reminiscence-v0.3
Last stable release with django 2.2 and python <= 3.7 support.
reminiscence-v0.2.1
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
-
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
reminiscence-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
reminiscence-0.1
First Release of Reminiscence