Currently published crates are:
tackler = "24.12.1" tackler-rs = "0.6.0" tackler-api = "0.6.0" tackler-core = "0.6.0"
Component | Version |
---|---|
Tackler CLI |
24.12.2-dev |
tackler-core |
0.7.0-dev |
tackler-api |
0.7.0-dev |
tackler-rs |
0.7.0-dev |
Component | Version |
---|---|
Tackler CLI |
24.12.1 |
tackler-core |
0.6.0 |
tackler-api |
0.6.0 |
tackler-rs |
0.6.0 |
Fixes in this release:
-
Register report: Use Tackler-MkI compatible output
-
Fix broken
--group-by
cli option (clap definition) -
Print location with full precision (with trailing zeros)
Component | Version |
---|---|
Tackler CLI |
24.11.2 |
tackler-core |
0.5.0 |
tackler-api |
0.5.0 |
tackler-rs |
0.5.0 |
New features:
-
Add CLI options
-
--output.dir
-
--output.prefix
-
--strict.mode
-
-
Add
export.targets
to configuration
Component | Version |
---|---|
Tackler CLI |
24.11.1 |
tackler-core |
0.4.0 |
tackler-api |
0.4.0 |
tackler-rs |
0.4.0 |
New features:
-
Full support for configuration, see:
-
Added Examples:
Component | Version |
---|---|
Tackler CLI |
0.3.0 |
tackler-core |
0.3.0 |
tackler-api |
0.3.0 |
tackler-rs |
0.3.0 |
New features:
-
Reports
-
Balance Group Report
-
GroupBy: Year, Month, Date, ISO-Week, ISO-Week-Day
-
-
-
Exports
-
Equity export
-
Identity export
-
-
Account Selector checksums
Component | Version |
---|---|
Tackler CLI |
0.2.0 |
tackler-core |
0.2.0 |
tackler-api |
0.2.0 |
tackler-rs |
0.2.0 |
This is the first Technology Preview Release of rusty Tackler.
New features:
-
Storage Systems
-
Filesystem Backend
-
Git Backend
-
-
Reporting
-
Reports (
register
andbalance
) -
Account Selectors
-
-
Auditing
-
Txn Set Checksum
-
-
Txn Filters
Updated dependencies and tools:
-
Dependencies
-
base64: new
-
chrono: new
-
clap: new
-
digest: new
-
gix: new
-
gix-hash: new
-
indoc: new
-
itertools: new
-
regex: new
-
rust_decimal: new
-
serde: new
-
serde_json: new
-
serde_regex: new
-
sha2: new
-
uuid: new
-
walkdir: new
-
-
Build
-
cargo-deny: new
-
Used unstable features:
- rust
-
-
tackler-core: rust: #56167 —
feature(hash_raw_entry)
-
tackler-core: rust: #93050 —
feature(is_some_and)
-
- rustfmt
-
-
tackler-core: rustfmt: #3395 — option
ignore
-