Skip to content
This repository was archived by the owner on Nov 12, 2022. It is now read-only.

Tags: sirikon/workr

Tags

v0.3.4

Toggle v0.3.4's commit message
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

Toggle v0.3.3's commit message
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

Toggle v0.3.2's commit message
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.3.1

Toggle v0.3.1's commit message
v0.3.1

### New stuff

- `version` command.

v0.3.0

Toggle v0.3.0's commit message
v0.3.0

### New stuff

- Configuration Wizard
- Started new documentation

v0.2.0

Toggle v0.2.0's commit message
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).

v0.1.7

Toggle v0.1.7's commit message
v0.1.7

### New stuff

- Some work on table styles
- Footer including the running version
- Now tables with execution dates display a "x time ago" text

v0.1.6

Toggle v0.1.6's commit message
v0.1.6

**New**

- Cache busting for JS and CSS

v0.1.5

Toggle v0.1.5's commit message
Bump to 0.1.5

v0.1.4

Toggle v0.1.4's commit message
Add spec folder in Dockerfile