diff --git a/CHANGELOG.md b/CHANGELOG.md index e4dbed35..e0d72167 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [Release 2.0.1] - 2025-01-16 + +- fixed import from gitlab +- fixed releaseDate issue on import +- added validation feedback +- fixed focus on input click +- fixed validation issue in maintenance form fields +- fixed showing contracts or contractors in relation with maintenance type +- fixed download publiccode.yml file on safari +- added usedBy field added + ## [Release 2.0] - 2024-12-09 - Refactor migration from webpack to vite scaffold diff --git a/README.md b/README.md index c03bdd9c..97e8be25 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,6 @@ which you can then download or copy to your project's root directory. You can also use the app to check and correct an existing `publiccode.yml` file. Just upload the file to import it, and the app will validate and help fix any issues. -## Screenshots - -![Screenshot](/screenshot.png) ### Setup #### Manual diff --git a/package-lock.json b/package-lock.json index fb26b62b..afab1177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "publiccode-editor", - "version": "2.0", + "version": "2.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "publiccode-editor", - "version": "2.0", + "version": "2.0.1", "license": "AGPL-3.0-or-later", "dependencies": { "@reduxjs/toolkit": "^1.9.5", diff --git a/package.json b/package.json index 5c8376c4..d4d7ff66 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "publiccode-editor", - "version": "2.0", + "version": "2.0.1", "license": "AGPL-3.0-or-later", "description": "[License](./LICENSE)", "type": "module", @@ -100,4 +100,4 @@ "typescript-eslint": "^8.11.0", "vite": "^5.4.1" } -} +} \ No newline at end of file diff --git a/publiccode.yml b/publiccode.yml index 74160bc1..e0d43d48 100644 --- a/publiccode.yml +++ b/publiccode.yml @@ -59,7 +59,7 @@ maintenance: name: publiccode editor platforms: - web -releaseDate: "2020-08-20" +releaseDate: "2025-01-16" softwareType: standalone/web -softwareVersion: 2.0 +softwareVersion: 2.0.1 url: https://github.com/italia/publiccode-editor