Skip to content

1.0.4

Compare
Choose a tag to compare
@github-actions github-actions released this 05 Apr 16:07

1.0.4 - 2023-04-05

  • Fixed incorrect passband polygon in certain cases when in memory mode. (#105)
  • Fixed inconsistent mousewheel steps when overing over spectrum vs. waterfall.
  • Made the MACRO button section two columns.
  • Radio screen now redirects to connection list when it can't find the requested connection ID.
  • Resolved an issue where the audio scope filter edges disappear when stopping and restarting a connection (#105)
  • Updated docker-compose.yml and documentation to forward UDP port 60001, to allow audio streaming when using the Docker image (#108)
  • Added Span kHz readout on main bandscope
  • Fixed a startup crash related to not knowing the filter width when displaying the audio filter edges.
  • Added favicon/browser tab icons (#106)
  • Fixed incorrectly-shifted passband polygon for FSK/PSK modes (#97)
  • [Dev] Removed dependency on 'timex', 'poison', 'elixir_math', 'ecto', 'phoenix_live_dashboard' packages.
  • [Dev] Upgraded to latest released version of Phoenix 1.16 to prepare for further update
  • [Dev] Tools update: new versions of Elixir, Erlang, and NodeJS required to build
  • Implemented fixed scope mode vertical bandscope grid lines.
  • [Dev] Cleaned up several compilation warnings
  • [Dev] Converted deprecated ~e{} Phoenix Liveview sigil to ~H function components
  • Added experimental MacOS binary build support (edit - removed because it does not seem to work - tonyc)