Skip to content

Commit

Permalink
Update (#770)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryceg authored Oct 14, 2022
1 parent 4f5c918 commit 673c570
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
9 changes: 6 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## Unreleased
## 2.9

### Added
- Fancy new link animation
- Images generated via DallE2 for every building and faction type
- Ability to export pantheons during the export process
- Native share menu for iOS & Android
Expand All @@ -27,11 +28,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

### Removed
- ENnies related stuff
- Removed dead code for createTownBiome
- Started the process of removing getters and setters. Down with object oriented, long live functional programming!

### Known Issues
- If you navigate back to a page with an image then it won't load the image. This was present in 2.8.14, and nobody noticed. Oh well.
- If you navigate back to a page with an image then it won't load the image. This was present in 2.9, and nobody noticed. Oh well.

## 2.8.14
## 2.9

### Added
- Restart link in the breadcrumb header
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"private": true,
"name": "eigengraus-essential-establishment-generator",
"version": "2.8.14",
"version": "2.9",
"description": "Eigengrau's Essential Establishment Generator",
"main": "main.txt",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion src/Start/StoryInit.twee
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<<run setup.init()>>

<<set setup.data to {
versionNumber: "2.8.14",
versionNumber: "2.9",
badges: {
fun: lib.createFunBadge(),
github: lib.createBadge([
Expand Down

1 comment on commit 673c570

@vercel
Copy link

@vercel vercel bot commented on 673c570 Oct 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.