Log for Standalone Faster-Whisper

### Note: It's not a comprehensive log.

## r186.1:
Fix quirks with "The last progress update is passed to the title bar." [r160.11]
Fix Linux exec issue with forward compatibility.

## r182.2:
Bugfix: PR705 was incorporated a bit incorrectly.
Bugfix: Bug with the custom prompt presets and task "translate".

## r182.1:
Includes PR705 & PR706
Excludes PR694 [aka CUDA12]
Skip micro chunks.
New args:
`--hallucination_silence_threshold`
`--clip_timestamps`
Updated PyAV to v11.0.0 [ffmpeg 6.0]
Updated PyInstaller to v6.4.0
Updated CTranslate2 to v3.24.0

## r172.4:
Bugfix: With some CPUs rnndn filters were not working.
Improved: `--sentence` doesn't treat ellipses (...) as the end of sentence, unless ellipses are at the end of a segment.
Changed default of `--initial_prompt` to `auto`.

## r172.3:
Better error handling for the audio filters.

## r172.2:
Increased "recursion" limit from 1000 to 10000.

## r172.1:
Supports "Distil-Whisper" models:
`distil-large-v2`
`distil-medium.en`
`distil-small.en`
New args:
`--max_new_tokens`
`--chunk_length`

## r167.5:
Additional option for `--prompt_reset_on_no_end`
Various audio filters:
`--ff_dump`     
`--ff_mp3`     
`--ff_sync`      
`--ff_rnndn_sh` 
`--ff_rnndn_xiph`
`--ff_fftdn`    
`--ff_tempo`     
`--ff_gate`     
`--ff_speechnorm`
`--ff_loudnorm` 
`--ff_silence_suppress` 
`--ff_lowhighpass`

## r167.4:
Bugfix: Bug if couldn't detect the number of CPU's cores.
Updated psutil to v5.9.7

## r167.3:
Bugfix: Illogical "Avoid computing higher temperatures on no_speech". [It could cause bad hallucination loops]
https://github.com/openai/whisper/pull/1903
https://github.com/SYSTRAN/faster-whisper/pull/625

## r167.2:
Fix: Commit #165 was missing in `r167.1` release.

## r167.1:
`large-v3` now is using the official model.
Updated PyInstaller to v6.3.0
Updated CTranslate2 to v3.23.0

## r160.12:
Doesn't add to prompt segments triggered by the common hallucinations in hallucinations_list.

New parameters :
`--max_comma_cent`
`--min_dist_to_end`

## r160.11:
Bugfix:  `--prompt_reset_on_temperature` was broken. Regression since r139.
Improved `--initial_prompt` default preset, there is alternative experimental `auto` preset.
Improved `--sentence` with the ignore words list, words like `Mr.` and ect..
The last progress update is passed to the title bar.

New parameters :
`--prompt_max`
`--reprompt` [enabled by default]
`--prompt_reset_on_no_end` [enabled by default]

## r160.10:
Bugfix: The final line disappeared if the final word wasn't punctuated when using  `--sentence`.

## r160.9:
Bugfix: The final word could disappear in some combination of the new parameters from r160.8.
New parameter : --standard_asia

## r160.8:
Improved --skip to work with all output folders.

New parameters :
`--sentence`
`--standard`
`--max_comma`
`--max_gap`
`--max_line_width`
`--max_line_count`

## r160.7:
Bugfix: Wildcard input could fail if brackets were in a folder's name.
Improved `--one_word` with the second option.
Improved `--skip` to work with all output formats. If output is "all" - checks only "srt".
New `--check_files` argument.
Added a catch for invalid `audio` input.
Turns off word_timestamps if output format is "text".

Exposed options :
`--prefix`
`--suppress_blank`
`--without_timestamps`
`--max_initial_timestamp`

## r160.6:
Bugfix: Autodownload wasn't working for `large-v3` [ regression in r160.5 ]

## r160.5:
large-v3 use fp16 model by default. [Removed other v3 options]
New switch: --one_word
Updated Pyinstaller to v6.2.0

## r160.4:
Bugfix: -prompt=None wasn't working.
UTF-8 chars are now supported in SE's "console".

## r160.3:
'large-v3' model.
'Cantonese' language.

## r160.2:
Failed release with a code typo.
Was online for ~15 mins...

## r160.1:
Bugfix: Fixed bug on macOS -> https://github.com/Purfview/whisper-standalone-win/issues/86
