Skip to content

Commit 0b6aa8b

Browse files
committed
2.0.0 release.
1 parent 40224d3 commit 0b6aa8b

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
**Please match the documentation and scripts to the version of rofi used**
1010

1111
- [next version](https://github.com/davatorium/rofi)
12-
- [2.0.0-beta1](https://github.com/davatorium/rofi/tree/2.0.0-beta1)
12+
- [2.0.0](https://github.com/davatorium/rofi/tree/2.0.0)
1313
- [1.7.9](https://github.com/davatorium/rofi/tree/1.7.9)
1414
- [1.7.8](https://github.com/davatorium/rofi/tree/1.7.8)
1515
- [1.7.7](https://github.com/davatorium/rofi/tree/1.7.7)

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('rofi', 'c',
2-
version: '2.0.0-beta1',
2+
version: '2.0.0',
33
meson_version: '>=0.59.0',
44
license: [ 'MIT' ],
55
default_options: [

releasenotes/2.0.0/release-2.0.0.markdown

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 2.0.0 - beta 1
1+
# 2.0.0
22

33
In this release we merged back [lbonn](https://github.com/lbonn) his great wayland [port of rofi](https://github.com/lbonn/rofi) into mainline.
44
Wayland is now an officially supported backend.
@@ -93,7 +93,6 @@ So under wayland this feature currently does not work.
9393

9494
Issue: [#2158](https://github.com/davatorium/rofi/issues/2158)
9595

96-
9796
### No IMDKIT support in wayland
9897

9998
There is currently no imdkit support when using the wayland backend.

0 commit comments

Comments
 (0)