What's Changed
- chore(deps): bump ws, engine.io, socket.io-adapter and engine.io-client by @dependabot in #2
- feature: remove jobs from the queue via the client by @TheNickOfTime in #8
- feat: adding icons to the sidebar navigation buttons by @TheNickOfTime in #17
- feature: store queue status in the database to persist queue status between restarts by @TheNickOfTime in #18
- feat: updates to the create-job, path-input, and file-browser elements to use a new custom asynchronous backend for getting directory information by @TheNickOfTime in #19
- feature: enable recursive directory searching when adding new jobs via directory mode in the create-job overlay by @TheNickOfTime in #23
- feature: updates to the results section of the create-job overlay by @TheNickOfTime in #24
- feat: switching queue to an event based system rather than polling by @TheNickOfTime in #28
- fix: resolved issues regarding input/output paths in the create job dialogue by @TheNickOfTime in #30
- fix: don't show 'see-more' in create-job dialogue when there aren't more than 5 items by @TheNickOfTime in #31
- fix: workers will search for a new job once finished with their current one by @TheNickOfTime in #33
- refactor: use tsconfig.json "paths" property to reduce instances of deep relative path referencing by @TheNickOfTime in #35
New Contributors
- @dependabot made their first contribution in #2
Full Changelog: v0.3.0...v0.4.0