Skip to content

v1.4.2

Choose a tag to compare

@crankynetman crankynetman released this 07 Jul 20:45
· 99 commits to main since this release
422e5cf

What's Changed

  • ci: Authenticate to docker for pulling images by @crankynetman in #133
  • refactor(ruff): ignore ruff on this one by @samoehlert in #141
  • fix(API username change): Issue from the pentest report by @samoehlert in #144
  • feat(pagination): add pagination to the entries page since the list was getting too huge by @samoehlert in #140
  • fix(search): Gracefully handle ValueErrors with search by @samoehlert in #147
  • ci(build): Be like the cool kids and use uv by @crankynetman in #145
  • feat(django_secret_key): dynamically generate a django secret key if one does not exist in the environment by @samoehlert in #149
  • fix(ux): only show "deactivate entry" button on the entry detail page when the entry is actually active by @samoehlert in #150
  • fix(login/out): use different settings for login/out redirect url if using the mozilla oidc app by @samoehlert in #151
  • feat(ide configs): better ide configs by @crankynetman in #56
  • fix(user model): Fix default password generation. by @crankynetman in #158
  • fix(route_manager history): move history update to after model save by @crankynetman in #160

Full Changelog: v1.4.1...v1.4.2