Skip to content

Commit

Permalink
v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
v1ld committed Jul 29, 2019
1 parent b117c72 commit e3cc7a0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.2.0] - 2019-07-29
### Added
- Each main character has their own notes and markers.
- Old state files are automatically converted to per-character on first load.
- Global map location names are saved with notes to improve editing.

### Changed
- Cannot edit notes or markers at main menu, load a save first.
- Increased text inputs size and resized area grid.

## [1.1.0] - 2019-07-27
### Added
- Persistent location markers for global map.
Expand Down
2 changes: 1 addition & 1 deletion Info.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Id": "CustomMapMarkers",
"DisplayName": "Custom Map Markers",
"Author": "v1ld",
"Version": "1.1.0",
"Version": "1.2.0",
"ManagerVersion": "0.18.0",
"EntryMethod": "CustomMapMarkers.Main.Load",
"HomePage": "https://github.com/v1ld/pfk-custom-map-markers",
Expand Down
4 changes: 2 additions & 2 deletions Repository.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"Releases": [
{
"Id": "CustomMapMarkers",
"Version": "1.1.0",
"DownloadUrl": "https://github.com/v1ld/pfk-custom-map-markers/releases/download/v1.1.0/CustomMapMarkers.-.1.1.0.zip"
"Version": "1.2.0",
"DownloadUrl": "https://github.com/v1ld/pfk-custom-map-markers/releases/download/v1.2.0/CustomMapMarkers.-.1.2.0.zip"
}
]
}

0 comments on commit e3cc7a0

Please sign in to comment.