|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [v0.1.8](https://github.com/Matgenix/jobflow-remote/tree/v0.1.8) (2025-09-23) |
| 4 | + |
| 5 | +[Full Changelog](https://github.com/Matgenix/jobflow-remote/compare/v0.1.7...v0.1.8) |
| 6 | + |
| 7 | +**Closed issues:** |
| 8 | + |
| 9 | +- UnboundLocalError when running `jf job files get` [\#350](https://github.com/Matgenix/jobflow-remote/issues/350) |
| 10 | +- Allow for the omission of a `jobstore` altogether [\#332](https://github.com/Matgenix/jobflow-remote/issues/332) |
| 11 | +- Parallel batch job shows fewer `BATCH_RUNNING` jobs than expected after `jf admin reset` [\#326](https://github.com/Matgenix/jobflow-remote/issues/326) |
| 12 | +- The built docs render `--` as `–` [\#322](https://github.com/Matgenix/jobflow-remote/issues/322) |
| 13 | +- Feature Request: Flow\_DB\_ID option for jf job list command [\#320](https://github.com/Matgenix/jobflow-remote/issues/320) |
| 14 | +- Unexpected keyword argument 'sort' [\#298](https://github.com/Matgenix/jobflow-remote/issues/298) |
| 15 | +- Freshly created replaced jobs should be stopped as well [\#291](https://github.com/Matgenix/jobflow-remote/issues/291) |
| 16 | +- `Using atomate2 with jobflow-remote` example failed to run: NBANDS seems to be too high. [\#280](https://github.com/Matgenix/jobflow-remote/issues/280) |
| 17 | + |
| 18 | +**Merged pull requests:** |
| 19 | + |
| 20 | +- Bump actions/download-artifact from 4 to 5 [\#349](https://github.com/Matgenix/jobflow-remote/pull/349) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 21 | +- Small fixes and tests improvements [\#347](https://github.com/Matgenix/jobflow-remote/pull/347) ([gpetretto](https://github.com/gpetretto)) |
| 22 | +- Fixture for run\_check\_cli that includes patching the consoles [\#346](https://github.com/Matgenix/jobflow-remote/pull/346) ([davidwaroquiers](https://github.com/davidwaroquiers)) |
| 23 | +- Bump actions/setup-python from 5 to 6 [\#342](https://github.com/Matgenix/jobflow-remote/pull/342) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 24 | +- CLI plugins [\#339](https://github.com/Matgenix/jobflow-remote/pull/339) ([gpetretto](https://github.com/gpetretto)) |
| 25 | +- Bump actions/upload-pages-artifact from 3 to 4 [\#336](https://github.com/Matgenix/jobflow-remote/pull/336) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 26 | +- Fix batch worker [\#334](https://github.com/Matgenix/jobflow-remote/pull/334) ([gpetretto](https://github.com/gpetretto)) |
| 27 | +- Bump actions/checkout from 4 to 5 [\#330](https://github.com/Matgenix/jobflow-remote/pull/330) ([dependabot[bot]](https://github.com/apps/dependabot)) |
| 28 | +- Optional jobstores [\#327](https://github.com/Matgenix/jobflow-remote/pull/327) ([gpetretto](https://github.com/gpetretto)) |
| 29 | +- Dw/test cli colors [\#324](https://github.com/Matgenix/jobflow-remote/pull/324) ([davidwaroquiers](https://github.com/davidwaroquiers)) |
| 30 | +- Merge custom and automatic queries [\#321](https://github.com/Matgenix/jobflow-remote/pull/321) ([FabiPi3](https://github.com/FabiPi3)) |
| 31 | +- Minor updates: color job list, allow resuming STOPPED jobs [\#316](https://github.com/Matgenix/jobflow-remote/pull/316) ([gpetretto](https://github.com/gpetretto)) |
| 32 | +- Include coverage from code executed remotely [\#255](https://github.com/Matgenix/jobflow-remote/pull/255) ([davidwaroquiers](https://github.com/davidwaroquiers)) |
| 33 | + |
3 | 34 | ## [v0.1.7](https://github.com/Matgenix/jobflow-remote/tree/v0.1.7) (2025-06-25) |
4 | 35 |
|
5 | 36 | [Full Changelog](https://github.com/Matgenix/jobflow-remote/compare/v0.1.6...v0.1.7) |
|
0 commit comments