Skip to content

Latest commit

 

History

History
124 lines (90 loc) · 8.34 KB

CHANGELOG.md

File metadata and controls

124 lines (90 loc) · 8.34 KB

Changelog

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.

0.3.1 (2023-03-16)

A maintenance release without user-facing changes.

Commit Statistics

  • 10 commits contributed to the release over the course of 843 calendar days.
  • 864 days passed between releases.
  • 0 commits were understood as conventional.
  • 0 issues like '(#ID)' were seen in commit messages

Commit Details

view details
  • Uncategorized
    • Upgrade git2, crates-index-diff and prodash. (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)

v0.3.0 (2020-11-02)

Commit Statistics

  • 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

Commit Details

view details
  • Uncategorized
    • Fix build (257a601)
    • Upgrade to prodash 10 (72cccf7)
    • Replace structopt with Clap 3 (c2313b3)
    • Allow for more screenspace via rustfmt config file (50dcbac)
    • Upgrade to prodash 7.0 (83d8029)

v0.2.0 (2020-06-16)

v0.1.4 (2020-07-25)

v0.1.3 (2020-05-28)

v0.1.2 (2020-04-12)

  • the first release of criner-cli. Early, but able to get you started on your personal crates.io download.

Commit Statistics

  • 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

Commit Details

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)

v0.1.1 (2020-03-20)

v0.1.0 (2020-03-20)