From 423c6f9af7ce3142a535cf32f723a49fb203b687 Mon Sep 17 00:00:00 2001 From: cfield Date: Mon, 25 Nov 2019 09:51:25 -0500 Subject: [PATCH] Add changed to documentation --- Eulogy.lvproj | 12 ++++++------ configs/Eulogy.vipb | 8 +++++--- docs/CHANGELOG.md | 2 ++ 3 files changed, 13 insertions(+), 9 deletions(-) diff --git a/Eulogy.lvproj b/Eulogy.lvproj index 12b5d17..0fecc92 100644 --- a/Eulogy.lvproj +++ b/Eulogy.lvproj @@ -544,7 +544,7 @@ The `Main.vi` is renamed to `Bmark_MainWindow.vi` because this is required for t {414D0A9A-FD35-4A5C-AC4E-956CCF757DD1} ../builds/Bookmark Manager/log.txt relativeToProject - 51 + 52 1 1 Destination Directory @@ -701,7 +701,7 @@ Thus, building the package is a two step process: (1) build the source distribut {D14B8EF2-A64D-4787-9300-06728101B34C} ../builds/Examples/log.txt relativeToProject - 51 + 52 1 1 Destination Directory @@ -836,7 +836,7 @@ The VIs are renamed with the `Eulogy_QD_` prefix to avoid naming conflictings in {47C24FFC-0823-43C9-89F6-701762A394C6} ../builds/Quick Drop/log.txt relativeToProject - 51 + 52 1 1 Destination Directory @@ -980,7 +980,7 @@ Thus, building the package is a two step process: (1) build the source distribut {B23CD3DA-6053-4B73-84D7-9BF70E398FD3} ../builds/Shortcut Menu/log.txt relativeToProject - 51 + 52 1 1 Destination Directory @@ -1116,7 +1116,7 @@ Thus, building the package is a two step process: (1) build the source distribut {1A6084DC-6EAC-42E4-A536-D607349E7CFE} ../builds/Toolkit/log.txt relativeToProject - 51 + 52 1 1 Destination Directory @@ -1256,7 +1256,7 @@ Thus, building the package is a two step process: (1) build the source distribut {212714E8-8163-4D35-9DD6-DFD02D85034E} ../builds/Tools Menu/log.txt relativeToProject - 51 + 52 1 1 Destination Directory diff --git a/configs/Eulogy.vipb b/configs/Eulogy.vipb index b6c99c5..87c7245 100644 --- a/configs/Eulogy.vipb +++ b/configs/Eulogy.vipb @@ -1,7 +1,7 @@ - + Field_RnD_Services_Eulogy - 1.0.1.52 + 1.0.1.53 false ..\builds ..\packages @@ -55,6 +55,8 @@ A LabVIEW API is also provided to programmatically use and extend the add-on. Th ### Fixed +- Table of Contents entry for Smite VI in toolkit API documentation. +- Bury shortcut menu action failing. - Reanimate shortcut menu action failing with Graveyard open. - Populating Bookmark Manager (Graveyard) with graves and zombies performance. - Searching for bookmarks occurring in infinite loop. @@ -635,7 +637,7 @@ A LabVIEW API is also provided to programmatically use and extend the add-on. Th ..\builds\Toolkit\API\Dig.vi - A36F39E0E0D083380B370C6CEB57B4F8 + D2BEB7B6EB6B8AA7C5E555417B099BDD \ No newline at end of file diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 4371056..5418bd9 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -22,6 +22,8 @@ All notable changes to this project will be documented in this file, which is wr ### Fixed +- Table of Contents entry for Smite VI in toolkit API documentation. +- Bury shortcut menu action failing. (Issue #2) - Reanimate shortcut menu action failing when Graveyard is open. (Issue #3) - Populating Bookmark Manager (Graveyard) with graves and zombies performance. (Issue #1) - Searching for bookmarks occurring in infinite loop. (Issue #1)