Commit Graph

3675 Commits (bd432fd5809f3d7b02d92caaf000ad13dda48c7e)
 

Author SHA1 Message Date
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
pull[bot] f4342187ca
Merge pull request #96 from mifi/master
[pull] master from mifi:master
8 months ago
Mikael Finstad 251219c666
try to fix scrollbar flicker
fixes #2673
8 months ago
pull[bot] cd9cb68949
Merge pull request #95 from mifi/master
[pull] master from mifi:master
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
pull[bot] d7e04b297a
Merge pull request #94 from mifi/master
[pull] master from mifi:master
8 months ago
Mikael Finstad 480f46ec78
Update translation for screenshot capture message 8 months ago
pull[bot] 3287b99cb1
Merge pull request #93 from mifi/master
[pull] master from mifi:master
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
pull[bot] 159c9f69e0
Merge pull request #92 from mifi/master
[pull] master from mifi:master
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
pull[bot] fed0b351b4
Merge pull request #91 from mifi/master
[pull] master from mifi:master
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
pull[bot] a0429db635
Merge pull request #90 from mifi/master
[pull] master from mifi:master
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
pull[bot] 9a03ee8c0d
Merge pull request #89 from mifi/master
[pull] master from mifi:master
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
pull[bot] 67e8cfedfa
Merge pull request #88 from mifi/master
[pull] master from mifi:master
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
pull[bot] 8b3671a37d
Merge pull request #87 from mifi/master
[pull] master from mifi:master
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
pull[bot] c8b5e8647a
Merge pull request #86 from mifi/master
[pull] master from mifi:master
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
pull[bot] 6945989b3d
Merge pull request #85 from mifi/master
[pull] master from mifi:master
9 months ago
Mikael Finstad 251121c05f
simplify type 9 months ago
Mikael Finstad 251121b4bf
allow triggering actions from keyboard shortcuts page 9 months ago