Skip to content

Releases: thomiceli/opengist

v1.3.0

27 May 12:14
0a54243
Compare
Choose a tag to compare

Added

  • Disable login form via admin panel
  • Syntax highlighting in Markdown code block (#29)
  • Better UI for admin settings (#30)
  • Disable Gravatar (#37)
  • Swap between dark and light theme (#38)

Changed

  • Logs are now also appended to stdout
  • Golang module name is now github.com/thomiceli/opengist

Fixed

  • First account registering with OAuth is now admin
  • Fix HTML entities escaping in Markdown code block (#29)

v1.2.0

01 May 01:15
2782655
Compare
Choose a tag to compare

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)

v1.1.1

20 Apr 19:55
0950750
Compare
Choose a tag to compare

Fixed

  • Git processes are now correctly killed

v1.1.0

18 Apr 01:12
fddc50e
Compare
Choose a tag to compare

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

v1.0.1

12 Apr 11:35
864880b
Compare
Choose a tag to compare

Changed

  • Updated base footer
  • Changed redirections when not logged in

v1.0.0

10 Apr 20:59
1c35a19
Compare
Choose a tag to compare
  • Initial release