summaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2021-08-14 21:24:58 +0200
committerDave Davenport <qball@blame.services>2021-08-14 21:24:58 +0200
commit31ea80e7f394e663845ee95980b300b704e6ff30 (patch)
tree4a60aff80529b990c6cb13a9454bbb0c125046d3 /releasenotes
parent9f777a7a7ba251bc8d8c99b7a26d65601c5eb8b5 (diff)
Start working on release notes for 1.7.0.
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/1.7.0/release-1.7.0.markdown79
1 files changed, 79 insertions, 0 deletions
diff --git a/releasenotes/1.7.0/release-1.7.0.markdown b/releasenotes/1.7.0/release-1.7.0.markdown
new file mode 100644
index 00000000..a35533bb
--- /dev/null
+++ b/releasenotes/1.7.0/release-1.7.0.markdown
@@ -0,0 +1,79 @@
+# 1.7.0: Iggy 2024
+
+Rofi 1.7.0 is another bug-fix release that also removes a lot of deprecated features.
+This has been needed to keep **rofi** maintainable.
+
+
+## FileBrowser
+
+## Clickable button and icons
+
+## File Completion
+
+## Timeout actions
+
+## Background image and gradients
+
+
+# Changelog
+
+* ADD: -steal-focus option.
+* ADD: [Config] Add nested configuration option support.
+* ADD: [Config] Support for handling dynamic config files.
+* ADD: [DRun] Add fallback icon option.
+* ADD: [DRun] Add support for passing file (using file-browser) completer for desktop files that support his.
+* ADD: [DRun] Support for service files.
+* ADD: [File Browser] Allow setting startup directory (#1325)
+* ADD: [File Browser]: Add sorting-method. (#1340)
+* ADD: [FileBrowser] Add option to group directories ahead of files. (#1352)
+* ADD: [Filtering] Add prefix matching method. (#1237)
+* ADD: [Icon] Add option to square the widget.
+* ADD: [Icon|Button] Make action available on icon, button and keybinding name.
+* ADD: [KeyBinding] Add Ctrl-Shift-Enter option. (#874)
+* ADD: [ListView]-hover-select option. (#1234)
+* ADD: [Run] Add support for passing file (using file-browser) completer.
+* ADD: [Textbox] Allow theme to force markup on text widget.
+* ADD: [Theme] Remove backwards compatiblity hack.
+* ADD: [Theme] theme validation option. (`-rasi-validate`)
+* ADD: [View] Add support for user timeout and keybinding action.
+* ADD: [Widget] Add cursor property (#1313)
+* ADD: [Widget] Add scaling option to background-image.
+* ADD: [Widget] Add support background-image and lineair gradient option.
+* ADD: [Window] Add pango markup for window format (#1288)
+* FIX: [DSL] Move theme reset into grammar parser from lexer.
+* FIX: [Drun]: fix sorting on broken desktop files. (thanks to nick87720z)
+* FIX: [File Browser]: Fix escaping of paths.
+* FIX: [ListView] Fix wrong subwidget name.
+* FIX: [Script] Don't enable custom keybindings by default.
+* FIX: [TextBox] Fix height estimation.
+* FIX: [Theme] widget state and inherited properties. This should help fixing some old themes with changes from 1.6.1.
+* FIX: [Widget] Fix rendering of border and dashes. (Thanks to nick87720z)
+* REMOVE: -dump-xresources
+* REMOVE: -fullscreen
+* REMOVE: -show-match
+* REMOVE: Old xresources based configuration file.
+* REMOVE: fake transparency/background option, part of theme now.
+* REMOVE: xresources parsing via Xserver
+* DOC: Update changes to manpages
+
+
+# Thanks
+
+Big thanks to:
+
+* Quentin Glidic
+* a1346054
+* Ian C
+* TonCherAmi
+* nick87720z
+* Markus Grab
+* Zachary Freed
+* nickofolas
+* unisgn
+* Jas
+* rahulaggarwal965
+* Awal Garg
+* Eduard Lucena
+* Lars Wendler
+
+Apologis if I mistyped or missed anybody.