v3.5.0
[3.5.0] - 2022-01-13
Pypi: https://pypi.org/project/cobib/3.5.0/
News: coBib v4.0 will come with a new UI!
The plan is to switch to rich and textual instead of the current curses TUI.
This will open up some great possibilities for a much more modern UI.
However, this change will require some major refactoring including breaking changes of the API
and some of the user configuration options. It will also be a rather drastic change in style.
Thus, I will attempt to support v3.5 with bugfix releases until 1.1.2023
It will likely take a few months until v4.0 gets released but I am starting development on it now.
You can follow the progress here: {https://gitlab.com/mrossinek/cobib/-/issues/78}
Added
- the configuration loading can be disabled via the environment variable
COBIB_CONFIG
- values which disable the loading entirely are:
"", 0, f, false, nil, none
- you can also specify a custom path to a configuration file in this variable
- values which disable the loading entirely are:
Removed
- the
INI
-style configuration got fully removed (as deprecated in [3.0.0] - 2021-04-10)