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

Releases: bintracker/bintracker-prototype

bintracker 0.1.2-beta

15 Nov 10:05
Compare
Choose a tag to compare

This is mostly a bugfix release, no new features have been added.

BUGFIXES

  • add SIMPLEGFXBUFFER config option (set to true if you experience flickering gfx)(reported by nonepetrovich and garvalf)
  • fix various bugs related to deleting rows in blocks and sequences
  • switch to new block instance on cloning a block
  • Pytha: reset channel counters on rest notes to prevent noise leaking
  • PhaserX: force channel reload on switching noise mode

OTHER

  • swap Ctrl+V and Ctrl+P behaviour (requested by gtap)

bintracker 0.1.1-beta

20 Sep 09:29
Compare
Choose a tag to compare

NEW FEATURES

  • randomize selection
  • select entries from drop-down lists with arrow keys and enter (suggested by garvalf)

BUGFIXES

  • ensure numerical string input correctness on French keyboards (reported by garvalf)
  • fix Alt++ (Alt+Shift+=) key combo for US/UK keyboards
  • fix display glitch when selecting a new block and first column of current block != 0 (reported by Tufty)
  • remove dependency on generic_loader.tap (reported by Tufty)
  • fix Alt+6 key combo for FR keyboards (reported by garvalf)
  • fill ZX48 ROM page with random data if spectrum48.rom not found
  • explicitly shutdown native dialog addon to prevent process zombification under Win (reported by Shiru)
  • fix spectrum48.rom not found error msg
  • fix key delay and add KEYREPEATDELAY settting (Jangler)
  • fix op precedence in mouse hander (Jangler)
  • fix CHAR_WIDTH macro name clash (reported by Jangler)
  • set default keyboard language to EN (reported by zlew)
  • work around liballeg not displaying custom buttons on Win native dialog (reported by zlew)

bintracker 0.1.0-beta

10 Sep 13:12
Compare
Choose a tag to compare

first public beta release