Skip to content

Commit 4bb642e

Browse files
committed
Added changelogs to the Documentation folder
1 parent a4b8eb7 commit 4bb642e

15 files changed

+75
-0
lines changed

Documentation/CHANGELOG_1.0.0.1.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Initial version

Documentation/CHANGELOG_1.0.0.10.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**New Features**
2+
3+
- Fix install failed when the Images folder is not present in the package, occured when there are no images in an app.

Documentation/CHANGELOG_1.0.0.11.md

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
**New Features**
2+
3+
- Fix: changed encoding for the AppInfo.xml file to UTF-8, because installs were failing when you're trying to include the .dmapp package in another package
4+
- Fix: Added check if image already exists when installing package

Documentation/CHANGELOG_1.0.0.12.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
**New Features**
2+
- Exporting an app now includes the themes used in the app.
3+
4+
**Changes**
5+
- Removed the Import button, since packages should be used instead.
6+
7+
**Fixes**
8+
- Fix for duplicate names in the Export/Delete panel.
9+
- Added extra check for non existing public and or draft version before loading the app.

Documentation/CHANGELOG_1.0.0.13.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
**New Features**
2+
- Option to allow a previous Low Code App to be overwritten when installing.
3+
- Option to exclude automation scripts from the package
4+
- Option to exclude DOM from the package
5+
- Option to exclude Images from the package
6+
- Option to exclude Themes from the package
7+
8+
**Changes**
9+
- When installing Images and Themes, a SyncMessage will be send to keep the DMS in sync of the newly installed files.

Documentation/CHANGELOG_1.0.0.14.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**New Features**
2+
- Option to sync the installed app across the DMS
3+
- Option to sync the installed images across the DMS
4+
- Option to sync the installed themes across the DMS
5+
- Option to overwrite the installed images
6+
- Option to overwrite the installed themes

Documentation/CHANGELOG_1.0.0.15.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
**New Features**
2+
- Now also include the compiled scripts if a required script references it
3+
4+
**Fixes**
5+
- Remove the folders from the install description
6+
- Added extra check when loading in the apps. So that when rogue folders are placed in the applications folder the script doesn't crash

Documentation/CHANGELOG_1.0.0.2.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Changed companion files location

Documentation/CHANGELOG_1.0.0.3.md

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
**Fixes**
2+
3+
- Duplicate scripts included in .dmapp package
4+
5+
**New Features**
6+
7+
- Include ad hoc data source scripts in the package

Documentation/CHANGELOG_1.0.0.4.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
**Fixes**
2+
3+
- PackageInfo spelling mistake
4+
- Install package now check for existing name and generates a new one if it already exists
5+
- Delete function threw an exception
6+
7+
**New Features**
8+
9+
- Export as package without version history now includes the public version and the draft version

Documentation/CHANGELOG_1.0.0.5.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**New Features**
2+
3+
- Export as package now includes the DOM modules used in GQI queries

Documentation/CHANGELOG_1.0.0.6.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**New Features**
2+
3+
- Added option to export DOM instances

Documentation/CHANGELOG_1.0.0.7.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**New Features**
2+
3+
- Added the name of the app in the install package when only 1 package is selected for export

Documentation/CHANGELOG_1.0.0.8.md

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
**New Features**
2+
3+
- Added option to edit the Allowed Editors
4+
- Added option to edit the Allowed Viewer
5+
- Added option to import pages from other apps
6+
- Added option to delete pages
7+
- Added option to import panels from other apps
8+
- Added option to delete panels

Documentation/CHANGELOG_1.0.0.9.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**New Features**
2+
3+
- Added used images to the export package

0 commit comments

Comments
 (0)