Skip to content

Commit

Permalink
Release v1.2.0 (#114)
Browse files Browse the repository at this point in the history
  • Loading branch information
giordano authored Jun 28, 2022
1 parent d70a10d commit 2808ceb
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2808ceb

Please sign in to comment.