You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sh...@apache.org on 2022/11/29 17:11:12 UTC

[daffodil-site] branch main updated: Add initial release page for Apache Daffodil VS Code 1.2.0

This is an automated email from the ASF dual-hosted git repository.

shanedell pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 17d0770  Add initial release page for Apache Daffodil VS Code 1.2.0
17d0770 is described below

commit 17d077028cbf95c5aca1447bfdf5a19bb98a70da
Author: Shane Dell <sh...@gmail.com>
AuthorDate: Mon Nov 14 16:28:12 2022 -0500

    Add initial release page for Apache Daffodil VS Code 1.2.0
---
 site/_vscode/1.2.0.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 49 insertions(+)

diff --git a/site/_vscode/1.2.0.md b/site/_vscode/1.2.0.md
new file mode 100644
index 0000000..b8686e6
--- /dev/null
+++ b/site/_vscode/1.2.0.md
@@ -0,0 +1,49 @@
+---
+
+released: false
+apache: true
+title: 1.2.0
+date: 2022-11-28
+summary: >
+    Initial omega-edit client & DFDL language
+
+artifact-root: "https://dist.apache.org/repos/dist/dev/daffodil/daffodil-vscode/1.2.0-rc2/"
+checksum-root: "https://dist.apache.org/repos/dist/dev/daffodil/daffodil-vscode/1.2.0-rc2/"
+
+key-file: "https://downloads.apache.org/daffodil/KEYS"
+
+source-dist:
+    - "apache-daffodil-vscode-1.2.0-src.zip"
+
+binary-dist:
+    - "apache-daffodil-vscode-1.2.0.vsix"
+---
+
+This release contains new features and fixes
+
+#### New Features & Fixes
+
+* Use Apache Daffodil v3.4.0.
+* Add debug option that uses configuration of last debug.
+* Update version of node and Scala dependencies.
+* Create Wiki page for [Intellisense Documentation](https://github.com/apache/daffodil-vscode/wiki/Using-DFDL-Intelli-sense).
+* omega-edit updates:
+    * Implement search.
+    * Implement search and replace.
+    * Update UI to support both search and replace.
+    * Update redo and undo to use server instead of work around.
+    * Update omega-edit script to be omega-edit-grpc-server instead of example-grpc-server.
+* Fix launch wizard display issues on light themes.
+* Keep hexview opened on debug stop.
+* xs:choice, fixed snippet return for choiceDispatchKey, fixed brace autocomplete for choice dispatchkey.
+* Test suite updates:
+    * Move test suite to use @vscode/test-electron, so that we can now test all available code not just things that don't call the vscode api.
+    * Create additonal unit tests, adding on to previous ones already made.
+* Restructure some code to make code flow better and easier to test.
+* Remove deprecated function `substr` to `substring`
+* Fix issue with Intellisense inserting an extra `<` symbol.
+
+
+#### Closed Issues
+
+[GitHub v1.2.0 Closed Issues](https://github.com/apache/daffodil-vscode/milestone/3?closed=1)