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.12.0 (2026-03-06)

  - Changed in audio_tuner.common:
	PITCH_TEMPO_MIN changed from 0.25 to 0.243
	PITCH_TEMPO_MAX changed from 4.0 to 4.117

  - New in audio_tuner.common:
	CORRECTION_ST2
	CORRECTION_RB

  - New in audio_tuner.analysis.Analysis:
	correction_backend

  - New in audio_tuner.argument_parser:
	normalize_dashes()

	Argument defaults now include `link`, set to True.  It is, however,
	still not a valid command line or config option.

  - New dependency:
	shtab

  - New command line argument:
	--print-completion

  - Command line argument changes:
        Command line arguments, config file options and save file options that
        had underscores in them now use dashes instead.  Underscores are still
        allowed for backwards compatibility.

        Tuning system names can no longer be abbreviated.  This does break
        backwards compatibility, but that could have eventually happened
        regardless since new tuning systems added in the future could have
        broken old abbreviations.

audio-tuner 0.11.3 (2026-02-10)

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.
