Mikael Finstad
c70beb38c9
upgrade file-type to hopefully improve mp4/mov detection
2019-11-05 02:08:33 +08:00
Mikael Finstad
0a20ab743c
2.6.0
2019-11-04 19:31:47 +08:00
Mikael Finstad
1ae41cf4d5
Update package.json
2019-11-04 17:18:22 +08:00
Mikael Finstad
a0f70affd3
fix build issue
2019-11-04 11:46:00 +08:00
Mikael Finstad
21925c1ea3
fix build issue
2019-11-04 11:39:57 +08:00
Mikael Finstad
ef112e6dec
2.5.0
2019-11-04 11:35:02 +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
Mikael Finstad
d5db3cf441
2.4.0
2019-08-12 22:06:11 +02:00
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
2019-08-12 18:31:14 +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
6d1c6d2a0a
2.3.0
2019-06-13 20:25:46 +02:00
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
2019-05-10 13:56:59 +01:00
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
2019-05-10 13:56:25 +01:00
Mikael Finstad
853c91d796
upgrade file-type to fix mp4/mov detection #144
2019-05-10 13:29:59 +01:00
Mikael Finstad
3e1dbc9f90
2.2.0
2019-05-06 23:00:08 +02:00
Mikael Finstad
4502ce28f2
remove linux32 bit support
...
because static builds seem to be missing now
2019-05-06 21:24:07 +02:00
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
2019-02-10 15:39:53 +01:00
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
2019-02-10 15:37:15 +01:00
Mikael Finstad
6edb51b147
2.1.0
2019-01-29 00:10:10 +01:00
Mikael Finstad
dd6939f0b0
2.0.0
2019-01-28 18:14:58 +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
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
f276c0e3ed
1.14.0
2018-09-25 00:22:24 +02:00
Mikael Finstad
3e3f046685
Add trash source function
2018-09-24 23:23:25 +02:00
Mikael Finstad
55fac2ae11
1.13.0
2018-09-09 20:57:22 +02:00
Mikael Finstad
b8c9c3396e
1.12.0
2018-06-05 21:57:10 +02:00
Mikael Finstad
a2f6ee4a3b
1.11.0
2018-05-21 01:00:49 +02:00
Mikael Finstad
f202a983f9
Upgrade electron
2018-05-20 23:19:33 +02:00
Mikael Finstad
24e1aa5bcd
Swap keyboard.js with Mousetrap
...
mousetrap will not trigger when in input fields
2018-05-17 22:14:26 +02:00
Mikael Finstad
3cc6fbecc9
Use new ES features
2018-05-17 12:08:11 +02:00
Mikael Finstad
1d1daa5a3c
1.10.0
2018-02-18 14:06:40 +01:00
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
2018-02-17 17:42:59 +01:00
Mikael Finstad
5bf0c15d3e
Implement version check ✅
2018-02-17 15:15:30 +01:00
Mikael Finstad
7fa2b7ce0a
1.9.0
2017-11-21 22:58:30 +01:00
Mikael Finstad
b65c416c4e
1.8.0
2017-09-14 19:34:45 +02:00
Mikael Finstad
c86996aa51
Also lint jsx
2017-09-14 19:31:14 +02:00
Mikael Finstad
b668280177
1.7.0
2017-08-17 23:56:17 +02:00
Mikael Finstad
d208270cd0
Implement progress
2017-08-14 17:18:15 +02:00
Mikael Finstad
3938718406
1.6.0
2017-03-27 19:36:02 +02:00
Mikael Finstad
fa6c737bc4
Make clean also delete dist folder
2017-03-19 15:48:55 +01:00
Mikael Finstad
0b327f5294
1.5.0
2017-02-11 14:47:17 +01:00
Mikael Finstad
fdd3a681aa
Improve build scripts
2017-02-11 14:47:04 +01:00
Mikael Finstad
aee96f300b
Fix capture frame
...
https://github.com/mifi/lossless-cut/issues/25
2017-02-11 13:27:03 +01:00
Jason Papakostas
29469ec912
Bump copyright year to 2017
2017-02-03 10:18:11 -06:00
Jason Papakostas
8e5c40b15c
Specify app-copyright to electron-builder
2017-02-03 10:05:22 -06:00
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
2017-02-03 09:47:42 -06:00
Mikael Finstad
246c18c28b
1.4.0
2017-01-28 22:33:03 +01:00