---------------
:Date: May 11, 2021
* Added property to access desktop resolution (`7eac3cb <https://github.com/HuxyUK/pyasge/commit/7eac3cbcfe594cfa0725e9b3c20e795b9ef61530>`__)
* Bumped ASGE version to alpha3 [37b3f00_] (`8685dc2 <https://github.com/HuxyUK/pyasge/commit/8685dc2b55956a00195b3126c709da2a75716f75>`__)
**Known Issues**
* Setting custom shaders can also effect previous render calls where
the default shader was in use, resulting in both rendered quads
using the same custom pixel shader. To resolve this use
:code:`self.renderer.shader = None` when the default shader is desired.
.. _37b3f00: https://github.com/HuxyUK/ASGE/commit/37b3f00abd5e2bb8228aa937ffd8c97eb8c516fb
....