Commit Graph

3410 Commits (6fcc8183bed02a293baf919285a63084d8153251)
 

Author SHA1 Message Date
Mikael Finstad 26010721cf
dedupe 7 months ago
Mikael Finstad 260107c27a
update urls 7 months ago
Mikael Finstad 260107c3c2
improve docs 7 months ago
Mikael Finstad 260107d910
refactor scripts 7 months ago
Mikael Finstad 260107c96e
Introduce template variable `FILES`
...for all templates.
It is a list of SourceFile objects.

```ts
interface SourceFile {
  name: string, // The file's name without the file system path
  path: string, // The full filesystem path of the file
  size?: number | bigint, // File size in bytes
  // All times are expressed in milliseconds since the POSIX Epoch:
  atime?: number, // The timestamp indicating the last time this file was accessed.
  mtime?: number, // The timestamp indicating the last time this file was modified.
  ctime?: number, // The timestamp indicating the last time the file status was changed.
  birthtime?: number, // The timestamp indicating the creation time of this file.
}
```

closes #2694

also refactor a bit
7 months ago
Mikael Finstad 2601071063
remove version faking for "what's new" 7 months ago
Mikael Finstad 26010791bb
add missing keys in keyboard migration 7 months ago
Mikael Finstad 2601076790
improve error handling 7 months ago
Mikael Finstad 2601072308
document js expr 7 months ago
Mikael Finstad 260107177b
fix table 7 months ago
Mikael Finstad 260107c4e5
improve error handling
https://github.com/flathub/no.mifi.losslesscut/pull/87
7 months ago
Mikael Finstad 251219c666
try to fix scrollbar flicker
fixes #2673
8 months ago
Mikael Finstad 251215e5a9
add theo videos 8 months ago
Mikael Finstad 2512150c89
remove flatpak again
#2393
https://github.com/flathub/no.mifi.losslesscut/issues/84#issuecomment-3654854957
8 months ago
Mikael Finstad 2512108210
don't open file when clicking on X
in batch list
8 months ago
Mikael Finstad 25121069f9
improve todo 8 months ago
Mikael Finstad 25121055f4
remove unused cli option 8 months ago
Mikael Finstad 480f46ec78
Update translation for screenshot capture message 8 months ago
Mikael Finstad 251204c10e
3.67.2 8 months ago
Mikael Finstad 251204cbfd
update contributing 8 months ago
Mikael Finstad 251204499a
Update change log 8 months ago
Mikael Finstad 2512043986
add forgotten file 8 months ago
Mikael Finstad 2512044985
scan i18n 8 months ago
Mikael Finstad 25120497f2
remove translation old 8 months ago
Mikael Finstad 2512048a24
fix i18n 8 months ago
Mikael Finstad 251204215b
update issues 8 months ago
Mikael Finstad 2512042f3c
remove "Fix video codec tag / ID" option
and remove auto codec tag overriding
also add a `hevc_metadata=aud=insert` bitstream filter in the track editor
#2518 #2626
8 months ago
Mikael Finstad 251204d9ed
fix some ts-expect-error
closes #2660
8 months ago
Mikael Finstad 2512040b3a
remove unused string 8 months ago
Mikael Finstad 2512042262
use default template for segments when merging
fixes #2637
8 months ago
Mikael Finstad 251204b465
fix bug with history 8 months ago
dependabot[bot] c325000bde
Bump mdast-util-to-hast from 13.2.0 to 13.2.1 (#2656)
Bumps [mdast-util-to-hast](https://github.com/syntax-tree/mdast-util-to-hast) from 13.2.0 to 13.2.1.
- [Release notes](https://github.com/syntax-tree/mdast-util-to-hast/releases)
- [Commits](https://github.com/syntax-tree/mdast-util-to-hast/compare/13.2.0...13.2.1)

---
updated-dependencies:
- dependency-name: mdast-util-to-hast
  dependency-version: 13.2.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
8 months ago
Prisca Amajuoyi e04be986c0
Chore: type normalizeWheel legacy axis access and remove ts-expect-error (#2653)
* chore: type fsOperationWithRetry and remove ts-expect-error

* chore: type normalizeWheel legacy axis access and remove ts-expect-error

* chore: type normalizeWheel legacy axis access and remove ts-expect-error
8 months ago
Mikael Finstad 251130a191
add flatpak artifact 8 months ago
Mikael Finstad 2511306e06
setup flatpak
taken from https://github.com/search?q=repo%3Abeekeeper-studio%2Fbeekeeper-studio%20flatpak&type=code
8 months ago
Mikael Finstad 2511304fdb
enable flatpak #2471 8 months ago
Mikael Finstad 25113050ab
encode flac when merging too
closes #2636
8 months ago
Prisca Amajuoyi 01fe3bb526 Refactor unlinkWithRetry to include error handling 8 months ago
PriscaAmajuoyi fd5cffaf1a chore: type fsOperationWithRetry and remove ts-expect-error 8 months ago
Mikael Finstad 251121c05f
simplify type 9 months ago
Mikael Finstad 251121b4bf
allow triggering actions from keyboard shortcuts page 9 months ago
Mikael Finstad 251121030b
add action `generateOverviewWaveform`
https://github.com/mifi/lossless-cut/discussions/2490#discussioncomment-15033869
9 months ago
Mikael Finstad 25112052c0
improve doc 9 months ago
Mikael Finstad 251120dd0c
show estimated segment file size
closes #2630
9 months ago
Mikael Finstad 251120f048
improve template editor reset button 9 months ago
Mikael Finstad 251120b01c
make fixCodecTag default off
fixes #2626 #2518
9 months ago
Mikael Finstad 2511207066
fix broken selecting current segment
when looping
9 months ago
Mikael Finstad 251118107a
add linux issues 9 months ago
Mikael Finstad 2511189d42
blur export button when clicking it
fixes #2625
9 months ago
Mikael Finstad 251117e909
remember advanced settings setting
while the app runs
https://github.com/mifi/lossless-cut/issues/371#issuecomment-3532273960
9 months ago