All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- upgrade gix-related dependencies
- 2 commits contributed to the release.
- 1 commit was understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
A maintenance release without user-facing changes.
- 10 commits contributed to the release.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- Uncategorized
- Upgrade
git2,crates-index-diffandprodash. (09fb11f) - Upgrade clap (
f54286f) - Merge branch 'upgrade-index-diff' (
85e0ca1) - Add a flag to skip downloading the database entirely (
c8908bf) - Fix deprectation warnings (
2af218b) - Fix all of the time::format descriptions to v0.3 (
25a6416) - Upgrade to latest time/prodash at the loss of local time support (
1100c83) - Upgrade to latest clap (
9302abc) - Dependency upgrade (
6089587) - Cargo clippy (
d285e06)
- Upgrade
- 5 commits contributed to the release over the course of 115 calendar days.
- 139 days passed between releases.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- the first release of criner-cli. Early, but able to get you started on your personal crates.io download.
- 29 commits contributed to the release over the course of 50 calendar days.
- 0 commits were understood as conventional.
- 0 issues like '(#ID)' were seen in commit messages
view details
- Uncategorized
- Add default value for db-path (
dbffa6b) - More efficient drawing on idle, putting CPU usage to half or a third. (
5b34d88) - Very first sketch on how to schedule something every 24h (
6046420) - More stable gui experience (
a798b1f) - Don't write 'yanked …' message, it's log spamming (
bc2cff6) - Make aliases more obvious, increase scrollback buffer size (
2fb5fb1) - Don't create commits if there was no change, save unnecessary history (
d7b9c61) - Some more FPS by default, we can afford it (
abaeb61) - Always initialize an env-logger for non-gui subcommands (
0898d52) - Separate processing and reporting stage, which works due to avoiding… (
e871dfb) - Since we cannot spawn futures with statements, bundle… (
c40aa25) - Add support for globbing to limit runtime of reporting (
79bd2e3) - Allow to run the reporting stage separately, to allow turning it off (
0841822) - Allow passing options on how often to run stages to CLI (
e6ad22e) - Automatically turn on the logger in no-gui, but allow people to override it (
b5e74b6) - First part of exporting crate versions (
ee2dfa5) - Frame for exporting an sqlite database into a clearer form (
0394e86) - Control intervals from the command-line (
d478bc5) - Spawn cpu+output bound processors (for now dummy ones) (
896de2b) - Fix args (
2d9bea9) - Prepare for CPU bound processors (
a928d27) - Let processing stage handle its own workers (
d8d640d) - Extract engine runner (
cdd2c0e) - First migration (
fd30e97) - Initial version of migration command (
b149866) - Store downloads only in assets directory, now part of the DB (
dc4d7aa) - First rough CLI startup (
cfb6eb5) - Prepare criner-only CLI (
4d5a235) - Initial commit as copy from crates-io-cli (
2dfefdf)
- Add default value for db-path (