Fix * Only retain workspace_back_and_forth if workspace is set ([`d8ae56f`](https://github.com/open-dynaMIX/raiseorlaunch/commit/d8ae56fd382705eaa6fa2d0648a12526e0a86035))
Fixes - We do no longer automatically move windows to the workspace we think it belongs, because that interfered with i3s `assign`. 38
2.3.2
Fixes - [tests] fix i3ipc socket mock
2.3.1
Features - Run tests with py37, py38 and pypy3 - Merge `.coveragerc`, `.flake8` and `.isort.cfg` into `setup.cfg` - Add `LICENSE.txt`, tests and `tox.ini` to sdist
2.3.0
Features - Add tests with 100% coverage - Introduce [black](https://github.com/python/black) - Introduce [isort](https://github.com/timothycrosley/isort) - Introduce [flake8](https://gitlab.com/pycqa/flake8) - Use Travis CI to ensure and enforce all of the above