Releases: Othernet-Project/librarian
Releases · Othernet-Project/librarian
v0.4.post5
Fifth hotfix release:
- Addresses some of the performance issues that previous releases were experiencing
- Fixes download interruptions in file manager
v0.4.post4
This is a 4th hotfix release.
- Fixed issues with searching using non-English characters
- Added download progress bar which shows files that are currently being downloaded
- Disabled tone for NA Ku and C-band LNB in the presets
- Fixes related to MSFT NCSI redirect page when Windows 8 associates with AP
- Fixed script execution result page layout
- Fixed missing notification icon in mobile menu
- File deletion now has confirmation step like content deletion
- Fixed folder navigation in file manager so that search bar can be used to specify exact folder path
- Fixed Librarian refusing to execute scripts that have no execute permission
- Fixed double-scrollbar issue resulting from iOS-related fixes in previous release
- Added diagnostics page at
/diag/
URL which is active during setup wizard
v0.4.post3
- Removes sign-in pop-up when Apple mobile devices connect to hotspot
- Redirects go.microsoft.com pop-up on Windows to content library page
- Fixes a few layout issue with iOS Safari
- Missing page (404) page now redirects to main page after a timeout
v0.4.post2
- Fixes reader page bug on iOS
- Fixes bug with caching unicode data
- Updates Catalan and Spanish translations
- Includes new Ubuntu based Vagrantfile
v0.4
- Added password reset feature that uses password reset token
- Updated Galaxy 19 preset to use the new tuner settings
- Removed tagging and copyright bar from content reader page
- Fixed issue with missing jQuery and Librarian API libraries
- Fixed a bug where disk space dashboard indicator would always report 0%
v0.3
Change summary:
- A completely new UI style (actual structural changes coming in following releases)
- Improved signal indicator, providing much more information to the user
- Uniform feedback response pages
- In-app, user specific notifications
- Dynamic application menu with menu items that can programmatically change their own state
- Configuration file inheritance
- Partial transition to component based architecture, with end goal being a completely configuration based app stack
- Automatic content removal feature (UI control coming in following releases)
v0.2
The release brings major changes:
- Zipballs are unpacked upon addition to the library
- Nginx is added as a static file server and reverse proxy, so static files (including the contents of the unpacked zipballs) are no longer handled by the Python server
- Caching has been implemented with configurable backends (supported backends are in-memory and memcached)
- Drastically improved performance and concurrency by keeping the compiled mako templates and disabling filesystem checks when debug mode is off
- Syslog is downloadable now through the dashboard
- Search involves querying keywords and publisher names too
- Added C-band LNB support
- Implemented generic form library to provide a higher level interface for validating and processing form submissions
- Fixed blocking of main server when librarian is started with the repl flag
- Fixed dependency inaccuracies
- Fixed 404 error message
- Fixed a browser compatibility issue that was discovered in Safari
- Allowed librarian to be runnable immediately after freshly cloning it
- Additional minor bug fixes
v0.1
This release does not contain any new major features, the focus was on improving stability, UX and bug fixes:
- Implemented platform / firmware version info display
- Fixed threading issue causing concurrent requests to step on each other
- Fixed disk cleanup feature
- Implemented cache busting for static content
- Improved UX on setup wizard
- Improved UX on ONDD dashboard plugin
- Improved dashboard loading performance
v0.1.dev2
The following changes have been implemented:
- Fixed file streaming bug
- Disabled db expensive plugins on content and static paths
- Updated metadata handling to follow the latest specification
- Minor UX improvements / fixes
- Added setup wizard which is triggered on first run
v0.1b4
This is the last beta release before 0.1 final. The following changes have been implemented:
- Many performance and stability enhancements
- Added basic authentication mechanism to lock away the dashboard
- Fixed critical bug in file streaming code (videos should now play correctly)
- Fixed bugs in migrations and database rebuild
- Factored out many generally useful code into separate packages
- Added ability to gracefully terminate when receiving SIGTERM and SIGINT
- Added REPL
- Added support for site-in-a-zipball content (a.k.a. Sites section)
- Added network status plugin
- Many minor bugs fixed