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

326 Commits

Author SHA1 Message Date
Mikael Finstad
e56c7abf1e
3.45.0 2022-05-23 23:13:20 -07:00
dependabot[bot]
9a0598265e Bump moment from 2.29.1 to 2.29.2
Bumps [moment](https://github.com/moment/moment) from 2.29.1 to 2.29.2.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.1...2.29.2)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-09 17:18:24 +08:00
Mikael Finstad
3b5e7afcf7
upgrade electron-notarize 2022-03-13 16:34:14 +08:00
Mikael Finstad
226f037988
fix artifact name 2022-03-09 23:58:03 +08:00
Mikael Finstad
744e8d89d2
3.44.0 2022-03-09 23:42:17 +08:00
Mikael Finstad
c0aabf53cf
try to support arm64 #1056
but without ffmpeg
2022-03-09 23:40:09 +08:00
Mikael Finstad
c7cd929451
implement mac support for smart cut (h264) #126 2022-03-01 18:33:43 +08:00
Mikael Finstad
eab8a2c9b5
move sorting from merge to batch files
closes #1043
2022-02-24 22:50:59 +08:00
Mikael Finstad
425bf6f5de
add postversion script
https://github.com/mifi/lossless-cut/pull/987#issuecomment-1014246807
2022-02-23 18:29:17 +08:00
Mikael Finstad
8956a52cc9
upgrade fast xml parser 2022-02-23 18:29:17 +08:00
Mikael Finstad
23cbd73e93
upgrade lint and support esm
fix lint too
2022-02-21 14:16:15 +08:00
Mikael Finstad
2a373042f8
3.43.0 2022-02-21 00:24:54 +08:00
Mikael Finstad
1ad8b55abb
fix signing paths
and workaround mas-dev issue
https://github.com/electron-userland/electron-builder/pull/6660
2022-02-21 00:07:59 +08:00
Mikael Finstad
f1654d1831
json5 now need to be in deps 2022-02-21 00:05:00 +08:00
Mikael Finstad
802a701430
allow overriding any stored setting from the command line #371 2022-02-19 17:23:58 +08:00
Mikael Finstad
6c1b0e21da
split scripts 2022-02-18 22:11:03 +08:00
Mikael Finstad
e57fcb1096
when importing EDL file, don't delete existing EDL
allows for combining EDL from multiple sources #993
2022-02-13 23:35:30 +08:00
Mikael Finstad
e12cb2f469
3.42.0 2022-01-16 00:04:13 +07:00
Mikael Finstad
99656970af
3.41.0 2022-01-15 01:24:24 +07:00
Mikael Finstad
0ca64b0392
use formatTimecode more places #878 2022-01-14 16:18:46 +07:00
Mikael Finstad
7928257003
move file-url to deps
also needed from electron now
2022-01-14 14:18:36 +07:00
Mikael Finstad
833c0aca67
move lodash to deps 2022-01-14 14:12:38 +07:00
Mikael Finstad
58fea3b0ee
move deps to devDeps
reduces size of final app
2022-01-14 14:04:56 +07:00
Mikael Finstad
2adf6bdf5a
upgrade all deps and fix build error
(remove/regen yarn.lock)
2022-01-14 14:02:40 +07:00
Mikael Finstad
b5369608a7
change icon gen to upstream 2022-01-14 13:33:53 +07:00
Mikael Finstad
3df67d6bdc
upgrade cra 2022-01-14 13:03:47 +07:00
Achim
56cc72121a
fix "download-ffmpeg-linux" script (#949)
* fix "download-ffmpeg-linux" script

* directly extract ffmeg and ffprobe from tarball
2021-12-09 23:41:06 +07:00
Mikael Finstad
14f73f134b
generate ico for windows
to prevent pixelated icon
closes #778
2021-12-02 00:18:16 +07:00
Mikael Finstad
189056dfcd
update icon gen to use sharp instead of phantomjs
fixes https://github.com/flathub/no.mifi.losslesscut/pull/14
2021-11-16 01:48:40 +07:00
Mikael Finstad
7c6a1607c1
add licenses 2021-11-15 14:32:27 +07:00
dependabot[bot]
734b6bbc8f
Bump axios from 0.21.1 to 0.21.2 (#900)
Bumps [axios](https://github.com/axios/axios) from 0.21.1 to 0.21.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/master/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.21.1...v0.21.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:development
...

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-11-14 21:34:41 +07:00
Mikael Finstad
8b922a86e8
3.40.0 2021-11-13 18:40:45 +07:00
Mikael Finstad
c407a0430a
upgrade also mac ffmpeg to 4.4.1 2021-11-13 18:26:43 +07:00
Mikael Finstad
98da22e8dc
Upgrade ffmpeg to 4.4.1
except mac
Remove ffmpeg-ffprobe-static, use scripts instead

https://github.com/flathub/no.mifi.losslesscut/pull/11
2021-11-13 18:26:32 +07:00
Mikael Finstad
1a3af8323b
3.39.2 2021-10-26 21:40:47 +07:00
Mikael Finstad
4b3c08a736
fix script 2021-10-26 21:39:48 +07:00
Mikael Finstad
3ccbba952a
revert paths change
didnt work
2021-10-26 00:32:28 +07:00
Mikael Finstad
515987f098
3.39.1 2021-10-25 23:20:37 +07:00
Mikael Finstad
c5ff5ea208
upgrade electron-builder
because mas build no longer works
https://github.com/electron/electron/issues/28600
it generates a platform/darwin
"packaging       platform=darwin arch=x64 electron=8.5.5 appOutDir=dist/mas"
should be platform=mas
this seems fixed in newest electron-builder
2021-10-25 23:20:15 +07:00
Mikael Finstad
42bbe26331
3.39.0 2021-08-28 22:11:38 +07:00
Mikael Finstad
03b3cbf0b8
3.38.0 2021-08-26 00:35:38 +07:00
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
b9e619b5ac
Relicense to GPL
for compatibility with x264
2021-08-26 00:28:28 +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
5530482d1e
3.37.0 2021-07-25 14:36:07 +07: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
Mikael Finstad
33b9598a9d
upgrade react lottie player 2021-07-23 22:35:34 +07:00
Limon Monte
b30b21a236 Add timer progressbar to toasts 2021-07-20 17:25:05 +03:00
Mikael Finstad
93913b7d3b
3.36.0 2021-04-08 22:52:50 +07:00