Releases: shegue77/PyEducate
v2.2.1
v2.2.0
Full Changelog: v2.1.1...v2.2.0
v2.1.1
Full Changelog: v2.1.0...v2.1.1
v2.1.0
Full Changelog: v2.0.1...v2.1.0
v2.0.1
Full Changelog: v2.0.0...v2.0.1
Changelog:
- Fixed a
majorseverity bug - Fixed lesson page navigation
- Code refactoring
- PyInstaller fix
Windows installers & executables attached 🔗
v2.0.0
Full Changelog: https://github.com/shegue77/PyEducate/commits/v2.0.0
v1.2.0
Full Changelog: v1.1.0...v1.2.0
Changelog:
- Added local AES encryption
- Updated minimum python version requirement to
3.9.2 - Expanded and updated modularisation
- Created
docs/folder - Updated and cleaned
README.md - Updated wiki
⚠️ IMPORTANT NOTICEAny previous data may be corrupted due to encryption.
Currently there is no import/export feature. However, this update will be added soon.
Binaries will be released soon.
Release v1.1.0
Full Changelog: v1.0.0...v1.1.0
Changelog:
- Modularised server & client programs
- Updated
README.md&CONTRIBUTING.md - Bug fixes
Release v1.0.0
Release v1.0.0 🎉
The first official release of PyEducate!
Full Changelog: v1.0.0-rc0...v1.0.0
Changelog from BETA: v1.0.0-beta.1...v1.0.0
Changelog Summary
- Fixed leaderboard 🏆
- Ran successful tests
- Bug fixes
- And more!
INSTALLERS:
The server pack contains the server & the lesson editor installers.
For the client, install PyEducate-v1.0.0-INSTALLER.exe.
EXECUTABLES:
For the client, download client.zip.
The server & lesson editor are in server.zip.
Version 1.0.0-rc0
Full Changelog: v1.0.0-beta.1...v1.0.0-rc0
IMPORTANT
Bugs have been identified and are currently being addressed.
However, it is likely that additional issues remain undiscovered at this stage.
Changelog Summary:
- Added leaderboard 🏆
- Updated
README.md& addedCONTRIBUTING.md - Larger suite of commands (such as
!ban) forserver.py - Added log files
- Updated GUI for
client.py&lesson-editor.py