Cosmos-Server/changelog.md

111 lines
4.5 KiB
Markdown
Raw Normal View History

2023-05-19 15:23:41 +00:00
## version 0.5.1 -> 0.5.5
- Add Wilcard certificates support
- Auto switch to Mongo 4 if CPU has no ADX
- Improve setup for certificates on new install
- Fix issue docker compose import labels and networks array
- Fix issue with docker network mode not supporting hostname
- Fix issue with network namespace
- Fixed issue with a Docker bug preventing re-creating a container with a network mode as container (https://github.com/portainer/portainer/issues/2657)
- Silent error on favicon fetching
- Create Servapp step 1: make name / image required
- re-do mongoDB creation flow with a cosmos-compose request
- Force Mongo to default to v5 as v6 breaks compatibility
2023-05-14 12:11:59 +00:00
## Version 0.5.0
- Add Terminal to containers
2023-05-17 11:44:14 +00:00
- Add "Create ServApp"
2023-05-14 12:11:59 +00:00
- Add support for importing Docker Compose
2023-05-17 11:44:14 +00:00
- Improved icon fetching
- Change Home background and style (especially fixing the awckward light theme)
2023-05-14 12:11:59 +00:00
- Fixed 2 bugs with the smart shield, that made it too strict
2023-05-16 17:08:01 +00:00
- Fixed issues that prevented from login in with different hostnames
2023-05-17 11:44:14 +00:00
- Added more info on the shield when blocking someone
2023-05-16 21:29:26 +00:00
- Fixed issue where the UI would have missing icon images
2023-05-17 11:44:14 +00:00
- Fixed Homepage showing stopped containers
- Fixed bug where you can't save changes on the URLs Screen
2023-05-14 12:11:59 +00:00
2023-05-10 20:14:40 +00:00
## Version 0.4.3
- Fix for exposing routes from the details page
## Version 0.4.2
- Fix when using custom port and logging in (Isssue #10)
## Version 0.4.1
- Fix small UI issues
- Fix HTTP login
2023-05-04 17:41:54 +00:00
## Version 0.4.0
- Protect server against direct IP access
2023-05-06 18:25:10 +00:00
- Improvements to installer to make it more robust
- Fix bug where you can't complete the setup if you don't have a database
2023-05-07 16:47:20 +00:00
- When re-creating a container to edit it, restore the previous container if the edit is not succesful
2023-05-05 18:05:33 +00:00
- Stop / Start / Restart / Remove / Kill containers
2023-05-08 15:08:45 +00:00
- List / Delete / Create Volumes
- List / Delete / Create Networks
- Container Logs Viewer
- Edit Container Details and Docker Settings
- Set Labels / Env variables on containers
- (De)Attach networks to containers
- (De)Attach volumes to containers
2023-05-04 17:41:54 +00:00
## Version 0.3.1 -> 0.3.5
- Fix UI issue with long name in home
- Fix ARM docker image
- Add more validation for Let's Encrypt
- Prevent browser from auto-filling password in config page
- Revert to HTTP when Let's Encrypt fails to initialize
## Version 0.3.0
2023-05-01 11:59:46 +00:00
- Implement 2 FA
- Implement SMTP to Send Email (password reset / invites)
- Add homepage
- DNS challenge for letsencrypt
- Set Max nb simulatneous connections per user
2023-05-01 11:59:46 +00:00
- Admin only routes (See in security tab)
- Set Global Max nb simulatneous connections
- Block based on geo-locations
- Block common bots
2023-05-01 11:59:46 +00:00
- Display nickname on invite page
- Reset self-signed certificates when hostnames changes
- Edit user emails
- Show loading on user rows on actions
## Version 0.2.0
- URL UI completely redone from scratch
- Add new "Smart Shield" feature for easier protection without manual adjustments required
- Add icons for self-hosted apps
- Rewrite the restart function to allow the UI to gracefully wait for the server to restart
- /login redirect now has query strings
- prevent ports or network to scroll view
- Fix URLs appearing on the wrong container because of nested names
- Improve port display
- Config API now reads the file directly to prevent overwritting changes between restarts
- Warn user when there are config changes pending restart
- Prevent login screen loop when being rate limited
- Improve automatic hostname for new containers URLs
- Fix minor bugs when host or prefix are false but values are set anyway
- Edit should not reconnect bridge if force secure is true, for faster container restart
- Improve network cleaning to prevent any issue with Docker Compose
- Add Max Bandwith to routes to limit the amount of data that can be sent per seconds
- Fix a bug where URLs target can't be edited if the container is in exited state
- Fix bugs where the user would be editting the configuration on multiple tabs and end up in a bad state
- Ensure route name is unique
## Version 0.1.16
- Fix search
- Fix bug where containers would lose their networks after being edited
- Self-heal secure network configuration
- Auto disconnect from orphan networks
- Prevent bootstrapping from creating orphan networks
- Monitor Docker and self-heal when docker daemon dies
- Recreate lost secure networks (ex. when resetting Cosmos)
2023-04-10 18:19:43 +00:00
## Version 0.1.15
2023-04-10 18:19:43 +00:00
- Ports is now freetype, in case container does not expose any
- Container picker now tries to pick the best port as default
- Hostname now default to container name
- Additional UI improvements