Skip to content

Releases: stdtabs/phptabs

PhpTabs 1.1.0

21 Dec 12:59
Compare
Choose a tag to compare
  • Switch to Github Actions
  • Add support for PHP 8.2 and 8.3
  • Remove some dead code
  • Remove support for PHP 7.2 and 7.3

PhpTabs 1.0.5

28 Jan 13:15
Compare
Choose a tag to compare

See Changelog for changes.

PhpTabs 1.0.4

30 Nov 14:26
Compare
Choose a tag to compare

See Changelog for changes.

PhpTabs 1.0.3

28 Nov 14:12
Compare
Choose a tag to compare

See Changelog for changes.

PhpTabs 1.0.2

27 Nov 09:16
Compare
Choose a tag to compare

See Changelog for changes.

PhpTabs 1.0.1

25 Nov 16:15
Compare
Choose a tag to compare

See Changelog for changes.

PhpTabs 1.0.0

22 Nov 14:22
Compare
Choose a tag to compare

See Changelog for new features and core changes.

PhpTabs 0.6.4

26 Oct 19:05
Compare
Choose a tag to compare

Fixes

  • Fix from scratch scenarios to Guitar Pro 3, 4 and 5 that gives TypeError exceptions for meta informations #12

PhpTabs 0.6.3

25 Oct 14:20
Compare
Choose a tag to compare

Features

  • Type declarations have been specified
  • Core : rewrite a large part of MIDI writer classes

Fixes

  • Fix MidiWriter corrupted files #12 #13 #6
  • Fix some MIDI timing problems. There are still some work to fix some complex timings
  • Fix some PHP8 deprecated messages
  • Fix some MIDI reader types

PhpTabs 0.6.2

12 Oct 07:55
Compare
Choose a tag to compare

Features

  • Add support for PHP 8.0RC
  • Add auto assignement of the track number when it's stacked in a Song
  • Enforce string types when massive assignment

Fixes

  • Support for PHP 7.4 : ASCII renderer was not working