diff --git a/App/app.json b/App/app.json index 0ab5b67..a7edce9 100644 --- a/App/app.json +++ b/App/app.json @@ -2,7 +2,7 @@ "id": "387c89df-1def-40e2-8953-e467ea2a15dc", "name": "AL ID Range Manager", "publisher": "ART AA AE from Czechia + Kepty.cz", - "version": "0.0.2.3", + "version": "0.1.0.0", "brief": "Manage object IDs in of your AL projects using combination of VS Code extension and this Business Central extension.", "description": "Manage object IDs in of your AL projects using combination of VS Code extension and this Business Central extension.", "privacyStatement": "https://github.com/TKapitan/ALRM-BusinessCentral/blob/Kepty/LICENSE.md", diff --git a/CHANGELOG.md b/CHANGELOG.md index a92a25a..ed34d50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,21 @@ - Test "Range per BC Instance" - Add validation for changing existing extensions - Add validation for changing existing assignable ranges field ranges +- Add option to set assignable ranges to "re-use" gaps in object & field IDs +- Add support for extension synchronization using API + - Remove existing object line + - Register object line (table/enum extension field) with specific ID + - Remove object line (table/enum extension field) with specific ID ## [Released Versions] +### v0.1.0.0 + +- Date of release 15/01/2021 +- New API function in Extensions to register already existing object (with specific object name and also ID). +- Improving of validation error messages when new extension object is created (object name/ID duplicity, object name structure, ...) to help with identification of problem when created using API. +- Code maintenance + ### v0.0.2.3 - Date of release 03/01/2021 diff --git a/Test/app.json b/Test/app.json index 461dc73..9812ad9 100644 --- a/Test/app.json +++ b/Test/app.json @@ -2,7 +2,7 @@ "id": "c3f20afb-35e2-4476-a163-072b5141f028", "name": "AL ID Range Manager - tests", "publisher": "ART AA AE from Czechia + Kepty.cz", - "version": "0.0.2.3", + "version": "0.1.0.0", "brief": "Manage object IDs in of your AL projects using combination of VS Code extension and this Business Central extension.", "description": "Manage object IDs in of your AL projects using combination of VS Code extension and this Business Central extension.", "privacyStatement": "https://github.com/TKapitan/ALRM-BusinessCentral/blob/Kepty/LICENSE.md", @@ -15,7 +15,7 @@ "id": "387c89df-1def-40e2-8953-e467ea2a15dc", "publisher": "ART AA AE from Czechia + Kepty.cz", "name": "AL ID Range Manager", - "version": "0.0.2.2" + "version": "0.1.0.0" }, { "id": "dd0be2ea-f733-4d65-bb34-a28f4624fb14",