forked from pool/qalculate-gtk
Accepting request 1192803 from science
Update to 5.x, sync-up with qalculate OBS-URL: https://build.opensuse.org/request/show/1192803 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate-gtk?expand=0&rev=16
This commit is contained in:
commit
96d0ccc295
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d6f8bae81585088dcf8eb60ea41614c5a11e9096f1f1aec186e94839b030d480
|
||||
size 2817233
|
3
qalculate-gtk-5.1.0.tar.gz
Normal file
3
qalculate-gtk-5.1.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:173339cce04a6f0ba4c56c233987a30188ef10170da7cc545a8876c3d5c42185
|
||||
size 2898798
|
@ -1,3 +1,43 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 1 07:27:31 UTC 2024 - Christophe Marin <christophe@krop.fr>
|
||||
|
||||
- Update to 5.1.0.
|
||||
Check https://github.com/Qalculate/qalculate-gtk/releases for
|
||||
older changes list. Changes since 5.0.0:
|
||||
* Option to show parsed expression in result field
|
||||
* Add two's complement input and binary bits to preferences,
|
||||
and preserve these settings when leaving programming keypad
|
||||
* Ask for the desired interpretation the first time percent
|
||||
addition is used (e.g. 100 + 10% equals 110 or 100.1)
|
||||
* Download button in dialog shown when new version is
|
||||
available, on Windows
|
||||
* Fix AltGr (primarily for input of operators) on Windows
|
||||
* Fix updating of self-contained GNU/Linux binaries from GUI
|
||||
* Portuguese (Portugal) translation
|
||||
* Support for solving equations containing if() function
|
||||
(libqalculate)
|
||||
* Support for solving root(a, x)=b (requires rational value
|
||||
for ln(a)/ln(b)) (libqalculate)
|
||||
* New functions: powertower() and multiples() (libqalculate)
|
||||
* New units for solar radius, mass, and luminosity
|
||||
(libqalculate)
|
||||
* Use parentheses for exponent using scientific notation
|
||||
(with power of 10) (libqalculate)
|
||||
* Support integer factorization of integers in matrix/vector,
|
||||
and of numerator and denominator in rational number
|
||||
(libqalculate)
|
||||
* Relaxed conditions for (x^a)^b = x^(a × b) and
|
||||
x^a × x^b = x^(a + b) when complex numbers are deactivated
|
||||
(fixes segfaults) (libqalculate)
|
||||
* Fix (ax + n)^2 > 1, where n is even and a is not 1,
|
||||
returning false (libqalculate)
|
||||
* Fix setbits() function (libqalculate)
|
||||
* Fix Number::equals(0, ..., true) when number is infinite
|
||||
(affects replace() function) (libqalculate)
|
||||
* Fix a^(f(x))=a^(b*g(x)) where b=2 or b=3
|
||||
(libqalculate v5.1.1)
|
||||
* Minor bug fixes and feature enhancements
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat May 11 01:34:11 UTC 2024 - jun wang <jgwang@suse.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: qalculate-gtk
|
||||
Version: 4.9.0
|
||||
Version: 5.1.0
|
||||
Release: 0
|
||||
Summary: Multi-purpose cross-platform desktop calculator
|
||||
License: GPL-2.0-or-later
|
||||
|
Loading…
x
Reference in New Issue
Block a user