SHA256
1
0
forked from pool/qalculate

Accepting request 742536 from KDE:Distro:Factory

- Update to 3.5.0

  * Option to use binary prefixes by default for information units and "b?"
    syntax for conversion to optimal prefix (e.g. 8192 bits to b?byte = 1 kibibyte)
  * Bijective base-26 support (including bijective() function)
  * Option to use 'j' as default symbol for the imaginary unit (placed in front
    of the imaginary part)
  * Angle/phasor notation for complex numbers
  * poisson() function
  * Fix for steradian conversion
  * Fix and improve integral of abs(f(x))
  * Add calculate-as-you-type result to history after idle time (GUI)
  * Negate, sum, and "LAST x" RPN buttons, keyboard shortcuts for RPN
    stack manipulation, and various other RPN improvements (GUI)
  * Fix segfault when saving mode/settings (on exit) if history is empty (GUI)
  * Minor bug fixes and feature improvements

-------------------------------------------------------------------

OBS-URL: https://build.opensuse.org/request/show/742536
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/qalculate?expand=0&rev=29
This commit is contained in:
Dominique Leuenberger 2019-10-27 12:39:51 +00:00 committed by Git OBS Bridge
parent f04035b460
commit ffe79540a1
4 changed files with 24 additions and 4 deletions

View File

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

View File

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

View File

@ -1,3 +1,23 @@
-------------------------------------------------------------------
Thu Oct 24 11:12:56 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>
- Update to 3.5.0
* Option to use binary prefixes by default for information units and "b?"
syntax for conversion to optimal prefix (e.g. 8192 bits to b?byte = 1 kibibyte)
* Bijective base-26 support (including bijective() function)
* Option to use 'j' as default symbol for the imaginary unit (placed in front
of the imaginary part)
* Angle/phasor notation for complex numbers
* poisson() function
* Fix for steradian conversion
* Fix and improve integral of abs(f(x))
* Add calculate-as-you-type result to history after idle time (GUI)
* Negate, sum, and "LAST x" RPN buttons, keyboard shortcuts for RPN
stack manipulation, and various other RPN improvements (GUI)
* Fix segfault when saving mode/settings (on exit) if history is empty (GUI)
* Minor bug fixes and feature improvements
-------------------------------------------------------------------
Mon Sep 23 20:52:55 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

View File

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