Skip to content

Tags: akaydev-coder/libqalculate

Tags

v3.18.0

Toggle v3.18.0's commit message
Fix segfault in mixed units conversion; Update longitude/latitude out…

…put according to ISO 6709; Update ChangeLog; Add "parsec" to Swedish translation

v3.17.0

Toggle v3.17.0's commit message
Update Doxyfile; Update translations

v3.16.1

Toggle v3.16.1's commit message
Update translations

v3.16.0

Toggle v3.16.0's commit message
Remove rpn syntax option from "mode" and "help set"; Change short nam…

…e of parsing mode setting to "syntax"; Update parsing mode help; Set BASE_DISPLAY_NONE as default; Use PARSING_MODE_CONVENTIONAL as fallback for rpn and chain modes; Modify behaviour of percent addition when first term is percentage (e.g. 10%+50%=60% instead of 10%+50%=15%); Update translations

v3.15.0

Toggle v3.15.0's commit message
Show cbrt(a) instead of a^(1/3) in result (when PrintOptions::halfexp…

…_to_sqrt is true); Do not do automatic exact calculation after slow approximate calculation in qalc; Fix never ending loop with log-based unit in trigonometric function; Fix automatic and dual fractions with too big numerators/denominators; Do not show simple fraction big numerator autmatically when combined fraction is shown; Use false/true instead of 0/1 for result of equality or inequality; Do not output default arguments in save() function; Do not output Unicode cube root symbol (often has low legibility); Fix issues because of uninitialized was_aborted; Fix segfault with "to"-command in qalc; Fix precision in output of expression after RPN operation in qalc; Update translations

v3.14.0

Toggle v3.14.0's commit message
Fix quoted degree symbol in function argument (e.g. code("°")); Alway…

…s perform conversion to optimal (SI) unit when the expression is a number multiplied by a unit and input equals output; Fix Unicode number base (multiply with 2^32 for each position); Support for different character encodings in code() function; Replace variables with corresponding units (e.g. c with c_unit) in unit expressions; Improve output implicit unit expression; Degree symbol handling tweaks for composite units; Update warning for digits >= radix; Put default separator in quotes, in load() and export() functions; Update ChangeLog; Update translations; Increment library revision; Remove GIO leftovers; Modify man page for roffit compatibility; Add link to online man page to README; Update selfcontained-binary.patch

v3.13.0

Toggle v3.13.0's commit message
Do not save x, y, and z as user variables if global variables are not…

… loaded; Translate warning; Replace "ex." with "e.g."; Update ChangeLog

v3.12.1

Toggle v3.12.1's commit message
Update version in functions.xml; Fixes for BTC and BYN dates

v3.12.0

Toggle v3.12.0's commit message
Fix soname (issue Qalculate#211)

v3.11.0

Toggle v3.11.0's commit message
Update Doxyfile, translations, and patch for selfcontained binary