Skip to content

Commit

Permalink
v1.1.9
Browse files Browse the repository at this point in the history
v1.1.9
  • Loading branch information
NickLaiacona authored Sep 13, 2023
2 parents 9c5ef1b + d221cc4 commit 1aef616
Show file tree
Hide file tree
Showing 3 changed files with 17 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.9-dev.5",
"version": "1.1.9",
"description": "A word processor for the humanities scholar.",
"main": "public/electron.js",
"private": true,
Expand Down Expand Up @@ -127,8 +127,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"
}
13 changes: 13 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,19 @@

The release notes list the improvements and bug fixes included in each new version of the software.

## Version 1.1.9

### Improvements

* Users can now move images between facsimiles
* Move Resource function is restored and now works for remote projects

### Bug Fixes

* Long filenames obscure close button
* Limit autocomplete of TEI Pointers to current document
* Fixed intermittent error when checking out resources in remote projects

## Version 1.1.8

### Bug Fixes
Expand Down

0 comments on commit 1aef616

Please sign in to comment.