From ba26656ab7476d5edd31ffaa9a724c42c9d77709 Mon Sep 17 00:00:00 2001 From: Tumppi066 <83072683+Tumppi066@users.noreply.github.com> Date: Wed, 10 Apr 2024 20:57:29 +0300 Subject: [PATCH] Bump github to 1.11.0 --- blog/V1.11.0.md | 45 +++++++++++++++++++++++++++++++++++++++++++++ changelog.txt | 2 +- retype.manifest | 14 +++++++++----- version.txt | 2 +- 4 files changed, 56 insertions(+), 7 deletions(-) create mode 100644 blog/V1.11.0.md diff --git a/blog/V1.11.0.md b/blog/V1.11.0.md new file mode 100644 index 000000000..ae88f9e10 --- /dev/null +++ b/blog/V1.11.0.md @@ -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). \ No newline at end of file diff --git a/changelog.txt b/changelog.txt index 50e92e5cc..5e06eac6e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1 +1 @@ -Fix plugin manager not showing enabled plugins. \ No newline at end of file +Bump to 1.11.0. New installer available on gh and sourceforge. \ No newline at end of file diff --git a/retype.manifest b/retype.manifest index 66ab3ce22..7cd344f2c 100644 --- a/retype.manifest +++ b/retype.manifest @@ -1,6 +1,6 @@ { "version": "3.5.0", - "created": "2024-04-05T10.48.48Z", + "created": "2024-04-10T17.55.50Z", "files": [ { "path": ".nojekyll" @@ -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" }, @@ -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", @@ -3418,6 +3419,9 @@ { "path": "robots.txt" }, + { + "path": "screenshot.png" + }, { "path": "sitemap.xml.gz" }, diff --git a/version.txt b/version.txt index 10cdc8da9..169f19b49 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.10.69 \ No newline at end of file +1.11.0 \ No newline at end of file