Commit Graph

523 Commits (2511113638c24d9a54ba360954812cb7a1fd1920)

Author SHA1 Message Date
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 971b930104
don't lint on npm start 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 8dc1e6e99c
upgrade
- create-react-app
- eslint
5 years ago
Mikael Finstad bbed91e74f
upgrade packages 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 5830a44d99
implement language also in node land (menus, etc) 5 years ago
Mikael Finstad aa5ab15547
move deops to devdeps 5 years ago
Mikael Finstad f6b824d04d
improvements
- implement drag drop sort #392
- scroll segment into view
- refactor
5 years ago
Mikael Finstad dd40b68efb
3.34.3 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 0cda1ece8f
3.34.2 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
Mikael Finstad 6877dcf24d
add DEV provisioning profile 5 years ago
Mikael Finstad 23a56b143f
3.34.1 5 years ago
Mikael Finstad 445e66ec6a
3.34.0 5 years ago
Mikael Finstad 3899f11717
3.33.1 5 years ago
Mikael Finstad ea12b861a2
3.33.0 5 years ago
Mikael Finstad 36b1056b56
Run tests on github 5 years ago
Mikael Finstad 8ed6cbdc74
upgrade to react-lottie-player 5 years ago
Mikael Finstad fccad62f55
3.32.0 6 years ago
Mikael Finstad 257342f023
fix #644 6 years ago
Mikael Finstad 5ce1ef1683
3.31.1 6 years ago
Mikael Finstad 7cdb7f386d
3.31.0 6 years ago
Mikael Finstad 1ab1ab3097 upgrade react-icons 6 years ago
Josef Karlsson 47f225cf59 Buildable on Windows 10
Using cross-env to make it build on other platforms. Only tested on Windows 10
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 927c0de461 3.30.0 6 years ago
Mikael Finstad eb88c95ab9 upgrade electron for bugfixes 6 years ago
Mikael Finstad 167607a9b0 3.29.1 6 years ago
Mikael Finstad b909dace63 upgrade ffmpeg to 4.3.1
also use package ffmpeg-ffprobe-static
6 years ago
Mikael Finstad 911c79bfb0 3.29.0 6 years ago
Mikael Finstad cc7e81b97c 3.28.0 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 0b14bdc618 yarn reformatted package.json 6 years ago
Mikael Finstad 9d36794a60 cleanup 6 years ago
Mikael Finstad ab784ad6ed Add removable media snap permission #410 6 years ago
Mikael Finstad a3bce63650 Load timecode offset from file #506 6 years ago
Mikael Finstad 8af83f2f56 3.27.0 6 years ago
Mikael Finstad ef1ae63343 3.26.0 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 2e5ecbda1d 3.25.0 6 years ago
Mikael Finstad e14ab96d9c 3.24.0 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] 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
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
Mikael Finstad ea5cec5fbd 3.23.8 6 years ago
Mikael Finstad 0ec79b5e42 3.23.7 6 years ago
Mikael Finstad 014885411d remove file assoc on linux (causing build issues) 6 years ago
Mikael Finstad 98a373cd55 3.23.6 6 years ago
Mikael Finstad d88848e92b temp disable snap
try to fix build issue
6 years ago
Mikael Finstad 5f53c4118f 3.23.5 6 years ago
Mikael Finstad bf0dd0ad2a 3.23.4 6 years ago
Mikael Finstad 6c4f7c1ccb 3.23.3 6 years ago
Mikael Finstad cee412567a i missed one 6 years ago
Mikael Finstad a24c654545 3.23.2 6 years ago
Mikael Finstad 1bbd966bf2 fix duplicate extensions
appx errors
6 years ago
Mikael Finstad 075928e0b4 3.23.1 6 years ago
Mikael Finstad d08674bcdd 3.23.0 6 years ago
Mikael Finstad b051b3875d Add fileAssociations on Windows/Linux too #288 6 years ago
Mikael Finstad b3b79df7a9 3.22.3 6 years ago
Mikael Finstad 3226b1a475 update ffmpeg-static #296 6 years ago
Mikael Finstad 9b3af1a995 3.22.2 6 years ago
Mikael Finstad 35f0a44f90 3.22.1 6 years ago
Mikael Finstad f56006e844 fix supported languages on mac app store #342 6 years ago
Mikael Finstad b45958bf25 3.22.0 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 67c25e0fc7 3.21.0 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 17ba6e88c8 3.20.1 6 years ago
Mikael Finstad b7f4b98506 3.20.0 6 years ago
Mikael Finstad 82d028eb37 improve error handling 6 years ago
Mikael Finstad faa982709b 3.19.0 6 years ago
Mikael Finstad 130d9a2f11 Sign trash exe also for MAS #303 6 years ago
Mikael Finstad 599b340a58 3.18.0 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 0fa6f439b6 3.17.33 6 years ago
Mikael Finstad 1610a0f770 3.17.32 6 years ago
Mikael Finstad 75157b8e6c 3.17.31 6 years ago
Mikael Finstad 03c2da353d upgrade electron-store 6 years ago
Mikael Finstad 34a6a3424f 3.17.30 6 years ago
Mikael Finstad 56359c1b41 update links 6 years ago
Mikael Finstad c9d3d03a56 3.17.29 6 years ago
Mikael Finstad 3c374432ff 3.17.28 6 years ago
Mikael Finstad c120afc37c add missing ext name 6 years ago
Mikael Finstad f05c1ffddc 3.17.27 6 years ago
Mikael Finstad bd503e740c 3.17.26 6 years ago
Mikael Finstad 64a080f446 use a proper tagged version for ffmpeg 6 years ago
Mikael Finstad 296e844323 update readme with store links 6 years ago
Mikael Finstad 27493849c9 3.17.25 6 years ago
Mikael Finstad 50b1236716 update ffmpeg 6 years ago
Mikael Finstad 87e012053b 3.17.24 6 years ago
Mikael Finstad 2fa01f84d5 3.17.23 6 years ago
Mikael Finstad db4c2a2f0b try to fix notarize instability 6 years ago
Mikael Finstad 44d4e4a787 3.17.22 6 years ago
Mikael Finstad d28db35ef2 fix build issues 6 years ago
Mikael Finstad 4f649f73ba try to fix build err 6 years ago
Mikael Finstad 15c982ed7c 3.17.21 6 years ago
Mikael Finstad 6a924c74e7 use custom ffmpeg for mac 6 years ago
Mikael Finstad 3b3597337c 3.17.20 6 years ago
Mikael Finstad 8eff811409 3.17.19 6 years ago
Mikael Finstad f2da0103f9 fix windows build error 6 years ago
Mikael Finstad e41c7a58c0 3.17.18 6 years ago
Mikael Finstad 3c5429f580 try to fix build 6 years ago
Mikael Finstad 2eae21d61e 3.17.17 6 years ago
Mikael Finstad fbd69c3c0c add missing tile icons for microsoft 6 years ago
Mikael Finstad 3c2045d810 3.17.16 6 years ago
Mikael Finstad 3a76aa0812 - Support Mac app store
- Disable version check for Mac app store and windows store
- restore windows targets
6 years ago
Mikael Finstad a6128c51f0 3.17.14 6 years ago
Mikael Finstad fd4a0eb0f2 fix appx issue 6 years ago
Mikael Finstad bebc5df02c speed up testing 6 years ago
Mikael Finstad 9acb666009 3.17.13 6 years ago
Mikael Finstad bb740a953e fix publisher 6 years ago
Mikael Finstad ae181d9822 3.17.12 6 years ago
Mikael Finstad 678d770167 try to fix appx build issue 6 years ago
Mikael Finstad 5b7e272586 3.17.11 6 years ago
Mikael Finstad f011a8bb73 3.17.10 6 years ago
Mikael Finstad a65f56fd4c try to build appx 6 years ago
Mikael Finstad 406aecf4a7 3.17.9 6 years ago
Mikael Finstad 640185c044 3.17.8 6 years ago
Mikael Finstad 0a92cda860 3.17.7 6 years ago
Mikael Finstad e98cdff8a2 try to fix snap error 6 years ago
Mikael Finstad 1f9329d235 3.17.6 6 years ago
Mikael Finstad 96de4315eb 3.17.5 6 years ago
Mikael Finstad 7c07ed73f1 build for snap store 6 years ago
Mikael Finstad 50207cb368 3.17.4 6 years ago
Mikael Finstad 9a2126b20b 3.17.3 6 years ago
Mikael Finstad e467b507a1 3.17.2 6 years ago
Mikael Finstad 8a9438847b fix menus and version check #239 #274
also improve help
6 years ago
Mikael Finstad 3ecc202022 3.17.1 6 years ago
Mikael Finstad 933ae2812f 3.17.0 6 years ago
Mikael Finstad 9ea2cedeff add initial support for i18n (incomplete) #29 6 years ago
Mikael Finstad 232aea1ad7 3.16.4 6 years ago
Mikael Finstad 07c179f272 3.16.3 6 years ago
Mikael Finstad b492b5ddcd 3.16.2 6 years ago
Mikael Finstad 12e2de0685 Revert "Try to support 32bit win"
This reverts commit 8871324279.
6 years ago
Mikael Finstad 5db672c9cf Revert "try to build windows zip as 64/32 bit"
This reverts commit 34e811a38d.
6 years ago
Mikael Finstad 7a46e74060 3.16.1 6 years ago
Mikael Finstad 34e811a38d try to build windows zip as 64/32 bit 6 years ago
Mikael Finstad 2990343103 3.16.0 6 years ago
Mikael Finstad 8871324279 Try to support 32bit win 6 years ago
Mikael Finstad 20fe9b5b6e 3.15.0 6 years ago
Mikael Finstad 78dcc946bc fix icon building 6 years ago
Mikael Finstad 1d5219f9cc 3.14.0 6 years ago
Mikael Finstad 9e2f5caa22 reduce app size
by moving CRA bundled resourced to devDependencies
so they are not part of electron app asar
6 years ago
Mikael Finstad 676f92c803 Build with create-react-app #108 6 years ago
Mikael Finstad 173e1bab94 3.13.0 6 years ago
Mikael Finstad b9a924f275 3.12.0 6 years ago
Mikael Finstad 146f24e8a4 3.11.0 6 years ago
Mikael Finstad b5f2f5d552 Implement audio waveform #6
also try to improve zooming
6 years ago
Mikael Finstad 43fb06658d 3.10.0 6 years ago
Mikael Finstad b2705bacb6 Improvements:
- Allow toggle sidebar
- Allow zoom with CTRL+mousewheel #254
- Improve performance
- modularize code
- remove standalone fontawesome
6 years ago
Mikael Finstad bf04116c91 fix bug 6 years ago
Mikael Finstad 703942cf12 3.9.1 6 years ago
Mikael Finstad 2fc6d0f3fa upgrade ffmpeg static 6 years ago
Mikael Finstad 2fce98680d 3.9.0 6 years ago
Mikael Finstad 6f1fc6ffe8 add devtools 6 years ago
Mikael Finstad 72e9e9ce0c 3.8.0 6 years ago
Mikael Finstad 2f45f28a3e 3.7.0 6 years ago
Mikael Finstad b22654a853 Improvements:
- Make side panel for cut segments
- Use up/down key to jump prev/next segment #254
6 years ago
Mikael Finstad d3ea1c3785 3.6.0 6 years ago
Mikael Finstad fc817f3f75 Implement save/load csv and autosave project #199 #251 #181 #58
Also show up to date segment list under help
6 years ago
Mikael Finstad 9e5b98529e 3.5.0 6 years ago
Mikael Finstad e7d3de3a25 implement undo/redo #176 6 years ago
Mikael Finstad bb326c89c7 3.4.0 6 years ago
Mikael Finstad e31e3bc53c 3.3.0 6 years ago
Mikael Finstad c86fefad9e implement persistent settings #149 6 years ago
Mikael Finstad cb614e74a1 3.2.0 6 years ago
Mikael Finstad 6ca9f3d2db 3.1.0 6 years ago
Mikael Finstad 0cfe65e890 improvements
- Show stream info
- add cute loader
6 years ago
Mikael Finstad ef87742897 3.0.1 6 years ago
Mikael Finstad 4fd916eaa9 3.0.0 6 years ago
Mikael Finstad e913982dc4 Many UI improvements #189
- support arbitrary stream selection #214
- implement mute playbakc #125
6 years ago
Mikael Finstad 996bd2d700 upgrade some devdeps 6 years ago
Mikael Finstad 5b69fd9a3b cleanup some deps 6 years ago
Mikael Finstad 2cea3c1a03 improve help sheet and add banner 6 years ago
Mikael Finstad 1e1d05c1b4 upgrade electron 6 years ago
Mikael Finstad 4d5d6aad86 2.8.0 7 years ago
Mikael Finstad 9b574f7f8c auto remove dummy vid 7 years ago
Mikael Finstad 6b67f6546d rewrite to modern hooks 7 years ago
Mikael Finstad 36571a7b87 upgrade trash module #228 7 years ago
Mikael Finstad 9eb8f9e938 upgrade ffmpeg #231 7 years ago
Mikael Finstad 74439d716d 2.7.1 7 years ago
Mikael Finstad 247dad4fee add zip for windows #243 7 years ago
Mikael Finstad d085b8dd16 2.7.0 7 years ago
Mikael Finstad 69fb9514fc 2.6.3 7 years ago
Mikael Finstad 4623362c76 add snap 7 years ago
Mikael Finstad 058b79d7d3 use github actions for building
will add snap later
7 years ago
Mikael Finstad 43de86aaa5 fix url 7 years ago
Mikael Finstad 44bb4fd7c4 2.6.2 7 years ago
Mikael Finstad 3afc195577 add snap and appimage linux targets 7 years ago
Mikael Finstad 6ad8f75b1a 2.6.1 7 years ago
Mikael Finstad c70beb38c9 upgrade file-type to hopefully improve mp4/mov detection 7 years ago
Mikael Finstad 0a20ab743c 2.6.0 7 years ago
Mikael Finstad 1ae41cf4d5
Update package.json 7 years ago
Mikael Finstad a0f70affd3 fix build issue 7 years ago
Mikael Finstad 21925c1ea3 fix build issue 7 years ago
Mikael Finstad ef112e6dec 2.5.0 7 years ago
Mikael Finstad f9e43a3bb4 upgrade build system
- change to electron-builder
- upgrade electron to 7
- use ffmpeg-static
7 years ago
Mikael Finstad f4fb54fff6 Improvements
- add low FPS support for HEVC/H265 and PRORES using ffmpeg per-frame rendering
- rotation previews
- refactoring
7 years ago
Mikael Finstad d5db3cf441 2.4.0 7 years ago
snyk-test de495367ed fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-AXIOS-174505
7 years ago
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>
7 years ago
Mikael Finstad 6d1c6d2a0a 2.3.0 7 years ago
snyk-bot b4dc0877d9 fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-ELECTRON-174045
7 years ago
snyk-bot 131d8bffaa fix: package.json to reduce vulnerabilities
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JQUERY-174006
7 years ago
Mikael Finstad 853c91d796 upgrade file-type to fix mp4/mov detection #144 7 years ago
Mikael Finstad 3e1dbc9f90 2.2.0 7 years ago
Mikael Finstad 4502ce28f2 remove linux32 bit support
because static builds seem to be missing now
7 years ago
Snyk bot 6191e1d966 fix: package.json to reduce vulnerabilities (#103)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/npm:cryptiles:20180710
- https://snyk.io/vuln/npm:deep-extend:20180409
- https://snyk.io/vuln/npm:extend:20180424
- https://snyk.io/vuln/npm:sshpk:20180409
- https://snyk.io/vuln/npm:stringstream:20180511
- https://snyk.io/vuln/npm:truncate:20180225
- https://snyk.io/vuln/npm:ua-parser-js:20180227
8 years ago
Snyk bot eefeaf05b5 fix: package.json to reduce vulnerabilities (#124)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-LODASH-73638
- https://snyk.io/vuln/SNYK-JS-LODASH-73639
8 years ago
Mikael Finstad 6edb51b147 2.1.0 8 years ago
Mikael Finstad dd6939f0b0 2.0.0 8 years ago
Mikael Finstad 0051e4d289 implement multi cut feature 🎉
#12
8 years ago
Mikael Finstad cfaa11028e Implement merge function
Also upgrade to react 16, sweetalert2 8 and refactor a bit
8 years ago
Mikael Finstad 278d91c1ba allow setting a time offset 8 years ago
Mikael Finstad 68da79caf9 upgrade eslint and fix 8 years ago
Mikael Finstad f276c0e3ed 1.14.0 8 years ago
Mikael Finstad 3e3f046685 Add trash source function 8 years ago
Mikael Finstad 55fac2ae11 1.13.0 8 years ago
Mikael Finstad b8c9c3396e 1.12.0 8 years ago
Mikael Finstad a2f6ee4a3b 1.11.0 8 years ago
Mikael Finstad f202a983f9 Upgrade electron 8 years ago
Mikael Finstad 24e1aa5bcd Swap keyboard.js with Mousetrap
mousetrap will not trigger when in input fields
8 years ago
Mikael Finstad 3cc6fbecc9 Use new ES features 8 years ago
Mikael Finstad 1d1daa5a3c 1.10.0 9 years ago
Mikael Finstad 305fae7a94 Upgrade build process
Use babel-preset-env
Upgrade icon-gen
add package.lock (i also tried yarn but it doesnt work well with electron packager)
extract version field in bash scripts
9 years ago
Mikael Finstad 5bf0c15d3e Implement version check 9 years ago
Mikael Finstad 7fa2b7ce0a 1.9.0 9 years ago
Mikael Finstad b65c416c4e 1.8.0 9 years ago
Mikael Finstad c86996aa51 Also lint jsx 9 years ago
Mikael Finstad b668280177 1.7.0 9 years ago
Mikael Finstad d208270cd0 Implement progress 9 years ago
Mikael Finstad 3938718406 1.6.0 9 years ago
Mikael Finstad fa6c737bc4 Make clean also delete dist folder 9 years ago
Mikael Finstad 0b327f5294 1.5.0 10 years ago
Mikael Finstad fdd3a681aa Improve build scripts 10 years ago
Mikael Finstad aee96f300b Fix capture frame
https://github.com/mifi/lossless-cut/issues/25
10 years ago
Jason Papakostas 29469ec912 Bump copyright year to 2017 10 years ago
Jason Papakostas 8e5c40b15c Specify app-copyright to electron-builder 10 years ago
Jason Papakostas 0626aa50ba Specify win32metadata to electron-builder #23
Note: the metadata is persistently cached by Windows at
HKEY_CLASSES_ROOT\Local Settings\Software\Microsoft\Windows\Shell\MuiCache
10 years ago
Mikael Finstad 246c18c28b 1.4.0 10 years ago
Mikael Finstad 5d03e9fb0e Use npm file-type 10 years ago
Mikael Finstad 41d6991c11 1.3.0 10 years ago
Mikael Finstad 21898711dc Support more mkv files
https://github.com/mifi/lossless-cut/issues/15
10 years ago
Mikael Finstad b622df997e Fix env detection
It was not working..
Use Sindre's module 🦄
10 years ago
Mikael Finstad 4c579b6073 1.2.2 10 years ago
Mikael Finstad 37398cd273 1.2.1 10 years ago
Mikael Finstad 62c29af1de Fix file-opened which returns an array
This fixes a crash when cutting after opening with ctrl+O

Also add more intelligent format detection.
Beause ffprobe only returns a list of formats
10 years ago
Mikael Finstad bf03d60176 Preserve links when zipping
To reduce output file size on mac
10 years ago
Mikael Finstad 495f45caeb 1.2.0 10 years ago
Mikael Finstad ec875b5c65 - Icon
- Bundle ffmpeg
- Fix menus on windows
- fs-methods seem to hang on windows, so exec instead

Resources:
https://discuss.atom.io/t/information-about-bundled-ffmpeg/28456/6
27730fd269/app/src/scripts/mp4-to-gif.js
https://github.com/orionhealth/electron-packager-plugin-non-proprietary-codecs-ffmpeg
https://github.com/konsumer/easy-ffmpeg
https://github.com/eugeneware/ffmpeg-static
10 years ago
Mikael Finstad 2abacd010d Implement partial speed control
J, K, L, however backward playing is not supported by chromium.
Also bump electron to 1.4.5
And don't use electron-compile anymore as it doesn't really give us anything
10 years ago
Mikael Finstad 95ed72edef 1.1.0 10 years ago
Mikael Finstad 9044f682fd Add new features
Add more hotkeys
More buttons
Show in/out point timestamps and click to jump to these
Scrubbing
Show error for unsupported files
10 years ago
Mikael Finstad e5c81f0ea8 Add alternative method for developing using watch and start-dist
Because of this issue https://github.com/electron/electron-compile/issues/146
10 years ago
Mikael Finstad a38cfd8953 Add lint and travis 10 years ago
Mikael Finstad 739a78538f Use asar package - produces less files 10 years ago
Mikael Finstad f16254f4c0 Fix build script 10 years ago
Mikael Finstad 7228999240 initial 10 years ago