File rofi-calc.changes of Package rofi-calc
-------------------------------------------------------------------
Sat Apr 29 08:15:57 UTC 2023 - Michael Vetter <mvetter@suse.com>
- Update to 2.2.0:
* qcalc spawning behavior change
* Add --automatic-save-to-history option
* Fix memory leak from #66
-------------------------------------------------------------------
Tue Nov 1 08:58:01 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Modify the package dependencies, so that it can work both
with the original rofi (X11-based) as well with rofi-wayland
(Wayland-based).
-------------------------------------------------------------------
Fri Feb 11 07:46:31 UTC 2022 - Michael Vetter <mvetter@suse.com>
- Update to 2.1.0:
* Correctly handle ≈ signs emitted by qalc #78
* Add -calc-command-history to add result to history when using -calc-command #79
* Correctly handle multiple equals signs emitted by qalc #80
-------------------------------------------------------------------
Mon Nov 16 07:22:30 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 2.0.0:
* Add option to completely disable history #63
-------------------------------------------------------------------
Thu Sep 24 07:01:44 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 1.9:
* Add options to specify output hints (#59)
-------------------------------------------------------------------
Thu Aug 13 07:36:34 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 1.8:
* Enable qalc's Unicode mode by default
* Add -no-unicode option to disable aforementioned unicode support
-------------------------------------------------------------------
Mon May 4 06:42:59 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 1.7:
* Fix file descriptor leak (#42)
* Add a note about saving the result to clipboard (#43)
* Document how to change decimal separator (#44)
* Use echo -n for clipboard
-------------------------------------------------------------------
Fri Jan 24 08:21:10 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 1.6:
* Add option -qalc-binary to specify the name or path to the qalc binary
* Document comma & space seperator options in README
* Delete items from history file (#34)
* Added version check in configure.ac (#28)
-------------------------------------------------------------------
Wed Apr 24 08:53:23 UTC 2019 - mvetter@suse.com
- Update to 1.5:
* Fix invalid free in case rofi dir didn't already exist
-------------------------------------------------------------------
Tue Apr 23 05:54:33 UTC 2019 - mvetter@suse.com
- Update to 1.4:
* Fix parsing result with -terse
* Add history feature (#6)
-------------------------------------------------------------------
Tue Apr 2 10:38:44 UTC 2019 - mvetter@suse.com
- Update to 1.3:
* Add -no-bold flag to disable bold results
* Implement -terse option
-------------------------------------------------------------------
Mon Apr 1 08:23:56 UTC 2019 - mvetter@suse.com
- Update to 1.1:
* Add -calc-command to specify a shell command (#3)
* Execute with last_result from qalc when Ctrl+Enter is pressed (#3)
-------------------------------------------------------------------
Thu Mar 14 20:16:29 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Encode % inside description. Trim bias from description.
-------------------------------------------------------------------
Wed Mar 13 07:27:23 UTC 2019 - mvetter@suse.com
- Update to 1.0:
* Better dependency form
* Check for cairo
* Add qalculate version warning
* Use pluginsdir for installation
* Do not hardcode rofi path
-------------------------------------------------------------------
Wed Mar 13 07:24:42 UTC 2019 - mvetter@suse.com
- Import 0.1+20180729.f24ac5e from home:siegel