Skip to content

Commit

Permalink
Bump github to 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Tumppi066 committed Apr 10, 2024
1 parent 9e7427f commit ba26656
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 7 deletions.
45 changes: 45 additions & 0 deletions blog/V1.11.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
---
authors:
- name: Tumppi066
link: https://github.com/Tumppi066
avatar: https://avatars.githubusercontent.com/u/83072683?v=4
date: 2024-4-10
icon: question
---
# Version 1.11.0

We are hard at work on getting 2.0 working. You can check the discord for progress on that!

This version is once again bundled with a new installer, though this time it should actually work, and it shouldn't be flagged by most antiviruses anymore ([Check the virustotal report here!](https://www.virustotal.com/gui/file/a7bfa80aab2dd8692e598b930a18be8caa6d1e264a13d3ab21ac2bf58630b7a4?nocache=1)). We've also added a new AI based driving mode for Navigation Detection, this will keep getting updates as we go along. Be sure to occasionally check the toggle to update the model and test it out!

As always there have been too many changes to go over here (69 updates to be exact, **nice**) so I'll just go over the major updates.

### Major Changes
- New installer
- Navigation Detection AI based model support. (and continuous updates)
- Wiki updates and new (fully anonymous) user count tracking.
- Check the data at https://data.tumppi066.fi/
- UI updates.
- Went away from the windows default dialogs and made our own.
- Added popups in app for immediate and persistent information.

### Minor Changes
- Added support for (almost) all keyboard keys.
- FPS limiter is now more accurate, and can hold the frametime tighter.
- Added new in app changelog and wiki.

### Bug Fixes
- As with every update, there have been a plethora of bug fixes.
- Massive thanks to the people with crash reporting enabled, this has helped immensely in getting them fixed.
- Removed many of the useless prints at startup.

### Contributors
- Glas42
- Tumppi066
- DylDev
- mainseeker1486
- Erdosis
- And the people that have helped with testing and feedback!

### Notes on installer
It is recommended to try and use the new .exe installer, however, if for some reason that does not work, you can still use the manual install instructions at [the wiki page](https://wiki.tumppi066.fi/tutorials/installation/#manual-installation).
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Fix plugin manager not showing enabled plugins.
Bump to 1.11.0. New installer available on gh and sourceforge.
14 changes: 9 additions & 5 deletions retype.manifest
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version": "3.5.0",
"created": "2024-04-05T10.48.48Z",
"created": "2024-04-10T17.55.50Z",
"files": [
{
"path": ".nojekyll"
Expand Down Expand Up @@ -1312,6 +1312,9 @@
{
"path": "blog\\v1.10.minor\\index.html"
},
{
"path": "blog\\v1.11.0\\index.html"
},
{
"path": "blog\\v1.9.0\\index.html"
},
Expand Down Expand Up @@ -2752,15 +2755,13 @@
"path": "index.html"
},
{
"path": "last_ping.txt",
"old": true
"path": "last_ping.txt"
},
{
"path": "license"
},
{
"path": "log.txt",
"old": true
"path": "log.txt"
},
{
"path": "Panels\\DataViewer\\index.html",
Expand Down Expand Up @@ -3418,6 +3419,9 @@
{
"path": "robots.txt"
},
{
"path": "screenshot.png"
},
{
"path": "sitemap.xml.gz"
},
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.69
1.11.0

0 comments on commit ba26656

Please sign in to comment.