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/08/09 16:53:44 UTC

[daffodil-site] branch main updated: Create page for VS Code release 1.1.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 fdb6ea5  Create page for VS Code release 1.1.0
fdb6ea5 is described below

commit fdb6ea563baa19a2faa2733e60ccedeab9307d37
Author: Shane Dell <sh...@gmail.com>
AuthorDate: Mon Aug 1 15:29:34 2022 -0400

    Create page for VS Code release 1.1.0
---
 site/_vscode/1.1.0.md | 46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 46 insertions(+)

diff --git a/site/_vscode/1.1.0.md b/site/_vscode/1.1.0.md
new file mode 100644
index 0000000..da812f6
--- /dev/null
+++ b/site/_vscode/1.1.0.md
@@ -0,0 +1,46 @@
+---
+
+released: false
+apache: true
+title: 1.1.0
+date: 2022-07-27
+summary: >
+    Initial omega-edit client & DFDL language
+
+artifact-root: "https://dist.apache.org/repos/dist/dev/daffodil/daffodil-vscode/1.1.0-rc1/"
+checksum-root: "https://dist.apache.org/repos/dist/dev/daffodil/daffodil-vscode/1.1.0-rc1/"
+
+key-file: "https://downloads.apache.org/daffodil/KEYS"
+
+source-dist:
+    - "apache-daffodil-vscode-1.1.0-src.zip"
+
+binary-dist:
+    - "apache-daffodil-vscode-1.1.0.vsix"
+---
+
+This release contains new features
+
+#### New Features
+
+* Initial omega-edit client.
+    * Enabled via command palette command so that it is hidden by default.
+    * The UI displays a number of panels. The offset, encoded data, decoded data (main editing area). As well as 3 viewports set to specific bytes of the file currently. Some of the dropdowns and areas are not currently interactive but will be in the future.
+    * Actions currently supported:
+        * Adding
+        * Deleting
+        * Inserting
+        * Undo & Redo
+        * Copy & Paste
+        * Saving edition session file:
+        * Either to a new file or overwrite the existing file.
+* Creation of the "dfdl" language extension, replaces the snippets
+* Added debug option to use the same configuration as your last debug
+session.
+* New build script
+* Addition of Scala-Steward and Dependabot checks
+
+
+#### Closed Issues
+
+[GitHub v1.1.0 Closed Issues](https://github.com/apache/daffodil-vscode/milestone/2?closed=1)