summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-05-02 07:50:28 +0200
committerDave Davenport <qball@gmpclient.org>2016-05-02 07:50:28 +0200
commit1c3d1aa46ff162e91c656ab513eb579fefc11beb (patch)
tree7ddca5d1aaa3b07eef7a8617e53d4ee19dcbc0b1
parent324a09b27bb2e6fda5f6d8fb8dc55bfa05c5888c (diff)
Bump to version 1.0.11.0.1
-rw-r--r--Changelog62
-rw-r--r--configure.ac2
2 files changed, 47 insertions, 17 deletions
diff --git a/Changelog b/Changelog
index a8798032..f3b506e8 100644
--- a/Changelog
+++ b/Changelog
@@ -1,19 +1,49 @@
-1.0.0 (unreleased):
- New features:
- - Have separate config file.
- - Use GlibMainLoop.
- - Blinking cursor.
- - Config file.
- - Add history to DRun mode. (#343)
- Improvements:
- - auto-select and single item on dmenu (#281)
- Bug fixes:
- - Fix subpixel rendering. (#303)
- - Fix basic tests on OpenBSD (#272)
- - Fix wrong use of memcpy (thx to Jasperia).
- - Work around for sigwaitinfo on OpenBSD.
- - Ignore invalid (non-utf8) in dmenu mode.
- - Glib signal handling.
+1.0.1
+ Bug fixes
+ - Fix typo in manpage.
+ - Return old behaviour for rofi placement (#395, #389)
+ - Switch desktop when switching window (#393)
+ - Remove unneeded use of bash (#391)
+ - Make history parser more robust against corrupted files. (#388)
+ - Fix desktop number (#386)
+
+1.0.0
+ New Features
+
+ - Blinking cursor
+ - BliSeparate configuration file
+ - BliHistory in drun mode (#343)
+ - BliContext menu mode, show rofi at the mouse pointer
+
+ Improvement
+ - auto select and single item on dmenu mode (#281)
+ - Unlimited window title length.
+ - Correctly follow the active desktop, instead of active window.
+ - If requesting modi that is not enabled, show it anyway.
+ - DMenu password mode. (#315)
+ - Levenshtein sort is now UTF-8 aware.
+ - Use xcb instead of large xlib library.
+ - Use GLib mainloop for cleaner code and easier external event based
+ - handling in future.
+ - Run dialog: Try to convert between locale, fs encoding and utf8.
+ - Fixing problems with non-utf8 filesystem encodings.
+ - Try to display non-utf8 strings as good as possible.
+ - Autocomplete bang hint in combi mode (#380)
+ - Remove magic line length limits by switching to getline
+ - from fgets.
+ - Print git version for git builds in version string.
+
+ Bug fixes
+ - Fix subpixel rendering. (#303)
+ - Fix basic tests on OpenBSD (#272)
+ - Fix wrong use of memcpy (thx to Jasperia).
+ - Work around for sigwaitinfo on OpenBSD.
+ - Ignore invalid entries (non-utf8) in dmenu mode.
+ - Glib signal handling.
+ - Fix connecting to i3 on bsd.
+ - Be able to distinguish between empty and cancel in dmenu mode. (#323)
+ - Fix memcpy on single memory region. (#312)
+ - Fix opening file with mode a+ and using fseek to overwrite on bsd.
0.15.12:
New features:
diff --git a/configure.ac b/configure.ac
index bc41049c..b619e639 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([rofi], [1.0.0], [https://github.com/DaveDavenport/rofi/])
+AC_INIT([rofi], [1.0.1], [https://github.com/DaveDavenport/rofi/])
AC_CONFIG_SRCDIR([source/rofi.c])
AC_CONFIG_HEADER([config.h])