DweebUI/CHANGELOG.md

131 lines
4.9 KiB
Markdown
Raw Normal View History

## v0.60 (dev)
* Converted JS template literals into HTML.
* Converted modals into HTML/HTMX.
2024-03-12 23:23:37 +00:00
* Moved functions into dashboard controller.
* Added modal placeholder with loading spinner.
* Independently updating container cards.
2024-03-13 23:32:14 +00:00
* Container cards display pending actions (starting, stopping, pausing, restarting).
* Dynamically generated avatars.
2024-03-18 02:32:02 +00:00
* Updated database models.
* Persistent Database.
* Install cards displayed on dashboard.
2024-03-20 20:19:56 +00:00
* Updated docker compose to include HTTPS Env.
2024-03-12 23:23:37 +00:00
2024-02-26 23:48:16 +00:00
## v0.40 (Feb 26th 2024) - HTMX rewrite
* Pages rewritten to use HTMX.
2024-01-28 08:33:50 +00:00
* Removed Socket.io.
* Changed view files to *.HTML instead of *.EJS.
2024-02-26 23:30:38 +00:00
* Removed "USER root" from Dockerfile.
2024-01-28 08:33:50 +00:00
* Express sessions configured to use memorystore.
2024-01-29 05:03:20 +00:00
* Improved chart rendering.
2024-02-06 07:51:36 +00:00
* Improvements to container charts.
* Created Variables page.
2024-02-06 07:51:36 +00:00
* Created Supporters page.
* Ability to remove images, volumes, or networks.
2024-02-17 21:32:09 +00:00
* Fixed list.js sorting.
* Fixed apps.js page navigation.
2024-02-18 08:33:09 +00:00
* Removed stackfiles from templates.json and updated some icons.
2024-02-17 21:32:09 +00:00
* New logo.
* Improved handling of Docker events.
* Improved dashboard responsiveness.
* Updated server metrics styles.
* Container cards display pending action.
* Container charts only rendered if container running.
* Created permissions modal.
* Podman support (untested).
2024-02-26 23:30:38 +00:00
* Started a new template for FOSS apps.
2024-01-28 08:33:50 +00:00
2024-01-20 21:34:45 +00:00
## v0.20 (Jan 20th 2024) - The rewrite. Jumping all the way to v0.20.
2024-01-08 02:29:56 +00:00
* Changed to ES6 imports.
* Cleaned up file structure and code layout.
* Updated DweebUI logo.
* Visual tweaks to login and registration pages.
* Added .gitignore and .dockerignore files.
* Syslogs - View logs for sign-in and registration attempts. :new:
* Docker socket now uses default connection.
* Updated Users page displays 'inactive' if no sign-ins within 30 days.
* Dashboard updates now triggered by Docker events.
* Massive reduction in the amount of HTML, CSS, and JS on client side.
* Container graphs are significantly more efficent and no longer use localStorage.
* Made dark mode the default theme.
2024-01-08 05:10:13 +00:00
* Created intervals to allow application to idle or scale with more users.
2024-01-13 08:04:01 +00:00
* Pages for images, volumes, and networks. :new:
2024-01-08 05:10:13 +00:00
* Localized fonts.
2024-01-13 08:04:01 +00:00
* CORS.
* Testing with Mocha and Supertest.
* Created Portal page. :new:
2024-01-08 02:29:56 +00:00
## <del>v0.09 (dev)</del> dead. (It had so many problems that I essentially rewrote everything)
* Added authentication middleware to router.
* Added gzip compression.
* Added PM2.
* Added Helmet.
* Fixed missing session data.
* Reduced sqlite queries.
2023-12-15 09:25:07 +00:00
## v0.08 (Dec 15th 2023)
* Updates to compose file and instructions from [steveiliop56](https://github.com/steveiliop56)
* Added SECRET field to compose file as a basic security measure.
* Visibility button to hide containers or reset view.
* Container link now uses server IP address.
* More compact container card, with style options planned.
* Improved log view.
* Removed VPN, Firewall, and VNC buttons.
* Updated dependencies (Sequelize 6.35.2)
* Fixed web pages not using the "public" static folder.
* Small tweaks to router.
* Replaced the default icon shown for missing icons (docker.png).
2023-12-08 09:41:51 +00:00
2023-12-08 09:32:47 +00:00
## v0.07 (Dec 8th 2023)
* View container logs.
* Removed Redis.
* Improved uninstall function and form id fix.
* WebUI Port can be changed in compose.yml
* Code clean-up.
* Updated dependencies (systeminformation).
2023-12-08 09:32:47 +00:00
## v0.06 (Nov 24th 2023)
* Multi-platform image (amd64/arm64).
* Removed Caddy from compose file.
* Proxy Manager UI can be enabled from environment variable.
* Removed hardcoded redis passwords.
* Repo change: Implemented image build-and-publish and dependabot (Thank you, gaby).
* Updated dependencies.
2023-12-08 09:32:47 +00:00
## v0.05 (Nov 17th 2023)
* Environment Variables and Labels are now unchecked by default.
* Support for Docker volumes.
* Fixed app uninstall.
* Fixed Proxy Manager.
* Updated functions to ignore the three DweebUI containers: DweebUI, DweebCache(redis), and DweebProxy(caddy).
* Visual updates: Tabs for networks, images, and volumes. Added 'update' option in container drop-down.
* Updated main.js to prevent javascript errors.
* Fix for templates using 'set' instead of 'default' in environment variables.
* Fixes for templates with no volumes or no labels.
* New README.md.
* New screenshots.
* Automatically persists data in docker volumes if there is no bind mount.
## v0.04 (Nov 11th 2023)
* Docker Image and Compose file available.
* The containers DweebUI and DweebCache are hidden from the dashboard.
* Default icon for containers.
* Fixed missing information in container details/edit modals (Ports, Env, Volumes, Labels).
## v0.03 (Nov 5th 2023)
* Container graphs now load instantly on refresh
* Working net data for server dashboard
* Redis is now installed as a docker container.
## v0.02 (Nov 1st 2023)
* Significant code clean-up and improvements
* CPU and RAM graphs for each container
* Updated Templates.json
* Fixed text color of VPN and VNC buttons
## v0.01 (Oct 15th 2023)
* First release. Not much working.