- Windows portable ZIP remains, but has been fixed so that it isn't poisoned by being a web download - Velopack installer offered on all platforms: Linux AppImage, Windows setup.exe, Mac setup.pkg - Mac updated to Qt6 which has a modern Chromium as opposed to Qt5 that didn't - Application log now shown on settings panel - Automated cross-platform builds via Gitea actions Reviewed-on: #1
23 lines
276 B
Plaintext
23 lines
276 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Node / Frontend
|
|
node_modules/
|
|
frontend/dist/
|
|
mediahive/frontend-build/
|
|
|
|
# Lockfiles (uv.lock, package-lock.json, deno.lock, bun.lockb, etc.)
|
|
*.lock
|
|
*.lockb
|
|
package-lock.json
|
|
|
|
# Dotfiles
|
|
.*
|
|
!.gitignore
|
|
!.gitea/
|