Commit Graph

2 Commits

Author SHA1 Message Date
Alexander Sabino 6401559237 feat: update version to 0.2.0 and add source management features
- Updated README.md to reflect new version and changelog for version 0.2.0
- Updated package.json to version 0.2.0
- Added source management functionality in app.js:
  - Introduced state management for sources
  - Implemented UI for adding, editing, and deleting sources
  - Added source selection in profile forms
- Enhanced index.html with new source view and modal for source creation
- Added translations for source management in translations.js
- Updated dockerService.js to support TCP connections for sources
- Modified server.js to handle API routes for sources:
  - Added endpoints for checking socket availability, listing, creating, and deleting sources
- Updated store.js to manage sources in JSON storage
2026-05-10 15:50:27 +01:00
Alexander Sabino 990b0dea4d Refactor code structure for improved readability and maintainability 2026-05-09 10:43:50 +01:00