Skip to content

Commit

Permalink
Update changelog and set version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albrow committed Dec 6, 2023
1 parent 32eba01 commit 60264bb
Show file tree
Hide file tree
Showing 3 changed files with 21 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.0-pre-release",
"version": "0.3.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.0-pre-release",
"version": "0.3.0",
"license": "SEE LICENSE in LICENSE.txt",
"home": "https://albrow.github.io/elara/",
"scripts": {
Expand Down
19 changes: 19 additions & 0 deletions web/components/changelog.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,24 @@
<a href="https://github.com/albrow/elara/commits/main" target="_blank">More info on GitHub</a>

##### December 5, 2023 (version 0.3.0)

Most of the changes in the version are prep work for the upcoming Steam release! A lot
of work went into making the game playable on Steam, but most of those changes will be
invisible if you are playing on the web.

You can <a href="https://store.steampowered.com/app/2657610/Elara_A_Coding_Adventure_in_Space/" target="_blank">wishlist the game on Steam now</a>!

- Improved error message when you have a space in a variable or function name (<a href="https://github.com/albrow/elara/issues/76" target="_blank">issue #76</a>).
- Added new ringtone sound effect and animation when you have an incoming call from Kalina (<a href="https://github.com/albrow/elara/issues/32" target="_blank">issue #32</a>).
- The "What's New" button is now highlighted on the title screen whenever there are new updates that you haven't seen yet.
- Preparation for Steam release:
- Added Electron.js integration, configuration, and build commands in the `/electron` directory.
- Change both journal and cutscene players to use local video files for the Electron build. (So that the game can be played offline).
- Changed all links to open in new windows.
- Added support for different zoom levels for Electron builds. (A workaround until <a href="https://github.com/albrow/elara/issues/75" target="blank">issue #75</a> is fixed).
- Added basic support for Steamworks API for Electron builds.
- Many other minor changes not included here.

##### November 13, 2023 (version 0.2.1)

- Hotfix for Itch.io build.
Expand Down

0 comments on commit 60264bb

Please sign in to comment.