Skip to content

Commit

Permalink
changelog and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Supremekirb committed Sep 3, 2024
1 parent 3d04a19 commit 08deabc
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions src/misc/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,25 @@
from ebme import ROOT_DIR

# Current version number/ID
VERSION = "0.2.0"
VERSION = "0.2.1"

# Pretty much just for posterity's sake
VERSIONHISTORY = IntEnum("VERSIONHISTORY", ["pre-alpha",
"0.1.0",
"0.2.0"],
"0.2.0",
"0.2.1"],
start = 0)

# Add new versions here. Add the new one at the top.
# Don't forget a linebreak between versions!
CHANGELOG = """\
=== 0.2.1 ===
(03/08/2024)
This release adds a small menu to edit map music, \
makes some minor tweaks to the interface and controls, \
and fixes a few bugs.
Full changelog: Help -> About EBME -> Visit the repository on GitHub.
=== 0.2.0 ===
(25/07/2024)
This release adds a new mode to edit warps and PSI teleports, \
Expand Down

0 comments on commit 08deabc

Please sign in to comment.