diff --git a/CHANGELOG.md b/CHANGELOG.md index fdde805..45f0629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,24 @@ All notable changes to the "atf" extension will be documented in this file. Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file. +## [1.2.0] - 2022-06-28 + +### Added + +- Basic syntax highlighting for glossary files (`*.glo`) + +### Changed + +- Low-level validation/lemmatisation log messages are no longer shown to the user whithin the console output in VS Code, but they are still saved to the log file. +- Word wrapping is enabled by default for ATF and glossary files +- Submitting an ATF file for validation/lemmatisation requires the file to have `*.atf` extension. This is consistent with the expectation of the server for the file to have this extension, and prevents users from accidentally forgetting to set the right extension +- More detailed logging messages are saved to the log file during server communication, for easier debugging +- More generous waiting time is set during server communications + +### Security + +- Some dependencies of Nisaba have been updated to address security vulnerabilities + ## [1.0.0] - 2021-10-28 - Initial release diff --git a/README.md b/README.md index 6fdc2b0..680dbf0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Nisaba: The new text editor for Oracc [![Nisaba on Visual Studio Marketplace](https://vsmarketplacebadge.apphb.com/version/UCLResearchSoftwareDevelopmentGroup.nisaba.svg)](https://marketplace.visualstudio.com/items?itemName=UCLResearchSoftwareDevelopmentGroup.nisaba) -[![Build Status](https://dev.azure.com/Oracc/Nisaba/_apis/build/status/oracc.nisaba?branchName=main)](https://dev.azure.com/Oracc/Nisaba/_build/latest?definitionId=2&branchName=main) +[![Tests and publishing](https://github.com/oracc/nisaba/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/oracc/nisaba/actions/workflows/ci.yml) Nisaba is the new text editor that enables Oracc content creators to view, edit and validate documents recording the content of cunneiform tablets from various ancient Mesopotamian cultures, translated and formatted for the modern reader. diff --git a/package.json b/package.json index 62e33b8..c31a3b4 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "nisaba", "displayName": "Nisaba", "description": "Support for ATF files, like those used by Oracc and the Nahrein Network.", - "version": "1.0.0", + "version": "1.2.0", "publisher": "UCLResearchSoftwareDevelopmentGroup", "repository": { "type": "git",