pull/357/head 0.3.0
nyanpasu64 2019-03-03 22:19:36 -08:00
rodzic bf4a13b329
commit e2d0625de7
3 zmienionych plików z 17 dodań i 6 usunięć

Wyświetl plik

@ -1,18 +1,29 @@
## 0.3.0-pre
## 0.3.0
### Breaking Changes
- Line width is now measured in pixels. (earlier, pt = 4/3 px)
- Tweak default config settings: white lines, gray midlines, 1 column.
- Increase trigger diameter to improve bass stability
- Line width is now measured in pixels. (previously, 1 pt = 4/3 px)
- Tweak default config settings: white lines, gray midlines, 1 column, vertical orientation.
- Enable preview-only resolution divisor by default, to boost speed
### Features
- Add pitch-tracking trigger checkbox
- Waves should no longer jump around when pitch changes.
- Rapidly repeating pitch changes (less than 6 frames apart) are skipped for performance.
- Pitch tracking may increase CPU usage on noise channels. See https://github.com/nyanpasu64/corrscope/issues/213 for details
- Add stereo rendering support
- Located in stereo tab in GUI
- Add per-channel amplification support
- Add color picker to GUI
- Add unit suffixes to GUI spinboxes
### Changelog
- ...
- Prevent YAML dump from line-breaking long paths
- Dump Config.show_internals to YAML by default
- Add non-GUI option to disable antialiasing (does not improve performance)
## 0.2.0 and before

Wyświetl plik

@ -7,7 +7,7 @@ _package = Path(__file__).parent
# Version prefix
base_version = "0.3.0-pre"
base_version = "0.3.0"
is_dev = "-" in base_version

Wyświetl plik

@ -4,7 +4,7 @@ build-backend = "poetry.masonry.api"
[tool.poetry]
name = "corrscope"
version = "0.3.0-pre"
version = "0.3.0"
description = ""
authors = ["nyanpasu64 <nyanpasu64@tuta.io>"]
license = "BSD-2-Clause"