Fixed Bugs
- Fixed auth token randomness in ub.py by expanding byte size from 4 to 16
- Fixed security headers for book serving response in web.py
- Fixed clean_html function to include allowed attributes for enhanced sanitization
- Fixed common filters not being applied when retrieving book by UUID in db.py
- Fixed naive datetime comparison for snapshot timestamps in kobo.py
- Fixed HTML tag in layout.html from
<to<ul>for proper navigation markup
What's Changed
- Refactored kobo.py: renamed
get_reading_statetoget_book_readfor clarity