summaryrefslogtreecommitdiffstats
path: root/releasenotes
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2017-08-03 16:48:07 +0200
committerDave Davenport <qball@gmpclient.org>2017-08-03 16:48:07 +0200
commit81ef68b3390b4e862cfef964a04d88757d3a2955 (patch)
treeb7f3e5534bbc6f358f4aa5f4fde1d295f558061a /releasenotes
parentc846ef1bccf399e2163cb6f20be391b05f882df9 (diff)
Start at writing release notes for V1.4.0.
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/1.4.0/release-1.4.0.markdown45
1 files changed, 45 insertions, 0 deletions
diff --git a/releasenotes/1.4.0/release-1.4.0.markdown b/releasenotes/1.4.0/release-1.4.0.markdown
new file mode 100644
index 00000000..55dffa0c
--- /dev/null
+++ b/releasenotes/1.4.0/release-1.4.0.markdown
@@ -0,0 +1,45 @@
+# V1.4.0: I reject your truth and trumpstitute my own
+
+> This release contains some major changes. One of them being a new theme engine. The migration from older versions
+> to this version might not go flawless.
+
+With more then 700 commits since the last version, this is one of the biggest releases so far.
+In this version we used the groundwork laid in v1.3.0 and went completely nuts. This release should satisfy the die-hard
+desktop [ricers](https://www.reddit.com/r/unixporn/) with a brand new, CSS based, theme engine.
+
+The great work of [SardemFF7](https://github.com/SardemFF7/) simplified the code base and improved the key and mouse
+handling. It also made it possible to add a often requested feature of icons (correctly using the icon-theme). A feature
+I never expected to be added.
+
+A last big addition, is support for plugins. Allowing the addition of some weird/fancy features. Currently two plugins
+are available, [blezz](https://gitcrate.org/qtools/rofi-blezz) a quick launch menu with it own menu definition and
+[top](https://gitcrate.org/qtools/rofi-top/) displaying running processes.
+
+Beside these major changes, this release includes a lot of bug-fixes and small improvements. See the bottom of this
+release notes for the full list of changes.
+
+## CSS Like Theme engine
+
+
+## Flexible layout
+
+
+## Icons
+
+
+## More flexible key and mouse bindings
+
+## Fuzzy Matching
+
+## Initial Plugin support
+
+## Screenshot
+
+## Detailed Changelog
+
+
+* DMENU tty detection.
+* Startup notification of launched application support.
+* Meson support.
+* Fuzzy matching with fzf based sorting algorithm.
+* Auto-detect DPI.