FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore: update pyglet to version 3.0.dev8 and modify changelog (#2882) · pythonarcade/arcade@5312465 · GitHub

Commit 5312465

Browse files
andauthored
chore: update pyglet to version 3.0.dev8 and modify changelog (#2882)
Co-authored-by: Paul V Craven <paul.craven@optimizley.com>
1 parent 8bdf4d6 commit 5312465

4 files changed

Lines changed: 13 additions & 6 deletions

File tree

‎CHANGELOG.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
You can grab pre-release versions from PyPi. See the available versions from the
44
Arcade [PyPi Release History](https://pypi.org/project/arcade/#history) page.
55

6+
## 4.0.0.dev7
7+
8+
### Breaking Changes
9+
- Updated pyglet to 3.0.dev8 (from 3.0.dev7).
10+
- `dev8` adds a `Window.camera` setter (assign any `BaseCamera` to change the window's default draw camera). Arcade's `Window.camera`/`default_camera` remain read-only aliases for Arcade's own `DefaultProjector` and are unaffected by this change.
11+
- `dev8` adds built-in text effects: `pyglet.text.Stroke`, `pyglet.text.DropShadow`, and `pyglet.text.LinearGradient`, usable via `stroke`/`shadow`/`color` on `pyglet.text.Label`. `arcade.Text` passes `stroke=`/`shadow=` through to pyglet already, but `color=LinearGradient(...)` currently raises inside `arcade.Text`/`Color.from_iterable`, which assumes a plain RGBA tuple — Arcade does not yet support gradient fills. Advanced users who want a gradient fill today can create a `pyglet.text.Label` directly instead of `arcade.Text`.
12+
613
## 4.0.0.dev6
714

815
### New Features

‎arcade/VERSION‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.0.0.dev6
1+
4.0.0.dev7

‎pyproject.toml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ classifiers = [
2222
dependencies = [
2323
"pillow>=11.3.0",
2424
"pytiled-parser~=2.2.9",
25-
"pyglet==3.0.dev7",
25+
"pyglet==3.0.dev8",
2626
]
2727
dynamic = ["version"]
2828

‎uv.lock‎

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL