Commit Graph

3403 Commits (2601292ffe380dcff6dbc1dcbb81e2b45f96c09c)
 

Author SHA1 Message Date
Mikael Finstad 2601292ffe
add recipes 5 months ago
Mikael Finstad 2601296c75
make `toggleStripAll` not invert selection
instead actually toggle all on/off
5 months ago
Mikael Finstad 2601294d27
add new keyboard actions #2699
- `selectSegmentsByLabel`
- `selectSegmentsByExpr`
- `labelSelectedSegments`
- `mutateSegmentsByExpr`
5 months ago
Mikael Finstad 260129a2c8
change chevron to menu icon #2595 5 months ago
Mikael Finstad 260129bb58
add copy to clipboard and close
for youtube chapters
closes #2675
5 months ago
Mikael Finstad 2601290e5c
improve disk full message
closes #2677
5 months ago
Mikael Finstad 260129b750
improve doc 5 months ago
Mikael Finstad 260129be71
add new setting for importing chapters to segments
when opening a new file: 'always' | 'never' | 'ask'
#2699
5 months ago
Mikael Finstad 260129f694
fix preview issue with prores #2704 5 months ago
Mikael Finstad 260128c130
upgrade react-virtual #2697 5 months ago
Mikael Finstad 260128dd5e
fix lint 5 months ago
Mikael Finstad 260128cc33
add check function 5 months ago
Mikael Finstad 2601285912
improve troubleshooting 5 months ago
Mikael Finstad 260128cb4f
invert scroll zoom direction
closes #2703
5 months ago
Mikael Finstad 2601280fea
improve doc 5 months ago
Mikael Finstad 260128fb15
include customOutDir in error report
don't remember why i disabled it
5 months ago
Mikael Finstad 26012871f1
double check out dir type
closes #2719
closes #2724
5 months ago
Mikael Finstad 260128e576
increment copyright year 5 months ago
Mikael Finstad 260128e602
enable bokmål 5 months ago
Mikael Finstad 2601283032
add about dialog i18n
fixes #2711
closes #2721
5 months ago
Mikael Finstad 260128e165
fix some i18n
closes #2726
5 months ago
Mikael Finstad 2601288785
improve if checks 5 months ago
Mikael Finstad 260128b314
remove unneeded noEmit
already default true
5 months ago
Prisca Amajuoyi 44b43a0347
Fix exact duration regex to require literal dot (#2717) 6 months ago
Mikael Finstad 4e6cb88d74
Revert "Add Warp sponsorship" (#2715)
This reverts commit 086d124194.
6 months ago
Mikael Finstad ee67b999d9
Update index.md 6 months ago
Mikael Finstad 260110d9c1
improve error msg
and refactor
6 months ago
Mikael Finstad 2601103eef
try to fix 6 months ago
Mikael Finstad 2601108719
try ot fix 6 months ago
Mikael Finstad 260110511c
add licenses 6 months ago
Mikael Finstad 2601102e13
try fix error 6 months ago
Mikael Finstad 2601104eb5
improve upload artifacts 6 months ago
Mikael Finstad 2601094200
add licenses 6 months ago
Bolaji Adesina bdd91cfb68
Fix minor English typos in dialogs (#2668) 6 months ago
Bolaji Adesina f9d5c62588
Improve export options toggle label hover feedback (#2669) 6 months ago
Mikael Finstad 2601093543
scan i18n 6 months ago
Mikael Finstad 26010925b5
upgrades
upgrade deps
upgrade lint
6 months ago
Mikael Finstad 26010854e5
start to use ipc 6 months ago
Mikael Finstad 26010830dc
upgrades 6 months ago
Mikael Finstad 2601084c6c
actually rename scripts 6 months ago
Mikael Finstad 260108a32c
fix scripts 6 months ago
Mikael Finstad 260108279d
remove unused snap 6 months ago
Mikael Finstad 2601082c80
improvements
- convert to esm
- upgrade electron-vite
- implement license check
- stricten ts
- remove fs-extra
6 months ago
Mikael Finstad 26010721cf
dedupe 6 months ago
Mikael Finstad 260107c27a
update urls 6 months ago
Mikael Finstad 260107c3c2
improve docs 6 months ago
Mikael Finstad 260107d910
refactor scripts 6 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
6 months ago
Mikael Finstad 2601071063
remove version faking for "what's new" 6 months ago
Mikael Finstad 26010791bb
add missing keys in keyboard migration 6 months ago