Updated version

This commit is contained in:
Kasra Bigdeli
2021-09-03 16:39:59 -07:00
parent df8630dcfd
commit 51e76e7896
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -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
+1 -1
View File
@@ -17,7 +17,7 @@ const CONSTANT_FILE_OVERRIDE_USER =
const configs = {
publishedNameOnDockerHub: 'caprover/caprover',
version: '1.9.0',
version: '1.10.0',
defaultMaxLogSize: '512m',