Skip to content

Commit

Permalink
Bump verion 0.1.0-alpha.2 and update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zefr0x committed Jul 25, 2022
1 parent 9d8e772 commit d13876a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# Unreleased

# 0.1.0-alpha.2
## Added
- Implement database features.
- Now you can create and delete profiles.
- You can switch between profiles in the fly.
- Calculation settings are getting pulled from the database.
- Creation of new semester and courses will be pushed to the database.
- When deleting profile or semester ther childs will be deleting as will.
- When updating course data, they will be updated in the database as will.
- Every time you open a profile, it's data will be loaded to the GUI.
- Now an action is available in the profile menu to export database to a json file.
- The app's entry point exit is now in the __main__.py file.
- `setup.py` file is now available to easily install the app.

# 0.1.0-alpha.1
- First alpha release.
- Database related features are not yet implemented, the calculation just works, and the data are in memory while the app is running.
Expand Down
2 changes: 1 addition & 1 deletion moadaly/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Init file for moadaly module."""

__version__ = "0.1.0-alpha.1"
__version__ = "0.1.0-alpha.2"
__author__ = "zer0-x"
__maintainer__ = __author__
__license__ = "GPL-3.0"
Expand Down

0 comments on commit d13876a

Please sign in to comment.