Skip to content

Commit

Permalink
Release 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Palats committed Feb 7, 2021
1 parent 933742e commit 4b0c724
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
7 changes: 3 additions & 4 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
---------------------------------------------------------------------------------------------------
Version: 0.0.11
Date: 2021.02.07
UI:
- Listing of available mapshots is now dynamic, which will open for more options.
- Show available per save & chronological order.
- Static link to the latest version of a save.
Changes:
- On the UI, `/map` path is not used anymore.
- Show available mapshots per save & chronological order.
- Listing of available mapshots is now dynamic, which will open for more options.
Bugs:
- Reduced occurrence of vertical/horizontal lines visible between tiles.

Expand Down
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapshot",
"version": "0.0.10",
"version": "0.0.11",
"description": "Web frontend for Mapshot, a Factorio screenshot generator.",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -40,4 +40,4 @@
"tslib": "^2.0.1",
"typescript": "^4.0.3"
}
}
}
2 changes: 1 addition & 1 deletion mod/info.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mapshot",
"version": "0.0.10",
"version": "0.0.11",
"title": "Mapshot",
"author": "[email protected]",
"factorio_version": "1.1",
Expand Down

0 comments on commit 4b0c724

Please sign in to comment.