Skip to content

Releases: joelbeedle/salsa

v1.3.0

18 Sep 16:27
Compare
Choose a tag to compare

1.3.0 (2024-09-18)

Features

v1.2.0

18 Sep 13:29
Compare
Choose a tag to compare

1.2.0 (2024-09-18)

Bug Fixes

  • imgui_logger: add windows definition for localtime function (a8dedbc)
  • imgui_logger: add windows definition for localtime function (b6b249f)
  • imgui_logger: reorder parameters to localtime_s (65c9d6b)

Features

  • improve logging and add log ui (8cbb35f)

v1.1.1

18 Sep 08:49
Compare
Choose a tag to compare

1.1.1 (2024-09-18)

Bug Fixes

  • pheromone avoidance: change std::views::values (eb4d6b4)
  • queue mode: fix constexpr issue (5aa1586)
  • sandbox mode: fix bug in constexpr (5268aa1)
  • sandbox mode: remove use of std::views for unordered_map chosen_params (33a7974)
  • ui builder: add import string (8be5698)

v1.1.0

18 Sep 07:33
Compare
Choose a tag to compare

1.1.0 (2024-09-18)

Features

  • semantic release: add required files for semantic release (27fefaa)

SALSA v1.0.1

01 Aug 13:32
9d47529
Compare
Choose a tag to compare

Release Notes

Enables Zenodo Integration and permanent repository status

Please note that downloading the source code means that the submodules (Box2D, GLFW) are not downloaded - this is only the source code for SALSA. If you want a working build, download salsa-1.0.1.zip or salsa-1.0.1.tar.gz, or clone the repository from this release tag.

Full Changelog: v1.0.0...v1.0.1

SALSA v1.0.0

01 Aug 12:09
9d47529
Compare
Choose a tag to compare

Release Notes

First stable release for SALSA.

Please note that downloading the source code means that the submodules (Box2D, GLFW) are not downloaded - this is only the source code for SALSA. If you want a working build, download salsa-1.0.0.zip or salsa-1.0.0.tar.gz.

After this point, all development will be done in accordance to our contribution guidelines, and using the development branch.

Full Changelog: https://github.com/joelbeedle/salsa/commits/v1.0.0