Skip to content

Commit 21b0316

Browse files
committed
Update CHANGELOG and adjust minimum rofi version
1 parent 5ae59b3 commit 21b0316

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
77

88
## [2.4.0] - 2025-06-27
99
- Add ability to configure via `config.rasi` [#138](https://github.com/svenstaro/rofi-calc/pull/138) (thanks @zspher)
10+
- Now requires at least rofi 1.7.6
1011

1112
## [2.3.3] - 2025-06-26
1213
- Fix quick switch not working [#139](https://github.com/svenstaro/rofi-calc/pull/139) (thanks @zspher)
@@ -45,7 +46,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
4546
- Add `-no-unicode` option to disable aforementioned unicode support
4647

4748
<!-- next-url -->
48-
[Unreleased]: https://github.com/svenstaro/rofi-calc/compare/v2.3.0...HEAD
49+
[Unreleased]: https://github.com/svenstaro/rofi-calc/compare/v2.4.0...HEAD
50+
[2.4.0]: https://github.com/svenstaro/rofi-calc/compare/v2.3.3...v2.4.0
51+
[2.3.3]: https://github.com/svenstaro/rofi-calc/compare/v2.3.2...v2.3.3
52+
[2.3.2]: https://github.com/svenstaro/rofi-calc/compare/v2.3.1...v2.3.2
53+
[2.3.1]: https://github.com/svenstaro/rofi-calc/compare/v2.3.0...v2.3.1
4954
[2.3.0]: https://github.com/svenstaro/rofi-calc/compare/v2.2.1...v2.3.0
5055
[2.2.1]: https://github.com/svenstaro/rofi-calc/compare/v2.2.0...v2.2.1
5156
[2.2.0]: https://github.com/svenstaro/rofi-calc/compare/v2.1.0...v2.2.0

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ You can disable persistent history if you don't like that.
3535

3636
### From source
3737

38-
You need a C compilation toolchain (a `cc`, `meson`, `pkg-config`, ...), `rofi` (version >= 1.5) as well as `qalculate` (version > 2.0).
38+
You need a C compilation toolchain (a `cc`, `meson`, `pkg-config`, ...), `rofi` (version >= 1.7.6) as well as `qalculate` (version > 2.0).
3939

4040
You will also need development headers for `rofi`. Depending on your distribution these may be included in different packages:
4141

@@ -49,7 +49,8 @@ You will also need development headers for `rofi`. Depending on your distributio
4949
* VoidLinux: `xbps-install -S rofi-devel libqalculate meson libtool`
5050
* Others: look it up :)
5151

52-
Some distributions ship an [extremely outdated](https://github.com/svenstaro/rofi-calc/issues/7) version of `qalculate` so you might have to compile your own. If that is the case, see [here](https://github.com/svenstaro/rofi-calc/wiki/Installing-libqalculate-from-source).
52+
Some distributions ship an [extremely outdated](https://github.com/svenstaro/rofi-calc/issues/7) version of `qalculate` so you might have to compile your own.
53+
If that is the case, see [here](https://github.com/svenstaro/rofi-calc/wiki/Installing-libqalculate-from-source).
5354

5455
**rofi-calc** uses meson as a build system. If installing from git, the following steps should install it:
5556

0 commit comments

Comments
 (0)