This covers API changes in the audio_tuner library and UI changes to the
`tuner` script from version 0.9.0 onward.

audio-tuner 0.11.2 (2026-02-07)
  - Command line argument changes:
	Arguments on tuner's command line now override saved options.

audio-tuner 0.11.1 (2026-02-02)

audio-tuner 0.11.0 (2026-01-28)

  - New module:
	audio_tuner.saved_options

  - New in audio_tuner.argument_parser:
	configparser_to_argparse()

  - New in audio_tuner.common:
	platform_dirs
	PITCH_TEMPO_MIN
	PITCH_TEMPO_MAX
	normalize_path()

  - New command line arguments:
	--savefile
	--default_savefile_path
	--savefile_header

  - New config option:
	savefile

audio-tuner 0.10.0 (2026-01-16)

audio-tuner 0.9.1 (2026-01-10)

  - Use dashes instead of underscores in the package names

audio_tuner 0.9.0 (2026-01-09)

  - _FFMPEG_BINARY renamed to FFMPEG_BINARY

  - _FFPROBE_BINARY renamed to FFPROBE_BINARY

  - ffmpeg_error, ffprobe_error, FFMPEG_BINARY and FFPROBE_BINARY moved from
    audio_tuner.analysis to audio_tuner.common

  - audio_tuner.analysis.mpv_cm can now set err to NameError if mpv is not
    available.
