summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-01-08 19:37:40 +0100
committerDave Davenport <qball@gmpclient.org>2017-01-08 19:37:40 +0100
commit3cbfe53d304f6504e5101cf65667b136320d47d7 (patch)
tree5d3c05b94b2cbc223d5efaa191af6cd4c62a7d55
parent35a9b04f87d1b6d46b4a2eb85db153173a45967d (diff)
parent9725f666f27ed6d621ffa1dbd8245bd9f3d38495 (diff)
Merge remote-tracking branch 'origin/master' into themer
-rw-r--r--Changelog2
-rw-r--r--configure.ac2
-rw-r--r--releasenotes/1.3.1/release-1.3.1.markdown20
3 files changed, 22 insertions, 2 deletions
diff --git a/Changelog b/Changelog
index b3556a2a..6c9d7fcc 100644
--- a/Changelog
+++ b/Changelog
@@ -1,4 +1,4 @@
-v1.3.1: Dan vs. Greg: The never ending story, reloaded. (unreleased)
+v1.3.1: Dan vs. Greg: The never ending story, reloaded.
New Features
- [DRun] Search categories. (#449)
Improvements
diff --git a/configure.ac b/configure.ac
index 3b5b0a8d..3b430991 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.3.0], [https://github.com/DaveDavenport/rofi/],[],[https://forum.qtools.org/])
+AC_INIT([rofi], [1.3.1], [https://github.com/DaveDavenport/rofi/],[],[https://forum.qtools.org/])
AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h])
diff --git a/releasenotes/1.3.1/release-1.3.1.markdown b/releasenotes/1.3.1/release-1.3.1.markdown
new file mode 100644
index 00000000..bbc2714f
--- /dev/null
+++ b/releasenotes/1.3.1/release-1.3.1.markdown
@@ -0,0 +1,20 @@
+# V1.3.1: Dan vs. Greg: The never ending story, reloaded.
+
+A quick follow up release to resolve some issues with copyright notices in the shipped **rofi** themes.
+Below is the, modest, full list of changes.
+
+## Detailed Changelog
+
+### New Features
+
+- [DRun] Search categories. ([#449](https://github.com/DaveDavenport/rofi/issues/449))
+
+### Improvements
+
+- Fix exit when failed to grab keyboard. ([#524](https://github.com/DaveDavenport/rofi/issues/524))
+- Introduce lazy keyboard grab mode for people who want rofi to show on key-down in i3.
+- Add copyrights to theme (needed for debian packaging).
+- DMENU: Correctly detect end-of-file ([#518](https://github.com/DaveDavenport/rofi/issues/518))
+- Directly queue redraw on overlay change.
+- Remove pango markup from workspace names in I3. ([#507](https://github.com/DaveDavenport/rofi/issues/507))
+