[READ-ONLY] Mirror of https://github.com/probablykasper/cpc. Text calculator with support for units and conversion cpc.kasper.space
calculator cli conversion converter library math package units units-converter wasm website
0

Configure Feed

Select the types of activity you want to include in your feed.

Bump version

Kasper (Jul 1, 2026, 9:08 AM +0200) b0953fb3 c1a33b2b

+4 -4
+2 -2
CHANGELOG.md
··· 1 1 # Changelog 2 2 3 - ## Next 3 + ## 4.2.0 - 2026 Jul 1 4 4 - Add ambiguous unit resolution depending on context and user locale. 5 5 - Add ambiguous units like `pound`, `deg`, `$` and `kr` 6 6 - Add currency symbols like `€` and `kr` 7 7 - Add `as` and `into` keywords for unit conversion 8 8 - Fix some units not being simplified 9 9 10 - ## 4.1.0 - 2026 Jul 29 10 + ## 4.1.0 - 2026 Jun 29 11 11 - Add currency units 12 12 13 13 ## 4.0.0 - 2026 Jun 27
+1 -1
Cargo.lock
··· 160 160 161 161 [[package]] 162 162 name = "cpc" 163 - version = "4.1.0" 163 + version = "4.2.0" 164 164 dependencies = [ 165 165 "console_error_panic_hook", 166 166 "fastnum",
+1 -1
Cargo.toml
··· 1 1 [package] 2 2 name = "cpc" 3 - version = "4.1.0" 3 + version = "4.2.0" 4 4 description = "evaluates math expressions, with support for units and conversion between units" 5 5 authors = ["Kasper Henningsen"] 6 6 edition = "2024"