Skip to content

v0.13.0

Choose a tag to compare

@ajslater ajslater released this 22 Sep 23:07
bf7c40d

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
    • 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.