diff --git a/doc/architecture.md b/doc/architecture.md index 5af55d56c..5166922b4 100644 --- a/doc/architecture.md +++ b/doc/architecture.md @@ -61,7 +61,7 @@ The project is divided into several key sections, each serving a specific purpos │ │ │ ├── entity │ │ │ ├── repository │ │ │ └── use-cases -│ ├── components +│ ├── module │ │ ├── gabinete │ │ │ ├── domain │ │ │ ├── data @@ -81,7 +81,10 @@ The project is divided into several key sections, each serving a specific purpos │ │ │ ├── Actions │ │ │ ├── Chat │ ├── infra -│ │ ├── http +│ │ ├── http +│ │ ├── socket +│ │ ├── database +│ │ ├── camera │ ├── utils │ │ ├── date.ts │ │ ├── exception.ts diff --git a/doc/version.md b/doc/version.md new file mode 100644 index 000000000..1a941e668 --- /dev/null +++ b/doc/version.md @@ -0,0 +1,49 @@ +# Release History + +This document provides a detailed history of all versions of the app, including new features, improvements, bug fixes, known issues, deprecations, and technical changes. + +--- + +## Version v1.2.0 (Release Date: September 12, 2024) + +### Overview +This release introduces several performance improvements, UI enhancements, and bug fixes related to file uploads. + +### New Features + +| Feature | Description | Impact | +|:-------------|:----------:|--------------:| +| . | . | . + +### Improvements +| Improvement | Description | Area Impacted | +|:-------------|:----------:|--------------:| +| . | . | . + +### Bug Fixes +| Bug | Description | Status | +|:-------------|:----------:|--------------:| +| . | . | . + +### Known Issues + +| Issue | Description | Workaround | +|:-------------|:----------:|--------------:| +| . | . | . + +### Deprecations + +| Deprecated | Replacement | Reason for Deprecation | +|:-------------|:----------:|--------------:| +| Rocket chat | Gabinite digital Chat | Reducing external solution | + + +### Technical Changes +- **Angular Upgrade:** Upgraded Angular from version 11 to 12. + +--- + + +## How to Use This Document + +Each version is documented chronologically, with detailed notes on new features, improvements, bug fixes, technical changes, and deprecations. When searching for specific information on a release, you can navigate by version numbers or by feature categories. diff --git a/version/git-version.ts b/version/git-version.ts index 888e68339..ac9e58dcc 100644 --- a/version/git-version.ts +++ b/version/git-version.ts @@ -1,11 +1,11 @@ export let versionData = { - "shortSHA": "38f51bd7e", - "SHA": "38f51bd7e14fe61747947721d048e7674d55ff9d", + "shortSHA": "82d6a15d5", + "SHA": "82d6a15d5e574f5a0a2af6e285c8aa2f0f01198a", "branch": "feature/agenda-api-peter", "lastCommitAuthor": "'Peter Maquiran'", - "lastCommitTime": "'Wed Sep 11 16:06:47 2024 +0100'", - "lastCommitMessage": "fix images", - "lastCommitNumber": "5902", - "changeStatus": "On branch feature/agenda-api-peter\nYour branch is ahead of 'origin/feature/agenda-api-peter' by 2 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tnew file: src/app/module/agenda/domain/usecase/draft-save-by-id-use-case.service.ts\n\nChanges not staged for commit:\n (use \"git add ...\" to update what will be committed)\n (use \"git restore ...\" to discard changes in working directory)\n\tmodified: src/app/module/agenda/data/data-source/agenda-data.service.ts\n\tmodified: src/app/module/agenda/domain/agenda.service.ts\n\tmodified: src/app/pages/gabinete-digital/despachos/despacho/despacho.page.ts\n\tmodified: src/app/pages/gabinete-digital/viewer-attachment/prop.ts\n\tmodified: src/app/pages/gabinete-digital/viewer-attachment/viewer-attachment.page.html\n\tmodified: src/app/pages/gabinete-digital/viewer-attachment/viewer-attachment.page.scss\n\tmodified: src/app/pages/gabinete-digital/viewer-attachment/viewer-attachment.page.ts\n\tmodified: src/app/shared/gabinete-digital/generic/task-details/task-details.page.html", + "lastCommitTime": "'Thu Sep 12 18:57:45 2024 +0100'", + "lastCommitMessage": "add new endpoint to save and get draft", + "lastCommitNumber": "5903", + "changeStatus": "On branch feature/agenda-api-peter\nYour branch is ahead of 'origin/feature/agenda-api-peter' by 3 commits.\n (use \"git push\" to publish your local commits)\n\nChanges to be committed:\n (use \"git restore --staged ...\" to unstage)\n\tmodified: doc/architecture.md\n\tnew file: doc/version.md\n\tmodified: version/git-version.ts", "changeAuthor": "peter.maquiran" } \ No newline at end of file