0
Fork 0
mirror of https://github.com/thomiceli/opengist.git synced 2025-03-19 02:31:17 -05:00
opengist/CHANGELOG.md

27 lines
713 B
Markdown
Raw Normal View History

2023-04-12 13:34:22 +02:00
# Changelog
2023-04-20 21:54:54 +02:00
## [1.1.1](https://github.com/thomiceli/opengist/compare/v1.1.0...v1.1.1) - 2023-04-20
### Fixed
- Git processes are now correctly killed
2023-04-18 03:11:28 +02:00
## [1.1.0](https://github.com/thomiceli/opengist/compare/v1.0.1...v1.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](https://github.com/thomiceli/opengist/compare/v1.0.0...v1.0.1) - 2023-04-12
2023-04-12 13:34:22 +02:00
### Changed
- Updated base footer
- Changed redirections when not logged in
2023-04-18 03:11:28 +02:00
## 1.0.0 - 2023-04-10
2023-04-12 13:34:22 +02:00
- Initial release