Commit Graph

3382 Commits (c81d00e75f751fa4ad438d7d7d4031265b153b1a)
 

Author SHA1 Message Date
copilot-swe-agent[bot] c81d00e75f Ensure i18n is initialized before setting about panel options
Co-authored-by: mifi <402547+mifi@users.noreply.github.com>
6 months ago
copilot-swe-agent[bot] 139e1e437a Internationalize Copyright text in about panel
Co-authored-by: mifi <402547+mifi@users.noreply.github.com>
6 months ago
copilot-swe-agent[bot] b9eec8c326 Initial plan 6 months ago
Mikael Finstad 4e6cb88d74
Revert "Add Warp sponsorship" (#2715)
This reverts commit 086d124194.
7 months ago
Mikael Finstad ee67b999d9
Update index.md 7 months ago
Mikael Finstad 260110d9c1
improve error msg
and refactor
7 months ago
Mikael Finstad 2601103eef
try to fix 7 months ago
Mikael Finstad 2601108719
try ot fix 7 months ago
Mikael Finstad 260110511c
add licenses 7 months ago
Mikael Finstad 2601102e13
try fix error 7 months ago
Mikael Finstad 2601104eb5
improve upload artifacts 7 months ago
Mikael Finstad 2601094200
add licenses 7 months ago
Bolaji Adesina bdd91cfb68
Fix minor English typos in dialogs (#2668) 7 months ago
Bolaji Adesina f9d5c62588
Improve export options toggle label hover feedback (#2669) 7 months ago
Mikael Finstad 2601093543
scan i18n 7 months ago
Mikael Finstad 26010925b5
upgrades
upgrade deps
upgrade lint
7 months ago
Mikael Finstad 26010854e5
start to use ipc 7 months ago
Mikael Finstad 26010830dc
upgrades 7 months ago
Mikael Finstad 2601084c6c
actually rename scripts 7 months ago
Mikael Finstad 260108a32c
fix scripts 7 months ago
Mikael Finstad 260108279d
remove unused snap 7 months ago
Mikael Finstad 2601082c80
improvements
- convert to esm
- upgrade electron-vite
- implement license check
- stricten ts
- remove fs-extra
7 months ago
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