Commit Graph

3421 Commits (487683969100bbe329cb553db1272063585ae19f)
 

Author SHA1 Message Date
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
Mikael Finstad 2601076790
improve error handling 6 months ago
Mikael Finstad 2601072308
document js expr 6 months ago
Mikael Finstad 260107177b
fix table 6 months ago
Mikael Finstad 260107c4e5
improve error handling
https://github.com/flathub/no.mifi.losslesscut/pull/87
6 months ago
Mikael Finstad 251219c666
try to fix scrollbar flicker
fixes #2673
7 months ago
Mikael Finstad 251215e5a9
add theo videos 7 months ago
Mikael Finstad 2512150c89
remove flatpak again
#2393
https://github.com/flathub/no.mifi.losslesscut/issues/84#issuecomment-3654854957
7 months ago
Mikael Finstad 2512108210
don't open file when clicking on X
in batch list
7 months ago
Mikael Finstad 25121069f9
improve todo 7 months ago
Mikael Finstad 25121055f4
remove unused cli option 7 months ago
Mikael Finstad 480f46ec78
Update translation for screenshot capture message 7 months ago
Mikael Finstad 251204c10e
3.67.2 7 months ago
Mikael Finstad 251204cbfd
update contributing 7 months ago
Mikael Finstad 251204499a
Update change log 7 months ago
Mikael Finstad 2512043986
add forgotten file 7 months ago
Mikael Finstad 2512044985
scan i18n 7 months ago
Mikael Finstad 25120497f2
remove translation old 7 months ago
Mikael Finstad 2512048a24
fix i18n 7 months ago
Mikael Finstad 251204215b
update issues 7 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
7 months ago
Mikael Finstad 251204d9ed
fix some ts-expect-error
closes #2660
7 months ago
Mikael Finstad 2512040b3a
remove unused string 7 months ago
Mikael Finstad 2512042262
use default template for segments when merging
fixes #2637
7 months ago
Mikael Finstad 251204b465
fix bug with history 7 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>
7 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
7 months ago
Mikael Finstad 251130a191
add flatpak artifact 7 months ago
Mikael Finstad 2511306e06
setup flatpak
taken from https://github.com/search?q=repo%3Abeekeeper-studio%2Fbeekeeper-studio%20flatpak&type=code
7 months ago
Mikael Finstad 2511304fdb
enable flatpak #2471 7 months ago
Mikael Finstad 25113050ab
encode flac when merging too
closes #2636
7 months ago
Prisca Amajuoyi 01fe3bb526 Refactor unlinkWithRetry to include error handling 7 months ago
PriscaAmajuoyi fd5cffaf1a chore: type fsOperationWithRetry and remove ts-expect-error 7 months ago