1
0
mirror of https://github.com/thomiceli/opengist synced 2024-11-12 07:05:50 +01:00
opengist/CHANGELOG.md
Thomas Miceli 2782655545
v1.2.0
2023-05-01 03:09:12 +02:00

1.1 KiB

Changelog

1.2.0 - 2023-05-01

Added

  • Restrict or unrestrict snippets visibility to anonymous users (#19)
  • Go CI with Staticcheck

Changed

  • Filenames are now trimmed when creating a snippet (#20)
  • SSH public key comments are now trimmed when adding a new key (#22)

Fixed

  • Respect ExternalUrl for OAuth (#21)
  • SSH public key detection (#22)

1.1.1 - 2023-04-20

Fixed

  • Git processes are now correctly killed

1.1.0 - 2023-04-18

Added

  • GitHub and Gitea OAuth2 login
  • Database migration system

Changed

  • Admin panel route from /admin route to /admin-panel
  • Moved disable signup option to admin panel

Fixed

  • Truncate raw file (#4)
  • Fix SSH key table constraints on user delete

1.0.1 - 2023-04-12

Changed

  • Updated base footer
  • Changed redirections when not logged in

1.0.0 - 2023-04-10

  • Initial release