You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 12, 2022. It is now read-only.
v0.3.4
### New stuff
- Optimizations on JS streamed jobs.
- Some concurrency-related refactoring on backend
- Update dependencies
- Update Crystal to 0.36.1
v0.3.3
### New stuff
- Solved some memory consumption problems that happened when a job's
output was considerably big.
- Now jobs are alphabetically sorted on the UI.
Thanks @szutt for noticing the issues and the PR for sorting the jobs!
v0.3.2
### New stuff
- New `Makefile` for local building and installation of Workr, easing
the distribution as source code.
- Now the release builds of Workr doesn't strip out debugging
information.
v0.2.0
### New stuff
- Single-user authentication. Now only reading is possible while not
logged in as admin.
- A `workr.json` configuration file is required in the working directory
to configure both JWT secret and admin password hash (bcrypt).