# lingo-ap-tracker Releases
## v0.9.0 - 2024-04-22
- Compatibility update for Archipelago 0.4.6
Download:
[lingo-ap-tracker-v0.9.0-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.9.0-win64.zip)
Source: [v0.9.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.9.0)
## v0.8.0 - 2024-04-03
- Added ability to display the player's position on the map (requires v2.1.0 of
the client).
Download:
[lingo-ap-tracker-v0.8.0-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.8.0-win64.zip)
Source: [v0.8.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.8.0)
## v0.7.1 - 2024-04-01
- Fixed an issue where door groups in simple doors mode would be ignored.
Download:
[lingo-ap-tracker-v0.7.1-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.7.1-win64.zip)
Source: [v0.7.1](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.7.1)
## v0.7.0 - 2024-04-01
- Compatibility update for Archipelago 0.4.5
Download:
[lingo-ap-tracker-v0.7.0-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.7.0-win64.zip)
Source: [v0.7.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.7.0)
## Initial Testing: v0.6.6 - 2024-03-07
- The last five connections are now saved in a list so that you can easily
switch between concurrent multiworlds.
Download:
[lingo-ap-tracker-v0.6.6-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.6.6-win64.zip)
Source: [v0.6.6](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.6.6)
## Initial Testing: v0.6.5 - 2024-02-18
- Victory condition will now be checked off when the player reaches the goal.
Download:
[lingo-ap-tracker-v0.6.5-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.6.5-win64.zip)
Source: [v0.6.5](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.6.5)
## Initial Testing: v0.6.4 - 2024-01-27
- Fixed issue where area popups would appear too big.
Download:
[lingo-ap-tracker-v0.6.4-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.6.4-win64.zip)
Source: [v0.6.4](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.6.4)
## Initial Testing: v0.6.3 - 2024-01-19
- Fixed issue where tracker window would move slowly when dragged around the
screen.
- Fixed issue where resizing the window could make items in long lists
disappear.
Download:
[lingo-ap-tracker-v0.6.3-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.6.3-win64.zip)
Source: [v0.6.3](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.6.3)
## Initial Testing: v0.6.2 - 2024-01-12
- Fixed multi-colored panel stacks in The Scientific showing up as solvable
without both colors.
Download:
[lingo-ap-tracker-v0.6.2-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.6.2-win64.zip)
Source: [v0.6.2](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.6.2)
## Initial Testing: v0.6.1 - 2023-11-28
- Compatibility update with the latest version of the game.
- Properly handle the LEVEL 2 panel when LEVEL 2 isn't the win condition.
- Tracker should no longer crash when the working directory isn't the executable
directory.
Download:
[lingo-ap-tracker-v0.6.1-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.6.1-win64.zip)
Source: [v0.6.1](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.6.1)
## Initial Testing: v0.6.0 - 2023-11-17
- Added an option to display panel hunt panels even when they are not location
checks in your world. This includes Number Hunt panels, Color Hunt panels,
Masteries, and some others. (requires v0.14.0 of the client)
- Added an option to display areas with partial location availability as a
half-red/half-green square, instead of a yellow square.
Download:
[lingo-ap-tracker-v0.6.0-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-tracker-v0.6.0-win64.zip)
Source: [v0.6.0](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.6.0)
## Initial Testing: [v0.5.7](https://code.fourisland.com/lingo-ap-tracker/tag/?h=v0.5.7) - 2023-11-10
- Fixed a logic issue that was missed in the last update.
Download:
[lingo-ap-tracker-v0.5.7-win64.zip](https://files.fourisland.com/releases/lingo-ap-tracker/lingo-ap-
{
"version": 3,
"cmakeMinimumRequired": {
"major": 3,
"minor": 1,
"patch": 0
},
"configurePresets": [
{
"name": "lingo-ap-tracker-preset",
"displayName": "Lingo AP Tracker preset",
"description": "Configure with vcpkg toolchain and generate Ninja project files for all configurations",
"binaryDir": "${sourceDir}/builds/${presetName}",
"generator": "Ninja Multi-Config",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": {
"type": "FILEPATH",
"value": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake"
}
},
"environment": {
"VCPKG_ROOT": "./vendor/vcpkg"
}
}
],
"buildPresets": [
{
"name": "lingo-ap-tracker-preset",
"configurePreset": "lingo-ap-tracker-preset",
"displayName": "Build lingo-ap-tracker-preset",
"description": "Build",
"configuration": "Debug"
},
{
"name": "x64-release-preset",
"displayName": "Release Build x64",
"description": "Build release x64",
"configurePreset": "lingo-ap-tracker-preset",
"configuration": "Release"
}
]
}