* Tue Nov 01 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 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 2020 Michael Vetter <mvetter@suse.com>
- Update to 2.0.0:
* Add option to completely disable history #63
* Thu Sep 24 2020 Michael Vetter <mvetter@suse.com>
- Update to 1.9:
* Add options to specify output hints (#59)
* Thu Aug 13 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 04 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 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 2019 mvetter@suse.com
- Update to 1.5:
* Fix invalid free in case rofi dir didn't already exist
* Tue Apr 23 2019 mvetter@suse.com
- Update to 1.4:
* Fix parsing result with -terse
* Add history feature (#6)
* Tue Apr 02 2019 mvetter@suse.com
- Update to 1.3:
* Add -no-bold flag to disable bold results
* Implement -terse option
* Mon Apr 01 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 2019 Jan Engelhardt <jengelh@inai.de>
- Encode % inside description. Trim bias from description.
* Wed Mar 13 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 2019 mvetter@suse.com
- Import 0.1+20180729.f24ac5e from home:siegel