Skip to content

Commit

Permalink
v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLaiacona committed Oct 7, 2022
1 parent a1a19d8 commit 9362b16
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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,
Expand Down Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion public/main-process/config/dist-config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"devMode": true,
"devMode": false,
"devURL": "https://faircopy-activate-2-staging.herokuapp.com",
"prodURL": "https://faircopyeditor.com"
}
9 changes: 9 additions & 0 deletions public/main-process/release-notes/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 9362b16

Please sign in to comment.