SHA256
1
0
forked from pool/qalculate

Accepting request 854472 from home:polslinux:branches:science

- Update to 3.15.0:
  * Automatic and dual approximation and fractions mode in qalc
    and Gnome shell search provider
  * Do not ask before overwriting temporary variables in qalc
  * Add keyboard shortcuts for approximation (Ctrl+E), fraction
    mode (Ctrl+F), and save variable (Ctrl+R) in qalc
  * Add "precalculate expression" argument (default false) to
    save() function (this also changes the behaviour of ":=")
  * Support multiple equivalent custom digits, separated by
    semicolon (e.g. "0;aA1;bB2;cC3"), and phoneword digit set
    in base() function
  * Always place unit with prefix first (fixes kWh)
  * Fix local time zone on Windows
  * Fix matrix/vector multiplication with approximate
    matrix/vector variable
  * Fix parsing of expression with multiple degree signs
  * Minor bug fixes and feature improvements

OBS-URL: https://build.opensuse.org/request/show/854472
OBS-URL: https://build.opensuse.org/package/show/science/qalculate?expand=0&rev=8
This commit is contained in:
Matthias Mailänder 2020-12-17 19:01:49 +00:00 committed by Git OBS Bridge
parent fabe3a9b76
commit ba7b48a0c3
4 changed files with 25 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ef422aa54eac7c711ece65dd3a5cbc66370d3e17173465313201897c201e7d3e
size 1735468

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ed6752cdc6fe6ffc444844e130820d720feba746f98447259117102f6196b216
size 1747863

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Thu Dec 10 07:36:26 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
- Update to 3.15.0:
* Automatic and dual approximation and fractions mode in qalc
and Gnome shell search provider
* Do not ask before overwriting temporary variables in qalc
* Add keyboard shortcuts for approximation (Ctrl+E), fraction
mode (Ctrl+F), and save variable (Ctrl+R) in qalc
* Add "precalculate expression" argument (default false) to
save() function (this also changes the behaviour of ":=")
* Support multiple equivalent custom digits, separated by
semicolon (e.g. "0;aA1;bB2;cC3"), and phoneword digit set
in base() function
* Always place unit with prefix first (fixes kWh)
* Fix local time zone on Windows
* Fix matrix/vector multiplication with approximate
matrix/vector variable
* Fix parsing of expression with multiple degree signs
* Minor bug fixes and feature improvements
-------------------------------------------------------------------
Thu Nov 5 22:45:37 UTC 2020 - Matthew Trescott <matthewtrescott@gmail.com>

View File

@ -19,7 +19,7 @@
%define major 21
%define libname libqalculate
Name: qalculate
Version: 3.14.0
Version: 3.15.0
Release: 0
Summary: Multi-purpose desktop calculator application
License: GPL-2.0-or-later