Skip to content

Commit

Permalink
V1.61.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bassmaster187 committed Dec 11, 2024
1 parent 8cc301e commit c4384d0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TeslaLogger/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// übernehmen, indem Sie "*" eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.60.6.0")]
[assembly: AssemblyFileVersion("1.60.6.0")]
[assembly: AssemblyVersion("1.61.0.0")]
[assembly: AssemblyFileVersion("1.61.0.0")]

[assembly: InternalsVisibleTo("UnitTestsTeslaloggerNET8")]
[assembly: InternalsVisibleTo("UnitTestsTeslalogger")]
Binary file modified TeslaLogger/bin/TeslaLogger.exe
Binary file not shown.
8 changes: 8 additions & 0 deletions TeslaLogger/bin/changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# Version 1.61.0
- Simplified the switch to Fleet API.
- Infos if you need to switch to Fleet API in the admin panel.
- Info if you need a subscription in the admin panel.
- Info screen about Fleet API and subscription won't be shown anymore if you have a subscription and Fleet API is enabled.
- Direct link to subscription in the My Tesla Credentials settings if you need to switch to Fleet API.
- Don't show the subscription info if you are using the old Tesla API. (old Model S/X)

# Version 1.60.6
- Fleet API: TPMS, VehicleName, Trim, CarType, Version now available

Expand Down

0 comments on commit c4384d0

Please sign in to comment.