From 9362b16b49a492ae46c1920889de6f6429255e52 Mon Sep 17 00:00:00 2001 From: Nick Laiacona Date: Fri, 7 Oct 2022 08:06:41 -0400 Subject: [PATCH] v1.1.2 --- package.json | 6 +++--- public/main-process/config/dist-config.json | 2 +- public/main-process/release-notes/latest.md | 9 +++++++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 750158b8..80daf9ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "faircopy", - "version": "1.1.2-dev.2", + "version": "1.1.2", "description": "A word processor for the humanities scholar.", "main": "public/electron.js", "private": true, @@ -122,8 +122,8 @@ "publish": { "provider": "keygen", "account": "8a8d3d6a-ab09-4f51-aea5-090bfd025dd8", - "product": "b2bfc67b-26bf-4407-b3d9-d7ad94d7f225", - "channel": "dev" + "product": "1e330e29-f0b4-4942-b813-0c78614e3abb", + "channel": "stable" } }, "postinstall": "electron-builder install-app-deps", diff --git a/public/main-process/config/dist-config.json b/public/main-process/config/dist-config.json index 04b67e22..8df234ac 100644 --- a/public/main-process/config/dist-config.json +++ b/public/main-process/config/dist-config.json @@ -1,5 +1,5 @@ { - "devMode": true, + "devMode": false, "devURL": "https://faircopy-activate-2-staging.herokuapp.com", "prodURL": "https://faircopyeditor.com" } \ No newline at end of file diff --git a/public/main-process/release-notes/latest.md b/public/main-process/release-notes/latest.md index f5ea7c9d..0558f2c8 100644 --- a/public/main-process/release-notes/latest.md +++ b/public/main-process/release-notes/latest.md @@ -2,6 +2,15 @@ The release notes list the improvements and bug fixes included in each new version of the software. +## Version 1.1.2 + +This version addresses a couple of bugs found in recent testing. + +### Bug Fixes + +* Fixed crash bug related to using arrow keys to navigate the structure tree near inline elements. +* Fixed bug where thumbnails were not appearing for facs IDs in TEI Documents. + ## Version 1.1.1 In FairCopy v1.1.1, we add functionality for Remote Projects. Remote Projects make it easy for teams to work together on a project. This feature is currently in closed beta, but if you would like to learn more, please contact us.