Skip to content

Morse Runner 1.82 - ARRL DX Contest

Compare
Choose a tag to compare
@w7sst w7sst released this 09 Dec 06:54
· 261 commits to main since this release
4c0f78b

Summary

This is the third release of the Morse Runner Community Edition.

Our effort focused on expanding the exchanges that would allow for more contests in the future. This version contains:

  • Added ARRL DX Contest
  • Add Help | First Time Setup
  • Improve cut numbers (e.g. 5NN = 599) in exchanges received
  • bug fixes

Join our Community

You are invited to join our community effort. For more information, please visit the Morse Runner Community Edition project.

Our goal is to create a program you love to use, so please help by leaving any feedback you would like to share on our discussions page.

Additionally, you can discuss or leave feedback at MorseRunnerCE on groups.io.

You have several ways to join in on our project and we look forward to hearing your ideas.

Installation

Visit here to access the latest release.

Download the Morse.Runner.1.82.zip file below (see Assets section), extract the folder to your desktop, and run MorseRunner.exe in that folder.

Release Details

This release contains cumulative changes from several authors.

Version 1.82 (Dec 2022)

  • Added ARRL DX Contest (Coded by W7SST)
  • CWOPS Contest fixes (Coded by W7SST)
  • Rename the F2 button to exchange (Coded by tekenny)
  • Add Help | First Time Setup (Written by KD4SIR & W7SST)
  • Add cut numbers (e.g. 5NN = 599) in exchanges received (Coded by W7SST)
  • bug fixes

Version 1.81 (Oct 2022)

  • Fix bad CWOPS CWT Exchange message (Coded by W7SST)
  • Added CQ WW Contest (Coded by W7SST)
  • Update README.md (by F6FVY)
  • Updated GUI and menu items (Coded by W7SST)

Version 1.80 (Oct 2022)

  • Added multi-contest support (Coded by W7SST)
  • Added ARRL Field Day contest (Coded by W7SST)
  • Added NCL NAQP contest (Coded by W7SST)

What's Changed

  • NAQP sends wrong exchange to caller (Coded by W7SST) by @w7sst in #87
  • NAQP sends wrong exchange to caller (Coded by W7SST) (#87) by @w7sst in #88
  • Integrate two bug fixes by @w7sst in #89
  • refactor - introduce TMainForm.SetWpm() by @w7sst in #91
  • refactor - rename ARRLRec to TDXCCRec; ARRLDX to gDXCCList. by @w7sst in #93
  • refactor - introduce dynamic Recv/Sent Exchange Types by @w7sst in #95
  • Introduce class hierarchy to support common Contest behaviors by @w7sst in #125
  • fix callsign prefix reporting issue (Coded by W7SST) by @w7sst in #129
  • fix call prefix extraction problem missed in last checkin by @w7sst in #131
  • reading call history files only needs to occur one time by @w7sst in #132
  • Change f2 to be exch instead of # by @tekenny in #119
  • Create developer onboarding documentation by @tekenny in #122
  • rework user callsign handling, load call history file at runtime by @w7sst in #134
  • sort contest names in dropdown list by @w7sst in #135
  • 62 add support for ARRL DX Contest by @w7sst in #138
  • add contest-specific scoring by @w7sst in #140
  • display station info for CWOPS CWT and ARRL DX Contests (Coded by W7SST) by @w7sst in #153
  • ARRL DX: allow ENN to be sent as short-form 5NN RST by @w7sst in #155
  • fix #147 - memory leak in CWOPS call history reader by @w7sst in #148
  • ARRL DX: accept 1TT or 100 as valid power entries by @w7sst in #151
  • Add First Time Setup message to the Help menu by @w7sst in #156

New Contributors

Full Changelog: v1.81...v1.82