Skip to content

Commit

Permalink
Bump version to 0.4.0 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
albrow committed Dec 30, 2023
1 parent 0ea75a6 commit a017ab7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elara-electron",
"version": "0.3.1",
"version": "0.4.0",
"description": "Electron build for Elara: a free coding game",
"main": "main.js",
"build": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Alex Browne <[email protected]>",
"name": "elara",
"version": "0.3.1",
"version": "0.4.0",
"license": "SEE LICENSE in LICENSE.txt",
"home": "https://albrow.github.io/elara/",
"scripts": {
Expand Down
8 changes: 8 additions & 0 deletions web/components/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
<a href="https://github.com/albrow/elara/commits/main" target="_blank">More info on GitHub</a>

##### December 30, 2023 (version 0.4.0)

- Added two new levels: "Order of Operations" (now level 7) and "Hidden Passage" (now level 20). Some level numbers have been shifted around to make room for these new levels.
- Updated and optimized all music. Changes are most notable in "Measuring the Challenge" and "Not the End".
- Added new ambient background music to the Hub.
- Added a "Scroll for More" indicator to the journal whenever there is more content below the fold.
- Wires now have colors, which makes it easier to see which wires are connected to which gates.

##### December 13, 2023 (version 0.3.1)

- Fixed a bug where the ringtone sound effect was not being played (<a href="https://github.com/albrow/elara/issues/83" target="_blank">issue #83</a>).
Expand Down

0 comments on commit a017ab7

Please sign in to comment.