start documenting version

This commit is contained in:
Peter Maquiran
2024-09-12 19:40:57 +01:00
parent 82d6a15d5e
commit 2963fa752f
3 changed files with 60 additions and 8 deletions
+5 -2
View File
@@ -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
+49
View File
@@ -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.
+6 -6
View File
@@ -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 <file>...\" 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 <file>...\" to update what will be committed)\n (use \"git restore <file>...\" 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 <file>...\" to unstage)\n\tmodified: doc/architecture.md\n\tnew file: doc/version.md\n\tmodified: version/git-version.ts",
"changeAuthor": "peter.maquiran"
}