Skip to content

Releases: gucio321/tic-tac-go

dependencies update

29 Jan 15:49
a5886c7
Compare
Choose a tag to compare
dependencies update Pre-release
Pre-release

What's Changed

  • build(deps): bump golang.org/x/image from 0.1.0 to 0.2.0 by @dependabot in #193
  • build(deps): bump github.com/kpango/glg from 1.6.13 to 1.6.14 by @dependabot in #192
  • build(deps): bump toshimaru/auto-author-assign from 1.6.1 to 1.6.2 by @dependabot in #194
  • build(deps): bump golang.org/x/image from 0.2.0 to 0.3.0 by @dependabot in #195

Full Changelog: v3-alpha.1...v3-alpha.3

v3-alpha.2

16 Nov 07:59
Compare
Choose a tag to compare
v3-alpha.2 Pre-release
Pre-release

bugfix release fix #190

v3-alpha.1

15 Nov 19:56
Compare
Choose a tag to compare
v3-alpha.1 Pre-release
Pre-release

What's Changed

  • support docker
  • Major API changes by @gucio321 in #176
  • build(deps): bump toshimaru/auto-author-assign from 1.4.0 to 1.5.0 by @dependabot in #177
  • build(deps): bump pascalgn/automerge-action from 0.15.2 to 0.15.3 by @dependabot in #179
  • build(deps): bump golangci/golangci-lint-action from 3.1.0 to 3.2.0 by @dependabot in #178
  • build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #180
  • build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.5 by @dependabot in #181
  • build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #182
  • build(deps): bump toshimaru/auto-author-assign from 1.5.0 to 1.5.1 by @dependabot in #183
  • build(deps): bump toshimaru/auto-author-assign from 1.5.1 to 1.6.0 by @dependabot in #184
  • build(deps): bump toshimaru/auto-author-assign from 1.6.0 to 1.6.1 by @dependabot in #185
  • build(deps): bump pascalgn/automerge-action from 0.15.3 to 0.15.5 by @dependabot in #186
  • build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #188
  • build(deps): bump golangci/golangci-lint-action from 3.2.0 to 3.3.0 by @dependabot in #187
  • build(deps): bump golangci/golangci-lint-action from 3.3.0 to 3.3.1 by @dependabot in #189

Full Changelog: v2.4.2...v2.5

v2.4.2

31 Mar 11:55
Compare
Choose a tag to compare

Another bugfix release for v2.4.
This time it fixes bug in pkg/core/pcplayer that caused Invalid argument to Intn panic.

v3-alpha

31 Mar 15:45
fd7824d
Compare
Choose a tag to compare
v3-alpha Pre-release
Pre-release

What's Changed

Full Changelog: v2.4.2...v3-alpha

v2.4.1

30 Mar 18:47
405ec74
Compare
Choose a tag to compare

BUGFIX

this is bugfix release for v2.4.
It fixes bug when terminalgame caused panic while ending game.

Full Changelog: v2.4...v2.4.1

v2.4

30 Mar 18:39
43c652f
Compare
Choose a tag to compare

⚠️ TERMINALGAME is bugged! Bugfix comming soon in v2.4.1! ⚠️

CHANGELOG

  • add game logo
  • major refactoring of terminalgame implementation. Use https://github.com/gucio321/terminalmenu instead of hard to use current implementation in internal/terminalgame. For now internal/terminalgame contains only ghe most necessary implementations of game and doesn't contain menu logic

Full Changelog: v2.3...v2.4

v2.3

28 Mar 19:01
fcc3c99
Compare
Choose a tag to compare

CHANGELOG

  • improve canWinTwoMoves method (detect more cases) (38cfea7)

What's Changed

  • build(deps): bump actions/cache from 2.1.7 to 3 by @dependabot in #174
  • build(deps): bump pascalgn/automerge-action from 0.14.3 to 0.15.2 by @dependabot in #175

Full Changelog: v2.2...v2.3

v2.2

27 Mar 18:05
d3f9f54
Compare
Choose a tag to compare

CHANGELOG

  • upgrade to go 1.18
  • upgrade giu to v0.6.2
  • fix stupid bug with random numbers generator in terminal implementation
  • fix minor bugs in pcplayer engine (mainly for larger boards)
  • add full test coverage for pcplayer package
  • add usefull tool for drawing game board in console

Full Changelog: v2.1...v2.2

v2.1

21 Mar 16:18
Compare
Choose a tag to compare

INTRODUCTION

during the Open Days in my school, we found a few bugs which I've fixed

CHANGELOG

The major of these bugs was:

  • winning combinations on larger (>3x3) boards was calculated incorrectly

  • over that, I've added some styling to the main menu

thanks to everyone who have tested the game!

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #172

Full Changelog: v2.0...v2.1