Skip to content

Releases: Punkweb/PunkwebBB

v0.5.1

19 Jun 05:25
Compare
Choose a tag to compare

Hot fixes:

  • Fix spacing between statistics and discord widget on index page
  • Hide post form and create thread button when not logged in
  • Remove login_url from all login_required decorators, let this be handled by project level settings

v0.5.0

19 Jun 03:45
Compare
Choose a tag to compare
  • add alt text to all images
  • add searching and sorting on members page
  • add bio field to board profile model
  • add bio field to settings form
  • return top threads, top subcategories, latest threads and latest posts on profile view, to be displayed in the future
  • refactoring to reduce code duplication and complexity
  • Add styling for the spoiler tag
  • create generic form layouts (stacked and inline)
  • reorganize static files
  • make profile image an includable template so it can be reused
  • migrate CSS to punkweb-ui v0.1.1
  • some work on improving form layouts
  • add empty state on subcategory detail view
  • deprecate context processor in favor of a template tag
  • lay the ground work for searching threads
  • update to htmx v2.0.0
  • allow staff to move subcategories from the subcategory edit form
  • add settings to enable/disable shoutbox polling and change the polling interval
  • add spoiler tag to bbcode reference page
  • fix in guest list when using a reverse proxy (such as cloudflare or nginx)
  • some styling updates