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

Commit

Permalink
Bump version and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
CptWesley committed Oct 13, 2021
1 parent 6f7c93a commit 1ba2b85
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![Discord](https://img.shields.io/discord/895561413819498556)](https://discord.gg/dCgStTDaet)

# Note: I tried reaching out to AGS for their opinion. I will keep you posted on their answer.
# 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.

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

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

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

## Contribution
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).

# Note: I tried reaching out to AGS for their opinion. I will keep you posted on their answer.
2 changes: 1 addition & 1 deletion src/NewWorldMinimap/NewWorldMinimap.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<PackageTags>newworld new world minimap</PackageTags>
<AssemblyVersion>$(Version)</AssemblyVersion>
<FileVersion>$(Version)</FileVersion>
<Version>1.0-preview4</Version>
<Version>1.0-preview5</Version>
<Copyright></Copyright>
<ApplicationIcon>./Resources/icons/app.ico</ApplicationIcon>
<PackageIconUrl>https://github.com/CptWesley/NewWorldMinimap/blob/master/src/NewWorldMinimap/Resources/icons/app_128.png?raw=true</PackageIconUrl>
Expand Down

0 comments on commit 1ba2b85

Please sign in to comment.