1
0
mirror of https://github.com/mifi/lossless-cut.git synced 2024-11-22 02:12:30 +01:00
Commit Graph

267 Commits

Author SHA1 Message Date
Mikael Finstad
b4fc68b813
Degrade to electron@8 #714 #26143
due to issues with child_process slowing down UI
2021-08-26 00:34:11 +07:00
Mikael Finstad
e688f151b6
UI improvements
- Upgrade evergreen-ui
- improve stream selector
- improve buttons
- add default error toast
- better error handling

https://github.com/segmentio/evergreen/releases/tag/v5.0.0
https://evergreen.segment.com/introduction/v6-migration-guide
2021-08-25 22:21:30 +07:00
Mikael Finstad
a6fd55cf9c
Merge pull request #809 from mifi/dependabot/npm_and_yarn/jszip-3.7.1
Bump jszip from 3.6.0 to 3.7.1
2021-08-13 21:17:48 +07:00
dependabot[bot]
f31d355cf1
Bump jszip from 3.6.0 to 3.7.1
Bumps [jszip](https://github.com/Stuk/jszip) from 3.6.0 to 3.7.1.
- [Release notes](https://github.com/Stuk/jszip/releases)
- [Changelog](https://github.com/Stuk/jszip/blob/master/CHANGES.md)
- [Commits](https://github.com/Stuk/jszip/compare/v3.6.0...v3.7.1)

---
updated-dependencies:
- dependency-name: jszip
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-13 07:35:25 +00:00
dependabot[bot]
d9fc10d4bc
Bump url-parse from 1.5.1 to 1.5.3
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-13 07:35:23 +00:00
dependabot[bot]
0f3db40fbd
Bump path-parse from 1.0.6 to 1.0.7
Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7.
- [Release notes](https://github.com/jbgutierrez/path-parse/releases)
- [Commits](https://github.com/jbgutierrez/path-parse/commits/v1.0.7)

---
updated-dependencies:
- dependency-name: path-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-11 00:36:17 +00:00
dependabot[bot]
86f43b47d1
Bump tar from 6.1.0 to 6.1.3
Bumps [tar](https://github.com/npm/node-tar) from 6.1.0 to 6.1.3.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.0...v6.1.3)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-03 20:19:18 +00:00
Mikael Finstad
929f213186
degrade framer motion to 1 due to issues also with 3
timeline was not rendering correctly after zooming
2021-07-25 13:38:40 +07:00
Mikael Finstad
5705a9a233
degrade framer motion due to animation issues
can be reproduced by disabling segments to export, then enable again
2021-07-25 11:46:24 +07:00
Limon Monte
c95a4dd3f5 Bump sweetalert2 to latest 2021-07-24 00:44:55 +03:00
Mikael Finstad
33b9598a9d
upgrade react lottie player 2021-07-23 22:35:34 +07:00
Mikael Finstad
95d7dca000
Merge pull request #785 from limonte/add-timer-progressbar-to-toasts
Add timer progressbar to toasts
2021-07-23 22:34:58 +07:00
Mikael Finstad
baeed11b4c
Merge pull request #787 from mifi/dependabot/npm_and_yarn/hosted-git-info-2.8.9
Bump hosted-git-info from 2.8.8 to 2.8.9
2021-07-23 15:29:37 +07:00
dependabot[bot]
34f9975158
Bump ssri from 6.0.1 to 6.0.2
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/npm/ssri/releases)
- [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md)
- [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2)

---
updated-dependencies:
- dependency-name: ssri
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-23 08:27:08 +00:00
dependabot[bot]
5e19afbed6
Bump hosted-git-info from 2.8.8 to 2.8.9
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

---
updated-dependencies:
- dependency-name: hosted-git-info
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-23 08:27:06 +00:00
Mikael Finstad
ab0560ba8f
Merge pull request #761 from mifi/dependabot/npm_and_yarn/dns-packet-1.3.4
Bump dns-packet from 1.3.1 to 1.3.4
2021-07-23 15:26:33 +07:00
Limon Monte
b30b21a236 Add timer progressbar to toasts 2021-07-20 17:25:05 +03:00
dependabot[bot]
fdaca0c6e5
Bump ws from 6.2.1 to 6.2.2
Bumps [ws](https://github.com/websockets/ws) from 6.2.1 to 6.2.2.
- [Release notes](https://github.com/websockets/ws/releases)
- [Commits](https://github.com/websockets/ws/commits)

---
updated-dependencies:
- dependency-name: ws
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-06-05 00:49:14 +00:00
dependabot[bot]
dfbecf90d8
Bump dns-packet from 1.3.1 to 1.3.4
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4.
- [Release notes](https://github.com/mafintosh/dns-packet/releases)
- [Changelog](https://github.com/mafintosh/dns-packet/blob/master/CHANGELOG.md)
- [Commits](https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4)

Signed-off-by: dependabot[bot] <support@github.com>
2021-05-28 13:17:23 +00:00
Mikael Finstad
1506b807f3
upgrade to electron 9 2021-04-08 22:52:15 +07:00
Mikael Finstad
09daf1785f
degrade electron again due to slowdown #714 2021-04-02 14:18:13 +07:00
Mikael Finstad
60bd6d5652
run yarn upgrade 2021-04-01 22:46:24 +07:00
Mikael Finstad
75857b942c
fix version of packages that we cannot yet upgrade 2021-04-01 22:45:33 +07:00
Mikael Finstad
e19d54dd88
upgrade electron 2021-04-01 21:29:15 +07:00
Mikael Finstad
0e58fc65de
upgrade packages
uuid,framer-motion,react-lottie-player,react-sortable-hoc,react-syntax-highlighter,sweetalert2-react-content,csv-stringify,csv-parse,trash,execa
2021-04-01 20:58:53 +07:00
Mikael Finstad
9bf918db98
upgrade major versions 2021-03-30 22:25:42 +07:00
Mikael Finstad
7f7e6eb105
upgrade minors 2021-03-30 22:03:05 +07:00
Mikael Finstad
8dc1e6e99c
upgrade
- create-react-app
- eslint
2021-03-30 22:01:25 +07:00
Mikael Finstad
bbed91e74f
upgrade packages 2021-03-30 18:18:46 +07:00
Mikael Finstad
f35e9d270c
upgrade evergreen 2021-03-29 22:20:48 +07:00
Snyk bot
1a5e80515c
fix: package.json & yarn.lock to reduce vulnerabilities (#712)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-I18NEXT-1065979
- https://snyk.io/vuln/SNYK-JS-I18NEXT-575536
- https://snyk.io/vuln/SNYK-JS-I18NEXT-585930
2021-03-28 19:38:53 +02:00
Mikael Finstad
f6b824d04d
improvements
- implement drag drop sort #392
- scroll segment into view
- refactor
2021-03-28 00:00:29 +07:00
Mikael Finstad
3ba00a032f
revert buggy 22.10.5 upgrade
https://github.com/electron-userland/electron-builder/issues/3012
2021-03-26 13:15:42 +07:00
Mikael Finstad
fab7f12dbe
fix "binaries"
didn't work for dev, because: dist/mas-dev
22.10.5 allows binaries paths relative to Contents
2021-03-26 11:21:36 +07:00
dependabot[bot]
8599e89657
Bump elliptic from 6.5.3 to 6.5.4 (#699)
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.3...v6.5.4)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-03-25 12:54:10 +01:00
Mikael Finstad
36b1056b56
Run tests on github 2021-02-19 13:43:48 +01:00
Mikael Finstad
8ed6cbdc74
upgrade to react-lottie-player 2021-02-16 23:41:12 +01:00
Mikael Finstad
1ab1ab3097 upgrade react-icons 2021-01-23 17:06:23 +01:00
Josef Karlsson
1d498f11d7 Use yarn for cross-env and no .vs
Using yarn instead of npm to install cross-env and removing .vs folder
2021-01-19 00:15:12 +01:00
dependabot[bot]
b03a795bd2 Bump axios from 0.19.2 to 0.21.1
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-18 22:20:04 +01:00
Mikael Finstad
eb88c95ab9 upgrade electron for bugfixes 2020-12-13 14:37:07 +01:00
dependabot[bot]
bcc8454eb9 Bump ini from 1.3.4 to 1.3.7
Bumps [ini](https://github.com/isaacs/ini) from 1.3.4 to 1.3.7.
- [Release notes](https://github.com/isaacs/ini/releases)
- [Commits](https://github.com/isaacs/ini/compare/v1.3.4...v1.3.7)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-11 13:33:22 +01:00
Mikael Finstad
b909dace63 upgrade ffmpeg to 4.3.1
also use package ffmpeg-ffprobe-static
2020-12-11 00:09:13 +01:00
Mikael Finstad
e62fb6a64b Go back to mousetrap
seems to be the only lib properly handling layouts that require
shift to be pressed to get a particular key #520
Also document.addEventListener needs custom handling of modifier keys
or C will be triggered by CTRL+C, etc
2020-12-10 13:19:42 +01:00
Mikael Finstad
9d36794a60 cleanup 2020-12-08 16:39:41 +01:00
Mikael Finstad
a3bce63650 Load timecode offset from file #506 2020-11-27 22:43:06 +01:00
Mikael Finstad
d3ef2a2d9f fix scanner 2020-11-25 22:26:11 +01:00
Mikael Finstad
5390085bff Many improvements
- Implement an Export summary/confirmation sheet when pressing export
- Move output option buttons to export sheet
- Add config option to disable use_metadata_tags (default to false) #463 #402 #99
- Add config option for avoid_negative_ts #13
- Escape key to close sheets
- Change from mousetrap to hotkeys.js (better unbind - more compatible with react)
2020-11-25 21:46:03 +01:00
Mikael Finstad
53850aac7d Implement split segment function #460 2020-11-21 15:05:45 +01:00
Mikael Finstad
e855482513 use use-debounce
instead of react-use/useDebounce (use-debounce is better)
2020-11-21 15:04:12 +01:00
Mikael Finstad
86ca0e78e1 upgrade electron-builder 2020-11-19 23:44:01 +01:00
snyk-bot
8721f1b75a fix: package.json & yarn.lock to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-PRISMJS-597628
2020-11-19 23:15:10 +01:00
dependabot[bot]
37aba13af3 Bump http-proxy from 1.18.0 to 1.18.1
Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.18.0 to 1.18.1.
- [Release notes](https://github.com/http-party/node-http-proxy/releases)
- [Changelog](https://github.com/http-party/node-http-proxy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/http-party/node-http-proxy/compare/1.18.0...1.18.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-19 23:13:40 +01:00
dependabot[bot]
b186757615 Bump electron from 8.2.5 to 8.5.2
Bumps [electron](https://github.com/electron/electron) from 8.2.5 to 8.5.2.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/master/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v8.2.5...v8.5.2)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-19 23:13:17 +01:00
dependabot[bot]
393455e9e5 Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-19 23:12:38 +01:00
Mikael Finstad
81eb66faa2 Many improvements
- Add config option for asking about file open #467
- Implement text/youtube segments import #458
- Implement CUE sheet import #458
- Implement XMEML import (Final Cut Pro / Davinci Resolve)
- Allow import embedded chapters as segments #300
2020-11-19 22:51:17 +01:00
Mikael Finstad
7e59ee6757 Add XMEML importer #458 2020-11-18 21:24:20 +01:00
dependabot[bot]
74c87bcba2 Bump lodash from 4.17.13 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.13...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-03 23:03:52 +02:00
dependabot[bot]
e05d817eb3 Bump websocket-extensions from 0.1.3 to 0.1.4
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4.
- [Release notes](https://github.com/faye/websocket-extensions-node/releases)
- [Changelog](https://github.com/faye/websocket-extensions-node/blob/master/CHANGELOG.md)
- [Commits](https://github.com/faye/websocket-extensions-node/compare/0.1.3...0.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-09 17:14:27 +02:00
Mikael Finstad
3226b1a475 update ffmpeg-static #296 2020-05-06 14:06:29 +08:00
Mikael Finstad
af2ac22a96 upgrade electron to 8.2.5 and add app focus on drop #335 2020-05-03 21:15:38 +08:00
Mikael Finstad
80709421f5 upgrade electron builder 2020-05-03 17:36:58 +08:00
Mikael Finstad
4f052be7a3 Upgrade ffmpeg-static #296 2020-05-03 17:34:58 +08:00
Mikael Finstad
c15e21226a add i18n scanner and update deprecated i18next-node-fs-backend #29 2020-05-02 22:10:03 +08:00
Mikael Finstad
2384b27907 add colorful track info 2020-04-27 13:50:04 +08:00
Mikael Finstad
b1bd2731b4 Implement a canvas for better playback of more formats #88 2020-04-26 23:22:44 +08:00
Mikael Finstad
f55a483b26 add missing lockfiel 2020-04-17 23:57:50 +08:00
Mikael Finstad
4b80e358ce Improve messages 2020-04-10 21:31:02 +08:00
Mikael Finstad
57ecaf13c2 Improve messages
Also add report error function
2020-04-10 18:54:51 +08:00
Mikael Finstad
c6df9e09e1 update ffmpeg #296 2020-04-08 15:10:56 +08:00
Mikael Finstad
03c2da353d upgrade electron-store 2020-04-05 22:16:54 +08:00
dependabot[bot]
06e19650d1 Bump acorn from 5.7.3 to 5.7.4
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.3 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.3...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-04-01 18:48:28 +08:00
Mikael Finstad
db4c2a2f0b try to fix notarize instability 2020-04-01 11:49:02 +08:00
Mikael Finstad
f2da0103f9 fix windows build error 2020-03-31 15:51:40 +08:00
Mikael Finstad
3a76aa0812 - Support Mac app store
- Disable version check for Mac app store and windows store
- restore windows targets
2020-03-31 13:11:55 +08:00
Mikael Finstad
8a9438847b fix menus and version check #239 #274
also improve help
2020-03-26 19:04:36 +08:00
Mikael Finstad
9ea2cedeff add initial support for i18n (incomplete) #29 2020-03-19 23:37:38 +08:00
Mikael Finstad
9e2f5caa22 reduce app size
by moving CRA bundled resourced to devDependencies
so they are not part of electron app asar
2020-03-04 19:05:05 +08:00
Mikael Finstad
676f92c803 Build with create-react-app #108 2020-03-04 18:41:40 +08:00
Mikael Finstad
b5f2f5d552 Implement audio waveform #6
also try to improve zooming
2020-02-27 17:17:35 +08:00
Mikael Finstad
b2705bacb6 Improvements:
- Allow toggle sidebar
- Allow zoom with CTRL+mousewheel #254
- Improve performance
- modularize code
- remove standalone fontawesome
2020-02-26 11:11:28 +08:00
Mikael Finstad
2fc6d0f3fa upgrade ffmpeg static 2020-02-25 15:01:08 +08:00
Mikael Finstad
6bf6856094 add forgotten 2020-02-24 18:21:07 +08:00
Mikael Finstad
b22654a853 Improvements:
- Make side panel for cut segments
- Use up/down key to jump prev/next segment #254
2020-02-21 17:37:36 +08:00
Mikael Finstad
fc817f3f75 Implement save/load csv and autosave project #199 #251 #181 #58
Also show up to date segment list under help
2020-02-21 01:57:14 +08:00
Mikael Finstad
e7d3de3a25 implement undo/redo #176 2020-02-20 18:41:01 +08:00
Mikael Finstad
c86fefad9e implement persistent settings #149 2020-02-20 12:34:53 +08:00
Mikael Finstad
0cfe65e890 improvements
- Show stream info
- add cute loader
2020-02-18 22:17:14 +08:00
Mikael Finstad
e913982dc4 Many UI improvements #189
- support arbitrary stream selection #214
- implement mute playbakc #125
2020-02-16 12:33:38 +08:00
Mikael Finstad
996bd2d700 upgrade some devdeps 2020-02-15 21:06:26 +08:00
Mikael Finstad
5b69fd9a3b cleanup some deps 2020-02-15 21:04:44 +08:00
Mikael Finstad
2cea3c1a03 improve help sheet and add banner 2020-02-15 14:53:32 +08:00
Mikael Finstad
1e1d05c1b4 upgrade electron 2020-02-15 00:03:57 +08:00
Mikael Finstad
6b67f6546d rewrite to modern hooks 2020-02-14 12:06:15 +08:00
Mikael Finstad
36571a7b87 upgrade trash module #228 2020-02-12 00:41:22 +08:00
Mikael Finstad
9eb8f9e938 upgrade ffmpeg #231 2020-02-12 00:36:56 +08:00
Mikael Finstad
058b79d7d3 use github actions for building
will add snap later
2020-02-10 15:24:30 +08:00
Mikael Finstad
c70beb38c9 upgrade file-type to hopefully improve mp4/mov detection 2019-11-05 02:08:33 +08:00
Mikael Finstad
d22e31c1c0 add forgotten yarn lock 2019-11-04 11:34:59 +08:00
Mikael Finstad
f9e43a3bb4 upgrade build system
- change to electron-builder
- upgrade electron to 7
- use ffmpeg-static
2019-11-04 11:32:03 +08:00
Mikael Finstad
f4fb54fff6 Improvements
- add low FPS support for HEVC/H265 and PRORES using ffmpeg per-frame rendering
- rotation previews
- refactoring
2019-11-04 00:19:36 +08:00
dependabot[bot]
c6c4fa297a Bump eslint-utils from 1.3.1 to 1.4.2
Bumps [eslint-utils](https://github.com/mysticatea/eslint-utils) from 1.3.1 to 1.4.2.
- [Release notes](https://github.com/mysticatea/eslint-utils/releases)
- [Commits](https://github.com/mysticatea/eslint-utils/compare/v1.3.1...v1.4.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-28 14:07:40 +02:00
Mikael Finstad
0450bd3f45 yarn wants to update lock 2019-08-12 18:33:02 +02:00
dependabot[bot]
399dad8ad7 Bump stringstream from 0.0.5 to 0.0.6
Bumps [stringstream](https://github.com/mhart/StringStream) from 0.0.5 to 0.0.6.
- [Release notes](https://github.com/mhart/StringStream/releases)
- [Commits](https://github.com/mhart/StringStream/compare/v0.0.5...v0.0.6)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-12 18:30:31 +02:00
dependabot[bot]
a13e39ace4 Bump extend from 3.0.1 to 3.0.2
Bumps [extend](https://github.com/justmoon/node-extend) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/justmoon/node-extend/releases)
- [Changelog](https://github.com/justmoon/node-extend/blob/master/CHANGELOG.md)
- [Commits](https://github.com/justmoon/node-extend/compare/v3.0.1...v3.0.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-12 18:30:19 +02:00
dependabot[bot]
fd37975041 Bump js-yaml from 3.12.0 to 3.13.1
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.12.0 to 3.13.1.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.12.0...3.13.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-12 18:30:02 +02:00
dependabot[bot]
9b64e67f81 Bump sshpk from 1.13.0 to 1.16.1
Bumps [sshpk](https://github.com/joyent/node-sshpk) from 1.13.0 to 1.16.1.
- [Release notes](https://github.com/joyent/node-sshpk/releases)
- [Commits](https://github.com/joyent/node-sshpk/compare/v1.13.0...v1.16.1)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-12 18:29:00 +02:00
dependabot[bot]
05d3dfcbb6 Bump tar from 2.2.1 to 2.2.2
Bumps [tar](https://github.com/npm/node-tar) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Commits](https://github.com/npm/node-tar/compare/v2.2.1...v2.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-12 18:28:33 +02:00
dependabot[bot]
466db303a3 Bump lodash from 4.17.11 to 4.17.13
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>
2019-08-12 18:25:17 +02:00
Mikael Finstad
0db2a12572 yarn lock wants to update 2019-06-13 15:35:03 +02:00
Mikael Finstad
853c91d796 upgrade file-type to fix mp4/mov detection #144 2019-05-10 13:29:59 +01:00
Mikael Finstad
0051e4d289 implement multi cut feature 🎉
#12
2019-01-28 18:09:54 +01:00
Mikael Finstad
cfaa11028e Implement merge function
Also upgrade to react 16, sweetalert2 8 and refactor a bit
2019-01-28 02:25:31 +01:00
Mikael Finstad
8817c2c80b modernize code and use sweetalert2 2019-01-28 00:21:53 +01:00
Mikael Finstad
278d91c1ba allow setting a time offset 2019-01-12 17:43:18 +00:00
Mikael Finstad
68da79caf9 upgrade eslint and fix 2018-09-30 22:08:36 +02:00
Mikael Finstad
ab4e3eb5c8 convert from npm (package-lock) to yarn 2018-09-30 21:26:39 +02:00