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

408 Commits

Author SHA1 Message Date
Mikael Finstad
97abceabbd
3.57.0 2023-10-15 18:45:24 +08:00
dependabot[bot]
e604cfd1bb Bump electron from 26.2.1 to 26.2.4
Bumps [electron](https://github.com/electron/electron) from 26.2.1 to 26.2.4.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v26.2.1...v26.2.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-10-15 17:24:36 +08:00
dependabot[bot]
739ff58826 Bump electron from 26.0.0 to 26.2.1
Bumps [electron](https://github.com/electron/electron) from 26.0.0 to 26.2.1.
- [Release notes](https://github.com/electron/electron/releases)
- [Changelog](https://github.com/electron/electron/blob/main/docs/breaking-changes.md)
- [Commits](https://github.com/electron/electron/compare/v26.0.0...v26.2.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-19 07:54:48 +03:00
Mikael Finstad
a382d040dd
3.56.0 2023-08-24 13:38:07 +02:00
Mikael Finstad
334fc2129c
upgrade packages 2023-08-21 13:15:23 +02:00
Mikael Finstad
89e23c546b
degrade execa
fixes #1673
2023-08-21 13:03:48 +02:00
Mikael Finstad
c88e63c5ef
allow per-stream bitstream filters
https://github.com/mifi/lossless-cut/issues/1680#issuecomment-1682915193

also refactor per stream params
2023-08-20 22:25:25 +02:00
Mikael Finstad
d496326ae1
Merge branch 'master' into ffmpeg-6
# Conflicts:
#	yarn.lock
2023-07-11 17:35:40 +02:00
dependabot[bot]
07731446bc Bump fast-xml-parser from 4.2.4 to 4.2.5
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.2.4 to 4.2.5.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.2.4...v4.2.5)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-24 19:29:05 +02:00
dependabot[bot]
5773698960 Bump semver from 7.3.7 to 7.5.2
Bumps [semver](https://github.com/npm/node-semver) from 7.3.7 to 7.5.2.
- [Release notes](https://github.com/npm/node-semver/releases)
- [Changelog](https://github.com/npm/node-semver/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-semver/compare/v7.3.7...v7.5.2)

---
updated-dependencies:
- dependency-name: semver
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-24 11:44:26 +02:00
Mikael Finstad
dde7c225b5
Merge branch 'master' into ffmpeg-6
# Conflicts:
#	yarn.lock
2023-06-10 21:19:46 +01:00
dependabot[bot]
1fe37ae923 Bump fast-xml-parser from 4.0.3 to 4.2.4
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser) from 4.0.3 to 4.2.4.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases)
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/commits)

---
updated-dependencies:
- dependency-name: fast-xml-parser
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-10 20:49:13 +01:00
dependabot[bot]
3488d7aef0 Bump vite from 4.1.1 to 4.1.5
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.1.1 to 4.1.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/v4.1.5/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.1.5/packages/vite)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-06-06 15:29:42 +02:00
Mikael Finstad
2a6fb71f41
Merge branch 'master' into ffmpeg-6 2023-04-09 00:32:11 +09:00
Mikael Finstad
3a9d51f440
3.55.2 2023-04-09 00:30:49 +09:00
Mikael Finstad
01a839df32
upgrade electron
to fix mas issue
https://github.com/electron/electron/pull/37309
2023-04-09 00:30:12 +09:00
Mikael Finstad
3a257db89e
Revert "rename non-usable artifacts #1551"
This reverts commit 0fd363fbd1.
2023-04-08 23:52:08 +09:00
Mikael Finstad
3bc407cabd
refactors
- upgarde execa
- remove moment
- pull ffmpeg/execa logic out into main process
2023-04-08 23:51:09 +09:00
Mikael Finstad
6cd949ac26
Merge branch 'master' into ffmpeg-6 2023-04-08 21:19:33 +09:00
Mikael Finstad
6fa2465ef5
3.55.1 2023-04-07 21:34:03 +09:00
Mikael Finstad
7da308c7d1
Revert "rename non-usable artifacts #1551"
This reverts commit 194406eed6.
2023-04-07 21:32:09 +09:00
Mikael Finstad
f17241a291
3.55.0 2023-04-07 21:10:31 +09:00
Mikael Finstad
194406eed6
rename non-usable artifacts #1551 2023-04-07 21:07:59 +09:00
Mikael Finstad
0fd363fbd1
rename non-usable artifacts #1551 2023-04-07 20:59:30 +09:00
Mikael Finstad
2674f66c7d
upgrade to ffmpeg6
and use shared ffmpeg for win and linux
closes #1143
2023-04-05 13:02:04 +09:00
Mikael Finstad
99b6f5479a
3.54.0 2023-04-04 22:57:08 +09:00
Mikael Finstad
9484865e1b
3.53.0 2023-03-10 22:06:08 +08:00
Mikael Finstad
9b027bc762
implement dark/ight mode
still not 100%, but
closes #733
2023-03-10 12:12:48 +08:00
Mikael Finstad
d252ed3a14 use fontsource 2023-02-19 14:45:11 +08:00
Mikael Finstad
eb963ee601
upgrade i18n packages
- this upgrades translation json format from v3 to 4
- replace i18next-scanner with i18next-parser (former doesn't support json v4)
- and enable pluralization support #346
2023-02-18 23:18:08 +08:00
Mikael Finstad
dd1b44f2d3
3.52.0 2023-02-17 17:26:10 +08:00
Mikael Finstad
9ea6326a16
3.51.1 2023-02-17 14:17:07 +08:00
Mikael Finstad
18b9834473
3.51.0 2023-02-17 00:13:22 +08:00
Mikael Finstad
cebb532656
upgrade electron 2023-02-16 23:46:51 +08:00
Mikael Finstad
ef406daa6e
move to vitest 🚀 2023-02-16 23:40:09 +08:00
Mikael Finstad
1715c2bb01
move to vite
closes #971
2023-02-16 23:22:05 +08:00
Mikael Finstad
76f1883aa9
upgrade framer motion 2023-02-16 11:32:17 +08:00
Mikael Finstad
7215f711db
3.50.0 2023-02-05 21:16:24 +08:00
Mikael Finstad
6f6a35af7f
use kbps for audio
closes #1451
2023-02-03 17:48:23 +08:00
Mikael Finstad
3c079a02c5
remove unused lib 2023-01-27 15:01:12 +09:00
Mikael Finstad
5d524679b0
3.49.0 2023-01-15 19:10:01 +08:00
Mikael Finstad
3790c55702
remove unused package #1366 2023-01-15 18:08:38 +08:00
Mikael Finstad
6b7fb65344
upgrade electron to 22 2023-01-15 17:26:03 +08:00
dependabot[bot]
f3e3fd708d Bump json5 from 2.2.0 to 2.2.2
Bumps [json5](https://github.com/json5/json5) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v2.2.0...v2.2.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02 23:03:00 +08:00
Mikael Finstad
faa07424fb
rewrite checking logic
replace axios with ky
and add fake app check
2023-01-02 17:17:41 +08:00
Mikael Finstad
b69a278675 3.48.2 2022-11-24 13:38:33 +08:00
Mikael Finstad
540e570aa6 3.48.1 2022-11-24 13:38:33 +08:00
Mikael Finstad
b318644b93 3.48.0 2022-11-24 13:38:33 +08:00
Mikael Finstad
966634de1d up sweetalert2-react-content 2022-11-24 13:38:33 +08:00
Mikael Finstad
691c35694e upgrade react-lottie-player 2022-11-24 13:38:33 +08:00