Skip to content

Commit

Permalink
Change Log
Browse files Browse the repository at this point in the history
  • Loading branch information
Zjjc123 committed Sep 16, 2022
1 parent 9e7a8b5 commit 3fa489e
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build-doc.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
rm -rf ./docs/_build
poetry run sphinx-build -b html docs docs/_build
14 changes: 14 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
Changelog
=========

Release 0.3.1
==============================

Dependencies
------------

Features added
--------------

- `#29 <https://github.com/Zjjc123/guipy/pull/29>`_ Allow user to import all components with ``from guipy.components import *``

Bugs fixed
----------

Release 0.3.0
==============================
Made changes to the manager and the component base class. Component._draw() should contain most of the drawing that a component needs. Components.root surface is no longer standard in components, as Switch and Button have two static surfaces. Component.update() is now responsible for readying surfaces. In a similar fashion, GUIManager.update() now updates and blits components.
Expand Down

0 comments on commit 3fa489e

Please sign in to comment.