Releases: ajslater/codex
Releases · ajslater/codex
v1.0.1
v1.0.0
Vue 3
- Features
- Removed old django admin pages.
- Shutdown task for admins.
- Configure logging with environment variables. See README.
- Fixes
- Fix displaying error in login dialog.
- Fix saving community & critical rating filters to session
- Fix fit to screen not enlarging pages smaller than screen.
- Developer
- Frontend is now Vuetify 3 over Vue 3. Using options API.
v0.14.5
v0.14.4
v0.14.3
v0.14.2
v0.14.1
v0.14.0
Sliding Pages
- Features
- Animated sliding pages on reader.
- Comic & PDF pages display loading, rendering and password errors.
- Fixes
- Filters with compound names were not loading choices.
- Show only usable filters for current view as filter choices.
- Allow filtering by None values when None values exist.
- Handle an iOS bug with downloading pages and comics inside a PWA.
- Fixed PDF failure to render on load and after changing settings.
- Login & Change Password dialogs no longer activate Reader shortcuts by
accident.
v0.13.0
Admin Panel
- Features
- Single Page Admin Panel.
- Users may now change their own passwords.
- OPDS
- Use facets for known User Agents that support them. Default to using entry
links. - Gain a Newest Issues facet, a Start top link and a Featured / Oldest
Unread link. - More metadata tags.
- Special thanks to @beville for UX research and suggestions
- Use facets for known User Agents that support them. Default to using entry
- HTTP Basic auth only used for OPDS.
- Frontend components do lazy loading, should see some speedups.
- Fixes
- Fixed imprints & volume levels not displaying sometimes.
- Fix large images & downloads for some OPDS clients.
- Dev Notes
- API v3 is more restful.
- /api/v3/ displays API documentation.
- Vite replaces Vue CLI.
- Pina replaces Vuex.
- Vitest replaces Jest.
- Django livereload server and debug toolbar removed.