Releases: gucio321/tic-tac-go
Releases · gucio321/tic-tac-go
dependencies update
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
bugfix release fix #190
v3-alpha.1
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
v3-alpha
v2.4.1
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
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
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
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
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