mirror of
https://github.com/tiffany352/rink-rs
synced 2024-11-10 05:34:14 +00:00
Release 0.3.1
This commit is contained in:
parent
bc3cd494cc
commit
a18a22f15e
2 changed files with 20 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "rink"
|
||||
version = "0.3.0"
|
||||
version = "0.3.1"
|
||||
authors = ["Tiffany Bennett <tiffany@stormbit.net>"]
|
||||
description = "Unit conversion tool and library, similar to frink"
|
||||
homepage = "https://github.com/tiffany352/rink-rs"
|
||||
|
|
19
README.md
19
README.md
|
@ -87,6 +87,25 @@ the MPL, including larger works with secondary licenses.
|
|||
|
||||
## Changelog
|
||||
|
||||
### 0.3.1
|
||||
- Automatically find SI prefixes
|
||||
- Limit to one prefix on units to prevent very unintuitive results
|
||||
- Switch to linefeed from rustyline
|
||||
- Tab completion
|
||||
- Fix a serious number printing bug
|
||||
- Significantly improve canonicalizations
|
||||
- Constants in right-hand side of conversions
|
||||
- New quantities
|
||||
- Fix parsec definition
|
||||
- Reintroduce jerk, snap, crackle, and pop
|
||||
- Added π, ¢, and ħ symbols
|
||||
- Better determinism by removing hashmaps
|
||||
- Typo suggestions
|
||||
- Simple unit namespacing allowing for things like "british foot"
|
||||
- Minor error message improvements
|
||||
- Refactors
|
||||
- Russian traditional measurements
|
||||
|
||||
### 0.3.0
|
||||
- Use GNU units database instead of frink's
|
||||
- Relicense under MPL
|
||||
|
|
Loading…
Reference in a new issue