Skip to content

Commit

Permalink
v1.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
NickLaiacona committed Feb 8, 2023
1 parent 9ff42db commit aad4a10
Show file tree
Hide file tree
Showing 3 changed files with 15 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.6-dev.2",
"version": "1.1.6",
"description": "A word processor for the humanities scholar.",
"main": "public/electron.js",
"private": true,
Expand Down Expand Up @@ -126,8 +126,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"
}
11 changes: 11 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,17 @@

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

## Version 1.1.6

### Improvements

* Users can now create hotkeys for their favorite Mark elements. Hotkeys must use at least one of: alt, control, meta, or option keys. When used in a remote project, the user must have project config privs to edit the hotkeys, which will be shared by all members of the project.
* User can now pin the attribute drawer in the open position, to prevent the editor from hopping around as they move between elements.

### Bug Fixes

* A number of issues have been addressed around log in to remote projects, include server side session time outs.

## Version 1.1.4

### Improvements
Expand Down

0 comments on commit aad4a10

Please sign in to comment.