Skip to content

Releases: MorseKOB/PyKOB

MKOB-Suite Windows w/Installer

02 Jul 20:15
6e448ad
Compare
Choose a tag to compare

Initial version of the MKOB-Suite for Windows. This provides binary (.exe) versions of MKOB, MRT, Configure and Syscheck, as well as a Windows installer that installs the core (MKOB, MRT and Configure), with options to install Syscheck, the MKOB User Manual, and desktop and start-menu shortcuts.

This also reorganizes the structure of the repository to assist in creating the binaries and to separate out the Python source (the code for the applications and modules) from the source for other things (the binary creation tool, the installer, etc.).

This includes a number of fixes from the previous version.

What's Changed

  • MRT - Remove duplicate copies of key processing. by @AESilky in #297
  • Add keyboard input processing. by @AESilky in #298
  • MRT: Fix issue with power-save by @AESilky in #299
  • Feed.py wasn't sending spaces as part of the text. by @AESilky in #301
  • Feed - print some info on exit to help with debugging run problems. by @AESilky in #302
  • Audio - Handle exception in PyAudio init and disable audio output rat… by @AESilky in #303
  • Log - Add 'error' in addition to 'err'. by @AESilky in #304
  • Multiple configurations, TTK widgets, keyboard sender, MRT improvements. by @AESilky in #305
  • Move unmaintained files into _archive. by @AESilky in #306
  • Updates to README. by @AESilky in #307
  • Audio: Fix issue with missing reference. by @AESilky in #308
  • Preferences: Fix reference to GPIO. by @AESilky in #309
  • Updates after testing, for release candidate. by @AESilky in #310
  • pykob: Change global config file name. Update version numbers for pyk… by @AESilky in #311
  • Remove requirement on Python's 'distutils'. by @AESilky in #312
  • MKOB: Fix error when '--help' is used. Add punctuation. by @AESilky in #313
  • Updates after testing and feature additions. by @AESilky in #315
  • Fixes for audio issues due to a cpu hog thread. by @AESilky in #316
  • Internet: Separate socket read and write guards. Select still not wor… by @AESilky in #317
  • Internet: Socket and threads behaving. MKOB: Status follow internet s… by @AESilky in #318
  • Rework key&sounder selection and mode update. by @AESilky in #319
  • MKOB+pykob: Fix threading issues. MRT: set inet states on Kob for cor… by @AESilky in #320
  • Fix term output in MRT and socket close errors on Mac & Linux. by @AESilky in #321
  • Merge master, plus MRT decode and print code from local key. by @AESilky in #322
  • Updates to match utilities to current config/config2 and command line… by @AESilky in #323
  • Recorder: use .pkrec extention. Add methods to create filename. Play,… by @AESilky in #324
  • MKOB: Add keyer functions from keyboard. Disable 'Connect' if wire is 0. by @AESilky in #325
  • Updates for Quadra keyboard handling and sounder power save. by @AESilky in #326
  • MRT: Test for running in a TTY. by @AESilky in #327
  • Es mrt by @AESilky in #328
  • kob: Fix setting key closer state. Prefs: debug log serial info. by @AESilky in #329
  • Initial 'selector' support. by @AESilky in #330
  • MRT: Do not sound code that comes from the key. by @AESilky in #331
  • kob: key closer _update_modes flag. by @AESilky in #332
  • Better selector error handling. by @AESilky in #333
  • SysCheck: More port info. All: Change most INFO log to DEBUG. by @AESilky in #334
  • Es mrt by @AESilky in #336
  • Old binary installer to archive. Start Nuitka binary project. by @AESilky in #337
  • Update version numbers by @AESilky in #338
  • Fix no output when stdout is redirected. by @AESilky in #339
  • KOB port changes by @AESilky in #340
  • Convert MKOB manual to asciidoc format. by @AESilky in #341
  • Doc: Generated PDF by @AESilky in #342
  • Doc: Add some index tags. by @AESilky in #343
  • kob: Set timeout on serial port writes. Writing to some ports locks up. by @AESilky in #356
  • MRT: Add option to make a selector optional. by @AESilky in #360
  • Added option to use the detected char speed for decoding Morse. by @AESilky in #361
  • MKOB-Suite Windows Release by @AESilky in #365

Full Changelog: v4.1.2-MKOB...v4.4.0-MKOB-Suite

MKOB v4.1.2

28 Dec 03:55
Compare
Choose a tag to compare

MKOB4 with latest features, plus fixes for:

  • Sounder delay from the key actions when using a separate key and sounder or the virtual sounder (computer sound).
  • Crash at start-up when the 'auto-connect at start-up' option is enabled.

MKOB 4.1 (w/fix for key timing graph)

15 Dec 19:36
Compare
Choose a tag to compare

MKOB 4.1 release with fix for a problem with the Key Timing Graph on Windows. Since many users are on Windows, this seemed important enough to make it a release.

MKOB v4.1

13 Dec 06:23
3cf1e7c
Compare
Choose a tag to compare

MKOB v4.1:

  • Add 'Tools' menu
  • Add 'Show Packets' to the 'Tools' menu
  • Add 'Key Timing Graph...' to the 'Tools' menu
  • Provide a 'Key Timing Graph' that can be used to improve keying, adjust 'bugs', and analyze incoming code.
  • Fix a number of reported errors.
  • Rename all 'MKOB' only modules to start with 'mkob'.
  • Change all MKOB functional modules to be classes, rather than module-level code blocks.
  • Start a MKOB4 User Guide.