diff --git a/docs/releasenotes/0.8.x.rst b/docs/releasenotes/0.8.0-0.8.2.rst similarity index 99% rename from docs/releasenotes/0.8.x.rst rename to docs/releasenotes/0.8.0-0.8.2.rst index 6a14892f..db3e5f19 100644 --- a/docs/releasenotes/0.8.x.rst +++ b/docs/releasenotes/0.8.0-0.8.2.rst @@ -1,10 +1,15 @@ -0.8.0 -===== + +0.8.0-0.8.2 +*********** We are happy to announce another developmental release under the summer fellowship at `The Processing Foundation `_. The project was supervised by `Mark Zhang `_. This release comes with an experimental 2D renderer using `Skia `_. The skia 2D renderer shows significance improvements in both rendering and efficiency of the sketches. + +v0.8.0 +======= + Bug Fixes -------------- - #276 diff --git a/docs/releasenotes/0.8.3.rst b/docs/releasenotes/0.8.3.rst new file mode 100644 index 00000000..d83941a9 --- /dev/null +++ b/docs/releasenotes/0.8.3.rst @@ -0,0 +1,26 @@ +v0.8.3 +====== + +- Check if the user has defined preload before use by `@davidlowryduda `_ in `PR #414 `__ +- Fix #362: Fixed order of GHAs by `@RyanWalker277 `_ in `PR #412 `__ +- Format Python code with psf/black push by `@github-actions `_ in `PR #405 `__ +- Fix: add pyopengl-accelerate back as a dependency due to upstream fix by `@tushar5526 `_ in `PR #416 `__ +- Format Python code with psf/black push by `@github-actions `_ in `PR #415 `__ +- Linter fix by `@tushar5526 `_ in `PR #421 `__ +- Fix for unordinary behavior of size() in setup() for skia by `@devAyushDubey `_ in `PR #420 `__ +- Format Python code with psf/black push by `@github-actions `_ in `PR #422 `__ +- Add type to io by `@asukaminato0721 `_ in `PR #430 `__ +- Add type to util by `@asukaminato0721 `_ in `PR #432 `__ +- Add type to sketch by `@asukaminato0721 `_ in `PR #431 `__ +- Type pmath module by `@asukaminato0721 `_ in `PR #428 `__ +- Add initial type for core by `@asukaminato0721 `_ in `PR #429 `__ +- Update requirements.txt by `@tushar5526 `_ in `PR #435 `__ +- Fix args unpacking for corners mode by `@hvitis `_ in `PR #442 `__ +- Fix jitter behavior of skia due to double buffers swapping by `@tushar5526 `_ in `PR #446 `__ +- Fix wrong mouse position bug in MacOS by `@tushar5526 `_ in `PR #446 `__ +- Fix window size being half in retina display bug in MacOS by `@tushar5526 `_ in `PR #446 `__ + +Full Changelog +-------------- + +`Compare v0.8.1 to v0.8.3 `_ diff --git a/docs/releasenotes/index.rst b/docs/releasenotes/index.rst index 7fe1d1b0..db729529 100644 --- a/docs/releasenotes/index.rst +++ b/docs/releasenotes/index.rst @@ -4,7 +4,8 @@ Release Notes .. toctree:: :maxdepth: 1 - 0.8.x + 0.8.3 + 0.8.0-0.8.2 0.7.0-0.7.1 0.6.0 0.5.0