mirror of
https://github.com/caprover/caprover
synced 2026-09-27 09:05:43 +00:00
Updated version
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
## [Next Version - available as `edge`]
|
||||
|
||||
- TBD
|
||||
|
||||
## [1.10.0] - 2021-08-31
|
||||
|
||||
- Fixed: Editing a docker remote registry does not trigger an authentication check [Issue-1027](https://github.com/caprover/caprover/issues/1027)
|
||||
- Fixed: Show Password caches the modal in registry [Issue-69](https://github.com/caprover/caprover-frontend/issues/69)
|
||||
- Fixed: Remember Me throws an error if the server restarts [Issue-1056](https://github.com/caprover/caprover/issues/1056)
|
||||
@@ -7,6 +11,7 @@
|
||||
- New: UI components and typeface are now more modern looking
|
||||
- New: Support for app tokens [Issue-698](https://github.com/caprover/caprover/issues/698)
|
||||
- New: Support for Markdown formatting in one click apps [Issue-1151](https://github.com/caprover/caprover/issues/1151)
|
||||
- Update: npm modules updated to the latest versions.
|
||||
|
||||
## [1.9.0] - 2021-02-15
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER =
|
||||
const configs = {
|
||||
publishedNameOnDockerHub: 'caprover/caprover',
|
||||
|
||||
version: '1.9.0',
|
||||
version: '1.10.0',
|
||||
|
||||
defaultMaxLogSize: '512m',
|
||||
|
||||
|
||||
Reference in New Issue
Block a user