Skip to content

Commit 856483d

Browse files
author
Pietro Passarelli
committedMar 5, 2020
1.0.7
improved layout of paper edit view, and added contextual menu to programme script to make it easier to create voice over, notes, headings, as well as copy paste transcript selections
1 parent d113698 commit 856483d

File tree

3 files changed

+74
-81
lines changed

3 files changed

+74
-81
lines changed
 

‎.github/PULL_REQUEST_TEMPLATE.md

-23
Original file line numberDiff line numberDiff line change
@@ -10,26 +10,3 @@
1010

1111
**Additional context**
1212
<!-- Add any other context or screenshots about the PR. -->
13-
14-
15-
<!--
16-
## User Story / Context
17-
|As a ...|I want ...|So that ...|
18-
|-|-|-|
19-
|<Who>|<What>|<Why>|
20-
21-
## Acceptance Criteria
22-
- <Criteria to satisfy the PR Issue>
23-
24-
## Definitions of Done
25-
- [ ] Runs locally
26-
- [ ] Runs remotely
27-
- [ ] Test passes
28-
- [ ] Demonstrated
29-
- [ ] Deployed to Cosmos on Test and Live
30-
- [ ] Documentation
31-
- [ ] Developer Documentation - [repo's README|<link>]
32-
- [ ] Stakeholder Documentation - [Confluence|<link>]
33-
- [ ] Operational Documentation - [Runbook|<link>]
34-
- [ ] Peer reviewed by:
35-
-->

‎package-lock.json

+72-56
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "digital-paper-edit-electron",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"description": "Digital Paper Edit app",
55
"main": "src/electron-main.js",
66
"scripts": {
@@ -150,7 +150,7 @@
150150
"webpack": "^4.41.4"
151151
},
152152
"dependencies": {
153-
"@pietrop/digital-paper-edit-client": "^1.4.1",
153+
"@pietrop/digital-paper-edit-client": "^1.4.2",
154154
"assemblyai": "^1.0.1",
155155
"bootstrap-css-only": "^4.3.1",
156156
"deepspeech-node-wrapper": "^1.0.7",

0 commit comments

Comments
 (0)
Please sign in to comment.