-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow omission of 1 in 1/n for output using fixed denominator; Do not…
… show number as combined fraction with fixed denominator if the resulting integer value is an interval; Use capitalized name in Unit::print() regardless of formatting type; Improve formatting of base unit(s) in unit information in qalc; "rUS_ods" -> "US_rods"; Improve output of defs2doc; Fix reading of (old) exchange rates data from exchangerate.host; Update man page; Increment version number; Update translations; Update exchange rates
- Loading branch information
Showing
37 changed files
with
13,653 additions
and
12,502 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,62 @@ | ||
2023-11-21 Hanna Knutsson <[email protected]> | ||
|
||
* Fix BTC exchange rate (data now seem to always use USD) | ||
* Replace exchangerate.host (now requires API key) with currency-api (https://cdn.jsdelivr.net/gh/fawazahmed0/currency-api@1/latest/currencies/eur.json) | ||
|
||
2023-11-19 Hanna Knutsson <[email protected]> | ||
|
||
* Improve formatting of base unit(s) in unit information in qalc | ||
* Fix plural name of U.S. survey rods | ||
* Improve output of defs2doc | ||
|
||
2023-11-13 Hanna Knutsson <[email protected]> | ||
|
||
* Ignore spaces when converting text string to integer | ||
|
||
2023-10-31 Hanna Knutsson <[email protected]> | ||
|
||
* Display all exponents 0-9 using Unicode superscript characters (not, as before, only for units), in qalc (using TAG_TYPE_TERMINAL), if these are the only exponents in the expression (behaviour can be altered using uniexp option) | ||
|
||
2023-10-30 Hanna Knutsson <[email protected]> | ||
|
||
* Add history command, listing expression history | ||
* Ignore underscore in number | ||
|
||
2023-10-29 Hanna Knutsson <[email protected]> | ||
|
||
* Add fraction formats for output using percent, permille, and permyriad | ||
* Add additional year definitions as units | ||
* Improve handling of (x*sqrt(x)-y*sqrt(y))/(sqrt(x)-sqrt(y))=x+sqrt(x*y)+y | ||
|
||
2023-10-27 Hanna Knutsson <[email protected]> | ||
|
||
* Support for specifying a fixed denominator for display of fractions | ||
* Fix case insensitive comparison for strings with more than two or more consecutive Unicode characters in qalc | ||
|
||
2023-10-25 Hanna Knutsson <[email protected]> | ||
|
||
* Fix parsing of case insensitive object name ending with Unicode character when followed by another Unicode character in expression, e.g. микрометр | ||
|
||
2023-10-21 Hanna Knutsson <[email protected]> | ||
|
||
* Fix output of value converted to unit expression with numerical multiplier in denominator, e.g. L/(100 km) | ||
|
||
2023-10-18 Hanna Knutsson <[email protected]> | ||
|
||
* Fix segfault (infinite loop) when trying to solve (x*sqrt(x)-y*sqrt(y))/(sqrt(x)-sqrt(y))=x+sqrt(x*y)+y | ||
|
||
2023-10-06 Hanna Knutsson <[email protected]> | ||
|
||
* Fix asin(x)=a, acos(x)=a, and atan(x)=a, when a contains an angle unit and default angle unit is set | ||
|
||
2023-09-28 Hanna Knutsson <[email protected]> | ||
|
||
* Fix Calculator::hasWhereExpression() | ||
|
||
2023-09-23 Hanna Knutsson <[email protected]> | ||
|
||
* Return gcd of numerators divided by lcm of denominators in gcd() with non-integer rational numbers, and vice versa for lcm() | ||
|
||
2023-09-16 Hanna Knutsson <[email protected]> | ||
|
||
* Fix display of matrices and vectors with complex number form other than rectangular | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.