Releases: ShenMian/gomoku
Releases · ShenMian/gomoku
v1.0.2
v1.0.1
[1.0.1] - 2025-01-29
🚀 Features
- Add controller support
- Support arrow keys to move the cursor
- Support multiple controllers
- [breaking] Add copyright owner
- Display public IP address
- Adopt C++23 features and update printing mechanism
- Upgrade SFML to 3.0.0 (#2)
- (xmake) Add header files to the build process
🐛 Bug Fixes
- Respond to window events when the game ends
- Respond to window events when the game ends
- Fix github action
- Fix LICENSE
💼 Other
- Update build system
- Update SFML version to 2.6.0
- Add xmake.lua configuration
🚜 Refactor
- Refactor some code
- Improve output messages
- Refactor some code
- Rename variable
- Refactor Board::get_five_in_a_row
- Extract functions
- Refactor some code
- Update return type syntax and add braces for code clarity
- Refactor some code
- Update copyright years to 2023-2025
- (xmake) Set xmake language to cxx23
- (main) Refactor main function
- Update function signatures to use trailing return types
- (gomoku) Improve code structure and readability
🎨 Styling
- Format code style
v1.0.0
New features
Improvements
- Refactored the code.
SHA256 Checksums
adb81aeacd2654b01a55d6b043f1b334ace8bd696c7ee9f3e4431905fe2d7676 gomoku-linux-x64
a18a0eb2bfbd613e36e6ce31b36c6e0245bc2c166323ae422514b49239f8b437 gomoku-linux-x64-upx
0fcda81eba56db03dedd18985902a36208b87117c6cf4edf77ff76af861b5acb gomoku-windows-x64-upx.zip
029908bc1cb587a9ba2ada1c39dd5193363415db3d010271f44806a1dbca2f5d gomoku-windows-x64-upx.exe
3fec8e999801c28e1bcf0d132f61e26401df4f330976caecc397596649bd6645 gomoku-windows-x64.exe
upx indicates that the executable has been compressed by UPX.
Full Changelog: v0.1.1...v1.0.0
v0.1.1
New features
- In offline mode, added undo feature.
- In online mode, the waiting part can continue to move the cursor.
Improvements
- Improved error handling, displaying the error message before exiting.
upx indicates that the executable has been compressed by UPX.
Full Changelog: v0.1.0...v0.1.1