1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-18 13:54:36 -05:00

Version 1.3 release

This commit is contained in:
Dave Davenport 2016-12-25 12:17:34 +01:00
parent 40b73769f1
commit c06aa59a62
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
v1.3.0: Dan vs. Greg: The never ending story. (unreleased) v1.3.0: Dan vs. Greg: The never ending story.
New Features New Features
- Use randr for getting monitor layout. Fallback to xinerama if not available. - Use randr for getting monitor layout. Fallback to xinerama if not available.
- Re-add fuzzy matcher. - Re-add fuzzy matcher.

View file

@ -1,4 +1,4 @@
AC_INIT([rofi], [1.2.0], [https://github.com/DaveDavenport/rofi/],[],[https://forum.qtools.org/]) AC_INIT([rofi], [1.3.0], [https://github.com/DaveDavenport/rofi/],[],[https://forum.qtools.org/])
AC_CONFIG_SRCDIR([source/rofi.c]) AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h]) AC_CONFIG_HEADER([config.h])