- Added missing quotes to sample i3 configuration lines in README
0.3.0
------------------- Added
- ``-m``/``--menu`` flags taking the values ``dmenu`` or ``rofi``. The named program is used to render the menu - so passing ``--menu=rofi`` results in the behavior that was default in version 0.2.4.
Changed
- Now defaults to using ``dmenu`` to generate the menu instead of ``rofi``. This means ``fluidspaces`` can be used with just the tools included with basic i3. - Made some of the helptext more concise and mentioned default values for ``--menu`` and ``--toggle``.
0.2.4
------------------- Changed
- Simpler README and CHANGELOG formats to get them to render nicely on PyPi and Github
0.2.3
------------------- Added
- An actually useful README file
Changed
- README and CHANGELOG files now use reStructuredText format instead of Markdown - Package's long description now includes the contents of CHANGELOG at the end - All argument descriptions now start with small letters to match ``argparse``'s built-in descriptions for ``--help`` and ``--version``
0.2.2
-------------------- Fixed
- Crash on startup if not run from an intact git repository (i.e. if run using a sdist build, a github archive, a pypi archive, or literally anything but a dev evironment)
0.2.1
-------------------- Fixed
- Navigating to / bringing a container to a new workspace promotes that workspace (the new workspace used to stay at the back where it was created - with a numberless name - until it was navigated to again)