- Use bundled Noto Sans fonts instead of expecting Verdana to be somewhere on the system. - Test coverage is 100%! - Add support for Python 3.8, 3.9, 3.10, 3.11, 3.12, and 3.13. - Drop support for Python 2.7, 3.5 and 3.6.
1.1.1
- Drop video mode filtering by aspect ratio (21:9 monitors exist). - Switch to GitHub for bug tracking. - Dropped support for Python 3.4.
1.1.0
- Support Python 3.4 and 3.5 in addition to 2.7. - Made 'pip install pyspacewar' work.
1.0.0
- Fixed crash on startup with Numpy >= 1.10. - Dropped support for Python 2.6.
0.9.8
- Switched version control system from Bazaar to Git, hosted on GitHub (https://github.com/mgedmin/pyspacewar). The old svn -> bzr conversion was incomplete and lacked the oldest revisions; I've reconverted the original svn into git this time and stiched the few newest revisions from bzr.
0.9.7
- Don't crash on startup when audio is not available, disable sounds instead. - Switched version control system from self-hosted Subversion to Bazaar on Launchpad (bzr branch lp:pyspacewar).