Skip to content

Commit

Permalink
🎉 Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amargon committed Mar 8, 2017
1 parent 1e0e969 commit 8b94488
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 9 deletions.
24 changes: 19 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,20 @@ Notable changes to the Community Edition of the map.

## [Unreleased]

Multilanguage support.
* French, Italian and Russian translations.
* Better label system: more streamlined, maybe searchable labels.

## [1.1.0] \(2017-03-09\)

### Added

* 32 previously unplaced Sigil venues ([see the full list](extras/venues_unplaced.csv)).

### Changed

* Enable Mapplic “Lightbox” mode to display the data even if the venue doesn’t have a map pin.
* Convert stub compiler’s notes on Sigil venues to venue labels.
* Expand a few of the venue descriptions.

## [1.0.3] \(2017-02-22\)

Expand All @@ -17,10 +30,10 @@ Multilanguage support.

## [1.0.2] \(2017-02-02\)

### Changed
### Fixed

* Replace broken links to planewalker.com original downloads.
* Fix typos, punctuation and minor UI issues.
* Broken links to planewalker.com original downloads.
* Typos, punctuation and minor UI issues.

## [1.0.1] \(2017-01-11\)

Expand All @@ -37,7 +50,8 @@ Multilanguage support.

Initial release of the Community Edition.

[Unreleased]: https://github.com/amargon/city-of-doors/compare/v1.0.3...master
[Unreleased]: https://github.com/amargon/city-of-doors/compare/v1.1.0...master
[1.1.0]: https://github.com/amargon/city-of-doors/releases/tag/v1.1.0
[1.0.3]: https://github.com/amargon/city-of-doors/releases/tag/v1.0.3
[1.0.2]: https://github.com/amargon/city-of-doors/releases/tag/v1.0.2
[1.0.1]: https://github.com/amargon/city-of-doors/releases/tag/v1.0.1
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "city-of-doors",
"title": "The Map of Sigil, City of Doors",
"version": "1.0.3",
"description": "Reference index of 260 Sigil venues culled from official Planescape material.",
"version": "1.1.0",
"description": "Reference index of 290 Sigil venues culled from official Planescape material.",
"keywords": [
"d&d",
"dungeons & dragons",
Expand Down Expand Up @@ -49,6 +49,6 @@
"gulp-util": "^3.0.8",
"merge-stream": "^1.0.1",
"postcss-import": "^9.0.0",
"yargs": "^6.6.0"
"yargs": "^7.0.1"
}
}
2 changes: 1 addition & 1 deletion source/templates/_components/_layout.njk
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<div class='panel-container'>
<div class='panel-content'>
{% block readme %}{% include language + '/_readme.njk' %}{% endblock %}{% if community %}
<p class='sidenote'>v1.0.3.</p>
<p class='sidenote'>v1.1.0.</p>
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 8b94488

Please sign in to comment.