Skip to content
This repository was archived by the owner on Aug 27, 2024. It is now read-only.

Commit 1ba2b85

Browse files
committed
Bump version and update readme
1 parent 6f7c93a commit 1ba2b85

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Discord](https://img.shields.io/discord/895561413819498556)](https://discord.gg/dCgStTDaet)
22

3-
# Note: I tried reaching out to AGS for their opinion. I will keep you posted on their answer.
3+
# Note: The project is currently being rewritten to use Overwolf. This should allow us to read the characters through an approved API rather than performing non-approved OCR. This also means more accurate results.
44

55
<img src="https://github.com/CptWesley/NewWorldMinimap/blob/master/src/NewWorldMinimap/Resources/icons/app_128.png?raw=true" width="128" height="128">
66

@@ -23,9 +23,9 @@ Join the [Discord](https://discord.gg/dCgStTDaet)!
2323
- Allow overlaying (always-on-top) flag.
2424
- Support for multiple monitors.
2525
- Configure refresh rate of minimap to spare your CPU.
26-
- CTRL + D hotkey to enable/disable Overlay Mode (upcoming release).
27-
- CTRL + S hotkey to hide/show the map (upcoming release).
28-
- circle shape mode (upcoming release).
26+
- CTRL + D hotkey to enable/disable Overlay Mode.
27+
- CTRL + S hotkey to hide/show the map.
28+
- Circle shape mode.
2929

3030
## Planned Features
3131
- Better OCR results.
@@ -51,5 +51,3 @@ The license files of the dependencies can be found in the `./dependency_licenses
5151

5252
## Contribution
5353
Any help is welcome. Feel free to open [issues or feature requests](https://github.com/CptWesley/NewWorldMinimap/issues) or create a [pull request](https://github.com/CptWesley/NewWorldMinimap/pulls).
54-
55-
# Note: I tried reaching out to AGS for their opinion. I will keep you posted on their answer.

src/NewWorldMinimap/NewWorldMinimap.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<PackageTags>newworld new world minimap</PackageTags>
1919
<AssemblyVersion>$(Version)</AssemblyVersion>
2020
<FileVersion>$(Version)</FileVersion>
21-
<Version>1.0-preview4</Version>
21+
<Version>1.0-preview5</Version>
2222
<Copyright></Copyright>
2323
<ApplicationIcon>./Resources/icons/app.ico</ApplicationIcon>
2424
<PackageIconUrl>https://github.com/CptWesley/NewWorldMinimap/blob/master/src/NewWorldMinimap/Resources/icons/app_128.png?raw=true</PackageIconUrl>

0 commit comments

Comments
 (0)