Skip to content

v0.2.19

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Dec 21:49
79e47a8

Release Notes

  • Add release-drafter github action. @iphydf (#85)
  • Remove Tox_System stuff for now. @iphydf (#84)
  • Update to group api changes. @iphydf (#83)
  • Clone submodules when checking out toxcore. @iphydf (#82)
  • Echo messages to groupbot in conferences. @iphydf (#81)
  • Add support for group and DHT debug events. @iphydf (#80)
  • Disable apigen in hs-toxcore-c for now. @iphydf (#79)
  • Remove settings.yml in favour of hs-github-tools. @iphydf (#78)
  • Use GPL license with https. @iphydf (#77)
  • Add genrule that uses Haskell to no-cross. @iphydf (#76)
  • Disable targets for cross-compilation. @iphydf (#75)
  • Use apigen to generate the FFI code. @iphydf (#74)
  • Use apigen to generate the foreign imports and enums. @iphydf (#73)
  • Update to new third_party method for haskell deps. @iphydf (#72)
  • Disable events tests for now. @iphydf (#71)
  • Upgrade stack LTS snapshot to 21.9 (GHC 9.4.6). @iphydf (#69)
  • Add CODEOWNERS and settings.yml files. @iphydf (#42)
  • Remove standard_travis flag, as it is becoming default. @iphydf (#41)
  • Avoid unicode characters in .cabal files. @iphydf (#40)
  • Move groupbot BUILD.bazel to tools directory. @iphydf (#39)
  • Use hs-tools scripts to simplify Travis script. @iphydf (#38)

Features

  • Add C code generation using schema. @iphydf (#67)

Performance improvements

  • Use StrictData for all modules that define data types. @iphydf (#47)

Maintenance (Grunt tasks)

  • Update to msgpack-types 0.3. @iphydf (#64)
  • Update the test sources in .cabal file. @iphydf (#60)
  • Restrict generic-arbitrary version. @iphydf (#59)
  • Mark Events module as Trustworthy. @iphydf (#58)
  • Add missing msgpack dependency. @iphydf (#57)
  • Install toxcore before building haddock documentation. @iphydf (#56)
  • Use toktok-stack image for haskell stack builds. @iphydf (#52)
  • Add toktok standard haskell CI builds. @iphydf (#51)
  • Use latest instead of versioned toktok-stack image. @iphydf (#50)
  • Upgrade to latest toktok-stack @iphydf (#49)
  • Use toktok-stack 0.0.23 for cirrus builds. @iphydf (#48)
  • Fix compilation with newer GHC @rainbyte (#43)
  • Upgrade to ghc-8.10.3 @iphydf (#46)
  • Remove travis; add cirrus ci. @iphydf (#45)

Maintenance (Code cleanup)

Maintenance (Refactoring)

  • Add support for the new events API in toxcore. @iphydf (#53)

Maintenance (Tests)

  • Remove static numbers in tox constants tests. @iphydf (#86)
  • Use ipv4 localhost for bootstrap. @iphydf (#68)
  • Don't fail tests when bootstrap fails. @iphydf (#66)