2.2.0.dev2 - dev release for testing
Pre-release
Pre-release
What's Changed
- Bump docker/login-action from 1.10.0 to 2.1.0 by @dependabot in #1979
- Bump docker/metadata-action from 3.3.0 to 4.3.0 by @dependabot in #1978
- Bump docker/build-push-action from 2.5.0 to 4.0.0 by @dependabot in #1976
- 2.1.4 by @Starbuck5 in #1983
- Start 2.2 by @Starbuck5 in #1982
- Implement swizzling for
pygame.Color
by @avaxar in #1935 - Dependabot: Update versions of docker related actions by @ankith26 in #1980
- pygame.transform.invert by @ScriptLineStudios in #1911
- add venv to gitignore by @oddbookworm in #1985
- doc fixes for
Font.set_direction
by @oddbookworm in #1992 - added missing versionadded tags in recent new API docs by @oddbookworm in #1996
- Rework doc_ file generation by @Starbuck5 in #1993
- Fix color swizzling as per request in #1989 by @avaxar in #1994
- Modified docs css by @yunline in #2004
- Remove pygame.fastevent by @gresm in #1966
- Another minor fblits refactor by @itzpr3d4t0r in #2002
- Fix the segfault of
Surface.convert()
. by @yunline in #2007 - Add test that the surface to be pre-multiplied has pixels by @MyreMylar in #2005
- Move cython based controller module to controller_old by @zoldalma999 in #1903
- Change font.c to compare with SDL_ttf instead of SDL itself by @simplyrohan in #1991
- transform.blur by @yunline in #1836
- System module by @Starbuck5 in #1897
- Add font name getter by @novialriptide in #1971
- Add keyword for image by @yunline in #2010
- Add image & rect properties to Sprite by @MyreMylar in #1942
- Remove
sudo apt-mark hold grub-efi-amd64-signed
for Ubuntu20.04 by @yunline in #2012 - Fix text input example by @yunline in #2009
- Renamed "
the_args
" to "blend_flags
" everywhere by @itzpr3d4t0r in #2011 - Revise
repr
overload as per request in #1988 by @avaxar in #1995 - Add unifont to the font list of examples/textinput.py by @yunline in #2015
- Bump pypa/cibuildwheel from 2.12.0 to 2.12.1 by @dependabot in #2017
- Update file comment header titles by @simplyrohan in #2013
- Circle fix by @robertpfeiffer in #2003
- Better VSync by @robertpfeiffer in #1874
- Change mixer to use FileNotFoundError and fix related tests by @Temmie3754 in #2001
- Fix cursor doc formatting and improve consistency by @Temmie3754 in #2024
- Add type hint for draw_triangle and draw_quad by @yunline in #2018
- Fix issues and inconsistency with draw_line_width by @Temmie3754 in #1998
- fixed banding bug with draw.circle by @oddbookworm in #2032
- Bump actions/checkout from 3.3.0 to 3.4.0 by @dependabot in #2037
- Implement FRect by @yunline and @Emc2356 in #1944
- Add an AVX2 version of the BLEND_PREMULTIPLIED blend mode by @MyreMylar in #5
- AVX2 alpha blitters by @Starbuck5 in #2019
- Raise
ValueError
when bluring an indexed surface. by @yunline in #2026
New Contributors
- @simplyrohan made their first contribution in #1991
Full Changelog: 2.1.4...2.2.0.dev2