Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Releases: pierr3/VectorAudio

x-debug

06 Jan 22:53
Compare
Choose a tag to compare
x-debug Pre-release
Pre-release

Do not use, debug builds only

v1.5.0

24 Oct 22:32
Compare
Choose a tag to compare

What's Changed

Enhancements

  • macOS Build Code Signing: The macOS build is now codesigned, ensuring improved security.
  • Improved libafv Embedding: A new method for embedding libafv has been introduced, enhancing functionality.

Bug Fixes

  • Issue #73 Fixed: Addressed an issue that caused problems when using 8.33 frequencies from the slurper.
  • Partial Fix for Issue #78: Now, a notification is emitted when an audio device stops.
  • Issue #45 Resolved: Resolved an issue caused by Microsoft's poor implementation of C++0x standard libraries, with a switch back to the Windows API for stability.
  • Multiple Bug Fixes: Fixed issues #76, #69, and #74, allowing you to stop the RX of a frequency mid-transmission and addressing station deletion problems.
  • Default Audio API Selection Fixed: Addressed an issue where the default audio API wasn't properly selected, preventing crashes.

User Experience Improvements

  • Disconnect Alert Sound: Changed the disconnect alert sound. Suggestions are welcome, and you can try it in the audio settings (please read the caveat under the information marker).

Added Features

  • Support for New Position Types: Added support for new position types, including _FMP, _RMP, _TMU, and _RDO.
  • User-Friendly Station Entry: You can now press Enter in the station add field, and uppercase entry is no longer required.

Acknowledgements

  • Huge thanks to @williammck for invaluable assistance in debugging issue #45. This progress wouldn't have been possible without their help.

Full Changelog: View the Full Changelog

v1.4.0

29 Aug 11:42
Compare
Choose a tag to compare

What's Changed

  • Added a sound which will play on the system default sound output when VectorAudio disconnects in the background (#66)
  • Fixed several issues with Slurper and Datafile connection detection
  • 8.33Khz support in light of VATSIM trial
  • Fix an issue where small interruptions in VATSIM connection detection would cause a disconnect
  • Fixed an issue where an ATIS connection would be used instead of the controller connection as a part of callsign detection (#63)
  • Several other minor tweaks

Full Changelog: v1.3.2...v1.4.0

v1.3.2

01 Aug 23:53
Compare
Choose a tag to compare

What's Changed

  • Windows build improvements by @justinshannon in #60 - Fixes issues with windows console window appearing and UAC, add icon

Full Changelog: v1.3.1...v1.3.2

v1.3.1a

24 Jul 19:18
Compare
Choose a tag to compare

Full Changelog: v1.3.1...v1.3.1a

v1.3.1

21 Jul 22:57
Compare
Choose a tag to compare

What's Changed

  • Added AppImage build for *nix
  • Compatibility fix on macOS Sonoma
  • Removed certain backends on windows
  • Moved log file directory on *nix to where the config file is located (needed for AppImage)
  • Use default audio devices if the device set in the settings is not found
  • Further fixes regarding macOS plist
  • Change afv-native build system
  • Various tweaks
  • Build Windows in Release mode, should fix lots of issues, big overlook on this
  • Add option to keep window on top by @justinshannon in #54
  • Only allow single application instance by @justinshannon in #53

New Contributors

Full Changelog: v1.2.1...v1.3.0

v1.2.1

05 Jul 02:41
Compare
Choose a tag to compare

What Changed

  • Change macOS high dpi handling thanks to SFML 2.6.0
  • Slurper error handling to prevent crashes

Full Changelog: v1.2.0...v1.2.1

v1.2.0

29 Jun 21:36
Compare
Choose a tag to compare

What Changed

⚠️ This version changes the way the PTT key is detected, rebinding your PTT key in the settings is strongly recommended ⚠️

  • Upgrade to SFML 2.6.0, with multiple bugfix
  • Implemented Scancode, another way to handle keyboard keypressed and supporting significantly more keys (#32 #46)
  • Fix an issue with VHF filters not being disabled by config #47
  • Implemented the slurper:
    • This allows for faster connection, as pressing connect with pull data from VATSIM immediately
    • The datafile is still available in case the slurper is down, this will show in the top bar
    • If the slurper does not work, you can manually force the usage of the datafile by clicking on the slurper text in the top bar
    • Improved error messages related to VATSIM connection
  • Removed unused ATIS display, incompatible with current multiple ATIS systems
  • New app icon

Full Changelog: v1.1.0...v1.2.0

v1.1.0

21 May 07:01
Compare
Choose a tag to compare

What's Changed

  • Improved audio leveling, tweaked audio limiter and boosted quieter pilots.
  • Improved error handling regarding opening of audio device
  • Actually handle different audio APIs, this was disabled in the last couple of versions by accident

v1.0.0

10 May 07:19
Compare
Choose a tag to compare

This version contains the following updates:

  • Add support for joystick PTT #39
  • Reworked settings panel completely with useful tooltips
  • Added the ability to playback only in the left or right ear of your headset
  • Consolidated AFV log into vector.log for easier end-user debugging
  • Updates to underlying audio libraries, fixing platform specific audio issues
  • Attempt at reducing very loud pilots #37
  • Attempt at fixing rare issues where connecting would not be possible #31
  • Linux config is now stored in ~/.config/vector_audio or $XDG_CONFIG_HOME/vector_audio (Thanks @weitcis!) See #42

New Contributors

  • @weitcis made their first contribution in #42

Full Changelog: v0.7.0...v1.0.0-b