Commit Graph

96 Commits (60bd6d56529f8ef01c59df1306e7a6887131b09e)

Author SHA1 Message Date
Mikael Finstad 60bd6d5652
run yarn upgrade 5 years ago
Mikael Finstad 75857b942c
fix version of packages that we cannot yet upgrade 5 years ago
Mikael Finstad e19d54dd88
upgrade electron 5 years ago
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
5 years ago
Mikael Finstad 9bf918db98
upgrade major versions 5 years ago
Mikael Finstad 7f7e6eb105
upgrade minors 5 years ago
Mikael Finstad 8dc1e6e99c
upgrade
- create-react-app
- eslint
5 years ago
Mikael Finstad bbed91e74f
upgrade packages 5 years ago
Mikael Finstad f35e9d270c
upgrade evergreen 5 years ago
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
5 years ago
Mikael Finstad f6b824d04d
improvements
- implement drag drop sort #392
- scroll segment into view
- refactor
5 years ago
Mikael Finstad 3ba00a032f
revert buggy 22.10.5 upgrade
https://github.com/electron-userland/electron-builder/issues/3012
5 years ago
Mikael Finstad fab7f12dbe
fix "binaries"
didn't work for dev, because: dist/mas-dev
22.10.5 allows binaries paths relative to Contents
5 years ago
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>
5 years ago
Mikael Finstad 36b1056b56
Run tests on github 6 years ago
Mikael Finstad 8ed6cbdc74
upgrade to react-lottie-player 6 years ago
Mikael Finstad 1ab1ab3097 upgrade react-icons 6 years ago
Josef Karlsson 1d498f11d7 Use yarn for cross-env and no .vs
Using yarn instead of npm to install cross-env and removing .vs folder
6 years ago
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>
6 years ago
Mikael Finstad eb88c95ab9 upgrade electron for bugfixes 6 years ago
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>
6 years ago
Mikael Finstad b909dace63 upgrade ffmpeg to 4.3.1
also use package ffmpeg-ffprobe-static
6 years ago
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
6 years ago
Mikael Finstad 9d36794a60 cleanup 6 years ago
Mikael Finstad a3bce63650 Load timecode offset from file #506 6 years ago
Mikael Finstad d3ef2a2d9f fix scanner 6 years ago
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)
6 years ago
Mikael Finstad 53850aac7d Implement split segment function #460 6 years ago
Mikael Finstad e855482513 use use-debounce
instead of react-use/useDebounce (use-debounce is better)
6 years ago
Mikael Finstad 86ca0e78e1 upgrade electron-builder 6 years ago
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
6 years ago
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>
6 years ago
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>
6 years ago
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>
6 years ago
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
6 years ago
Mikael Finstad 7e59ee6757 Add XMEML importer #458 6 years ago
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>
6 years ago
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>
6 years ago
Mikael Finstad 3226b1a475 update ffmpeg-static #296 6 years ago
Mikael Finstad af2ac22a96 upgrade electron to 8.2.5 and add app focus on drop #335 6 years ago
Mikael Finstad 80709421f5 upgrade electron builder 6 years ago
Mikael Finstad 4f052be7a3 Upgrade ffmpeg-static #296 6 years ago
Mikael Finstad c15e21226a add i18n scanner and update deprecated i18next-node-fs-backend #29 6 years ago
Mikael Finstad 2384b27907 add colorful track info 6 years ago
Mikael Finstad b1bd2731b4 Implement a canvas for better playback of more formats #88 6 years ago
Mikael Finstad f55a483b26 add missing lockfiel 6 years ago
Mikael Finstad 4b80e358ce Improve messages 6 years ago
Mikael Finstad 57ecaf13c2 Improve messages
Also add report error function
6 years ago
Mikael Finstad c6df9e09e1 update ffmpeg #296 6 years ago
Mikael Finstad 03c2da353d upgrade electron-store 6 years ago