From 220382b477dc3a64be30442b621781ec43f97a8e Mon Sep 17 00:00:00 2001 From: v1ld Date: Fri, 26 Jul 2019 10:02:23 -0400 Subject: [PATCH] v1.0.0 --- CHANGELOG.md | 4 ++++ Info.json | 2 +- README.md | 2 +- Repository.json | 4 ++-- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e1cd47..b071a3f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.0.0] - 2019-07-26 +### Changed +- Tighter check on marker removal. + ## [0.9.0] - 2019-07-25 ### Added - Initial version. diff --git a/Info.json b/Info.json index 5114eb3..5eac4cb 100644 --- a/Info.json +++ b/Info.json @@ -2,7 +2,7 @@ "Id": "CustomMapMarkers", "DisplayName": "Custom Map Markers", "Author": "v1ld", - "Version": "0.9.0", + "Version": "1.0.0", "ManagerVersion": "0.18.0", "EntryMethod": "CustomMapMarkers.Main.Load", "HomePage": "https://github.com/v1ld/pfk-custom-map-markers", diff --git a/README.md b/README.md index 7de1db5..2f24296 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Custom Map Markers === -Shift + Left click on the local map to add your own custom map markers. These custom markers are saved across quits. They do not touch your game saves but are instead saved in the custom-map-markers.bin file in the same folder as your saves and screenshots. +Shift + Left click on the local map to add your own custom map markers. Markers may be edited (name & icon type), hidden temporarily or deleted permanently from the options menu. The custom markers do not touch your game saves and the mod may be uninstalled safely at any point. Installation ---- diff --git a/Repository.json b/Repository.json index d87f4fb..0e80d83 100644 --- a/Repository.json +++ b/Repository.json @@ -2,8 +2,8 @@ "Releases": [ { "Id": "CustomMapMarkers", - "Version": "0.9.0", - "DownloadUrl": "https://github.com/v1ld/pfk-custom-map-markers/releases/download/v0.9.0/CustomMapMarkers.-.0.9.0.zip" + "Version": "1.0.0", + "DownloadUrl": "https://github.com/v1ld/pfk-custom-map-markers/releases/download/v1.0.0/CustomMapMarkers.-.1.0.0.zip" } ] }