Added
- Add
--one-lineoption to display weather information in a single line. - Add
--text-modeoption to CLI andtext_modeoption to config file to choose betweenfull(default),compact
andone_linemodes. - Implement automatic config file migration for
compact_modetotext_mode.
Changed
- Temperature now shows only one decimal place for better readability.
Removed
- 💥 Config file option
compact_moderemoved due to introduction of multiple text modes. Use
text_mode = "compact"
instead.--compactCLI option is still supported though.