Skip to content

Releases: kubilus1/autoortho

0.4.2

22 Apr 19:01
0d86949
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.1...0.4.2

0.4.1

01 Apr 17:13
afa7d08
Compare
Choose a tag to compare

Pretty major version. Brings many performance improvements to the mix for both initial load time, but also a more responsive flight.
Special thanks to @hotbso for performance related contributions!

What's Changed

New Contributors

Full Changelog: 0.3.1...4.1

0.4.0

19 Mar 16:18
01ca2d4
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

Preview release. Contains massive performance improvements. Entirely possible this has bugs/visual artifacts, etc.

What's Changed

New Contributors

Full Changelog: 0.3.1-4...0.4.0-rc0

0.3.1

07 Mar 00:53
Compare
Choose a tag to compare

Important:

Going forward, it's now recommended to use Dokan (https://github.com/dokan-dev/dokany/releases/latest) when installing this in Windows.

Windows execution will now default to using FUSE. WinFSP will continue to work for now, but if you have issues on Windows with WinFSP, try with Dokan.

Discussion thread: #78

What's Changed

  • Fix error when ortho dirs are completely or partially missing by @marangonico in #51
  • Refactoring the configuration and setup utility by @kubilus1 in #53
  • Fix a few issues with initial setup and configuration by @kubilus1 in #56
  • Enable FUSE mode for Windows using Dokan by @kubilus1 in #57
  • Detect Dokan or WinFSP. Allow FUSE or non FUSE mode. Debug logging via config file. by @kubilus1 in #61
  • Allow perserving downloads. by @kubilus1 in #65

New Contributors

Full Changelog: 0.3.0...0.3.1

What's Changed

Full Changelog: 0.3.1-1...0.3.1-2

What's Changed

  • Default to Dokan with FUSE. Allow winfsp raw mode as an override. Check for libs. by @kubilus1 in #75

Full Changelog: 0.3.1-2...0.3.1-3

Full Changelog: 0.3.1-3...0.3.1-4

0.3.0

14 Feb 23:30
Compare
Choose a tag to compare

Change in this release include:

  • Fixes to local stats and map web page at http://localhost:5000
  • Releases are now packaged as binaries for Windows and Linux
  • Various memory reduction tweaks
  • Major performance improvements on the Linux side, particularly regarding XP12 support
  • General performance improvements for all releases, including reduction in processing times for DDS compression
  • Logs and other data is now located in the user's home directory under the '.autoorth-data' folder

PRs

Full Changelog: 0.2.2...0.3.0

0.2.2

27 Dec 19:27
Compare
Choose a tag to compare

This release has a few important changes:

  • The cache directory is now configurable and defaults to your user home directory. Existing cache folders can be preserved by moving existing cache files into this new folder using standard filesystem management tools.
  • Lots more checks and bug fixes around scenery setup
  • A stats page and flight map is available via your web browser. Point to port 5000 from wherever you run XPlane. (So http://localhost:5000 if running XPlane locally)
  • New configuration options are available
  • New sceneries are now supported. South America has been added but Asia and Africa will be available soon.

What's Changed

Full Changelog: 0.2.1...0.2.2

0.2.1

08 Dec 18:03
cd36101
Compare
Choose a tag to compare

This release brings a few significant changes. In particular, ortho packs are now provided via the setup and configuration screen.

If you do have custom or other existing scenery in a Custom Scenery/z_autoortho directory, it's important that you clean this up before attempting to use this update.

This release also switches the texture file processing tooling to ISPC which is around twice as fast for most DDS files.

What's Changed

Full Changelog: 0.1.2...0.2.0

NOTE: I strongly recommend sticking with Python 3.10 on Windows for now, unless you have visual studio build tools installed.

0.1.2

12 Nov 22:38
fed17e4
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

What's Changed

  • Test and tweak pydds to better minimize data requirements. by @kubilus1 in #11

Full Changelog: 0.1.1...0.1.2

0.1.1

07 Nov 17:37
638291b
Compare
Choose a tag to compare

Full Changelog: 0.1.0...0.1.1

0.1.0

29 Oct 14:56
7f22a7e
Compare
Choose a tag to compare

What's Changed

  • Rework Windows support. Add config UI. Many many fixes by @kubilus1 in #9

New Contributors

Full Changelog: 0.0.4...0.1.0