Skip to content

Tags: TheNickOfTime/handbrake-web

Tags

v0.8.1

Toggle v0.8.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: updating package versions to 0.8.1 (#586)

v0.8.0

Toggle v0.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
docs: remove setup warning from the readme (#577)

v0.7.3

Toggle v0.7.3's commit message
feat: updating package versions to 0.7.3 (#288)

v0.7.2

Toggle v0.7.2's commit message
fix: the output path does not update when changing the selected exten…

…sion (#252)

v0.7.1

Toggle v0.7.1's commit message
feat: adding arm64 support to docker builds (#230)

* feat: adding platforms line to the docker-publish workflow

* feat: adding docker-buildx and qemu steps for multi-arch builds

* feat: only install gpu dependencies on amd64 platforms

* feat: adding provenance=false to hopefully remove unknown arch build

* feat: adding back docker build cache to improve build times hopefully

v0.7.0

Toggle v0.7.0's commit message
readme: updating the example compose for the v0.7.0 release (#220)

v0.6.1

Toggle v0.6.1's commit message
feat: adding release branches to workflow builds (#126)

* feat: adding release branches to workflow builds

* feat: change version release method from on tag to on release event

v0.6.0

Toggle v0.6.0's commit message
fix: use system /tmp directory to avoid permissions issues (#109)

* fix: use system /tmp directory to avoid permissions issues (hopefully)

* fix: using presetPath variable in StartTransocde function

* feat: updating docker compose example with user property for permissions

v0.5.0

Toggle v0.5.0's commit message
feature: add directory monitoring/watching capabilities to allow the …

…automatic creation of jobs (#63)

* feat: adding chokidar package for directory monitoring

* feat: initial pass on creating methods, types, etc for directory monitoring

* fix: removing uneeded console log from server.ts

* feat: adding register watchers to the initialization script

* feat: using watcher type wherever possible

* feat: defining initial methods for getting/sending watcher information to the client

* fix: a few server related watcher bugs

* feat: adding watcher-card component to display info about a watcher

* feat: adding a watchers section component

* feat: adding a watchers section to the primary page

* refactor: move watcher db init statement to the watcher-ddatabase file

* feat: adding preset property to watch type

* feat: displaying watcher preset in the watcher-card component

* feat: add button and overlay to add a new watcher from the client

* feat: adding ability to deregister watchers that are registered, separating registration into it's own function outside of initialization

* feat: add and remove jobs on watcher detecting the creation or deletion of a file

* fix: removing unnecessary console logs

* feat: switching to tsx from ts-node and nodemon because of frustrating import errors

* feat: only show watchers sub-section if there are at least one watchers

* fix: removing unused type causing build error

* fix: removing unused import causing build error

v0.4.0

Toggle v0.4.0's commit message
refactor: use tsconfig.json "paths" property to reduce instances of d…

…eep relative path referencing (#35)

* refactor: use paths property in tsconfig to reduce deep relative references throughout server files

* refactor: use paths property in tsconfig to reduce deep relative references throughout worker files

* refactor: use paths property in tsconfig to reduce deep relative references throughout client files

* fix: changes to tsconfigs & some packages to correctly resolve aliases