Skip to content

Commit

Permalink
Update changelog and bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
albrow committed Nov 13, 2023
1 parent 4e99bdf commit 83e6fd7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
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.1.7",
"version": "0.2.0",
"license": "MIT or Apache-2.0",
"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 @@
[More info on GitHub](https://github.com/albrow/elara/commits/main)

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

- Added new backgrounds for the level screen and journal screen. Previously, these screens used plain white/black backgrounds.
- Greatly improved responsiveness for level screen and journal screen on mobile devices. The game now supports a minimum resolution of 1080px x 700px. Layouts for larger screens (especially higher than 1440p) are totally functional but could still be improved to take advantage of the increased screen real estate.
- Fixed an issue on Safari where tooltips were not being placed correctly on hover.
- Fixed an issue that would occur if you [split function arguments across multiple lines](https://github.com/albrow/elara/issues/74).
- Removed an unnecessary cookie that was being automatically set by Chakra UI.

##### October 25, 2023 (version 0.1.7)

- Slightly lowered volume on intro cutscene.
Expand Down

0 comments on commit 83e6fd7

Please sign in to comment.