Skip to content

Commit

Permalink
Upgrade project dependencies and improve localization
Browse files Browse the repository at this point in the history
- Updated package versions in package-lock.json for better security and performance.
- Created a new modal for adding annotations, improving user interaction.
- Refactored language translations into a dedicated folder for better organization.
- Enhanced models by moving shared logic to FileModel, reducing duplication.
- Adjusted TaskModel to enrich task-related functionalities for user tasks.
- Streamlined BaseModel into FileModel for a clearer inheritance structure.
- Improved code quality by renaming and cleaning up methods and properties.
- Adjusted directory references for translations to reflect new structure.
- Made Tag.getValidTags method static as it does not rely on instance state.

- Version bump to V0.0.28
  • Loading branch information
PxaMMaxP committed Jan 16, 2024
1 parent 6fc6387 commit 76b6a79
Show file tree
Hide file tree
Showing 24 changed files with 1,699 additions and 413 deletions.
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "prj",
"name": "Prj Plugin",
"version": "0.0.27",
"version": "0.0.28",
"minAppVersion": "0.15.0",
"description": "Prj Plugin - Project, Document, and Task Management",
"author": "M. Passarello",
Expand Down
Loading

0 comments on commit 76b6a79

Please sign in to comment.