Skip to content

Releases: ShenMian/sokoban-rs

v0.1.18

06 Jul 10:33
ba17146
Compare
Choose a tag to compare

The main work of this version is to update bevy from 0.13 to 0.14.

Improvements

Full Changelog: v0.1.17...v0.1.18

v0.1.17

16 Jun 05:36
390e162
Compare
Choose a tag to compare

New features

  • The camera zoom will automatically adjust when the window is resized, ensuring that the viewport can accommodate the entire map. ccb8094

Improvements

Bug Fixes

  • Fixed an issue where previous actions would be lost when the solution was aborted or failed, making it impossible for the user to perform an undo operation. 390e162

Warning

UPX compression is no longer available starting with this version, as it is falsely reported by Windows Defender as Trojan:Win32/Wacatac.B!ml.

v0.1.16

09 Jun 08:24
b9ba44f
Compare
Choose a tag to compare

The main work of this version is to fix auto push waypoints containing dead positions (introduced in version v0.1.15).

Bug Fixes

  • Fix auto push waypoints containing dead positions. 9f429c3

upx indicates that the executable has been compressed by UPX.

Full Changelog: v0.1.15...v0.1.16

v0.1.15

04 Jun 13:13
d84ee61
Compare
Choose a tag to compare

The main work of this version is to use the newer soukoban library to replace some original implementation.

upx indicates that the executable has been compressed by UPX.

Full Changelog: v0.1.14...v0.1.15

v0.1.14

25 Apr 08:22
c489ff6
Compare
Choose a tag to compare

The main work of this version is code refactoring.

upx indicates that the executable has been compressed by UPX.

Full Changelog: v0.1.13...v0.1.14

v0.1.13

12 Apr 10:24
3e70c81
Compare
Choose a tag to compare

The main work of this version is bug fix.

Bug Fixes

  • Fix potential crash issue when solving. 139f39d

upx indicates that the executable has been compressed by UPX.

Full Changelog: v0.1.12...v0.1.13

v0.1.12

27 Mar 02:32
cd715e9
Compare
Choose a tag to compare

The main work of this version is to update bevy from 0.12 to 0.13.

Bevy introduced some serious bugs in v0.13.0, which were subsequently fixed in v0.13.1.

Improvements

upx indicates that the executable has been compressed by UPX.

Full Changelog: v0.1.11...v0.1.12

v0.1.11

17 Feb 07:30
696b9bf
Compare
Choose a tag to compare

The main work of this version is documentation updates and code refactoring.

Improvements

Bug Fixes

  • Fix an error in Level::flood_fill. 0731023

upx indicates that the executable has been compressed by UPX.

Full Changelog: v0.1.10...v0.1.11

v0.1.10

06 Feb 10:41
95edfff
Compare
Choose a tag to compare

This version mainly includes bug fixes and documentation updates.

Improvements

Bug Fixes

  • Fix an issue where automatic solution could not be stopped. 396cc0e
  • Fix export level to clipboard keymap. 40b7419
  • Fix github action. eebd23c

upx indicates that the executable has been compressed by UPX.

Full Changelog: v0.1.9...v0.1.10

v0.1.9

03 Feb 15:27
adbdfc9
Compare
Choose a tag to compare
v0.1.9 Pre-release
Pre-release

The main work of this version is to improve level file loading and code refactoring.

New features

  • Support reading comments in XSB files. adbdfc9
  • Support loading more variants of XSB files. 83b1c9a

upx indicates that the executable has been compressed by UPX.

Full Changelog: v0.1.8...v0.1.9