mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Merge remote-tracking branch 'origin/next'
This commit is contained in:
commit
96c70813ca
2 changed files with 45 additions and 1 deletions
|
@ -11,7 +11,6 @@ project('rofi', 'c',
|
|||
c_compiler = meson.get_compiler('c')
|
||||
|
||||
add_project_arguments(
|
||||
'-fvisibility=hidden',
|
||||
'-I@0@'.format(meson.build_root()),
|
||||
'-I@0@'.format(join_paths(meson.source_root(), 'include')),
|
||||
language: 'c'
|
||||
|
|
45
releasenotes/1.4.0/release-1.4.0.markdown
Normal file
45
releasenotes/1.4.0/release-1.4.0.markdown
Normal file
|
@ -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.
|
Loading…
Reference in a new issue