Skip to content

Commit

Permalink
Add documentation for last changes & increase version
Browse files Browse the repository at this point in the history
  • Loading branch information
TKapitan committed Jan 15, 2021
1 parent d80032b commit 7bb24d7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion App/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Test/app.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit 7bb24d7

Please sign in to comment.