Skip to content

Releases: schwarper/CS2MenuManager

v1.0.43

Choose a tag to compare

@github-actions github-actions released this 18 Jul 15:16
05a4f8e

Release Notes for v1.0.43


Changes:

  • Merge pull request #44 from OniquirAK/main

chore: migrate target framework from .NET 8 to .NET 10


Feedback:

  • If you encounter any issues, please report them here.

Support:

If you'd like to support the continued development of this project, you can do so by buying me a coffee. Your support is genuinely appreciated.

v1.0.42

Choose a tag to compare

@github-actions github-actions released this 02 Feb 00:04
5f91573

Release Notes for v1.0.42


Changes:

  • Merge pull request #43 from qq410525209/main

fix: fix WasdMenu state persistence issue


Feedback:

  • If you encounter any issues, please report them here.

Support:

If you'd like to support the continued development of this project, you can do so by buying me a coffee. Your support is genuinely appreciated.

v1.0.41

Choose a tag to compare

@github-actions github-actions released this 21 Oct 23:11

Release Notes for v1.0.41


Changes:

  • fix: Fix schema target points to null error

Feedback:

  • If you encounter any issues, please report them here.

Support:

If you'd like to support the continued development of this project, you can do so by buying me a coffee. Your support is genuinely appreciated.

v1.0.40

Choose a tag to compare

@github-actions github-actions released this 23 Sep 11:25
302cde8

Release Notes for v1.0.40


Changes:

  • Merge pull request #39 from OniquirAK/main

Remove ScreenMenu from config.toml


Feedback:

  • If you encounter any issues, please report them here.

Support:

If you'd like to support the continued development of this project, you can do so by buying me a coffee. Your support is genuinely appreciated.

v1.0.39

Choose a tag to compare

@github-actions github-actions released this 04 Aug 01:23
e798165

Release Notes for v1.0.39


Changes:

  • fix: Rename pt-Br.json to pt-BR.json

Feedback:

  • If you encounter any issues, please report them here.

Support:

If you'd like to support the continued development of this project, you can do so by buying me a coffee. Your support is genuinely appreciated.

v1.0.38

Choose a tag to compare

@github-actions github-actions released this 04 Aug 01:17

Release Notes for v1.0.38


Changes:

  • feat: Remove ScreenMenu
  • feat: Update CSS API version

Feedback:

  • If you encounter any issues, please report them here.

Support:

If you'd like to support the continued development of this project, you can do so by buying me a coffee. Your support is genuinely appreciated.

v1.0.37

Choose a tag to compare

@github-actions github-actions released this 07 Jul 19:28
3e934fb

Release Notes for v1.0.37


Changes:

  • Merge pull request #36 from darkerz7/main

feat: add Russian support


Feedback:

  • If you encounter any issues, please report them here.

Support:

If you'd like to support the continued development of this project, you can do so by buying me a coffee. Your support is genuinely appreciated.

v1.0.36

Choose a tag to compare

@github-actions github-actions released this 26 Jun 20:42
bcf00ff

Release Notes for v1.0.36


Changes:

feat: Add command to reload config
feat: improve ScreenMenu background rendering
fix: Fix exception thrown when no option
fix: resolve CheckTransmit warning
chore: Clean up code

Important

Now the config is loaded by the plugin. Please install the plugin as well.
If you don't want to install the plugin, you need to use LoadConfig api in a plugin.


Feedback:

  • If you encounter any issues, please report them here.

Support:

If you'd like to support the continued development of this project, you can do so by buying me a coffee. Your support is genuinely appreciated.

v1.0.35

Choose a tag to compare

@github-actions github-actions released this 03 Jun 20:06

Release Notes for v1.0.35

Changes:

  • feat: add PostSelectAction

Feedback:

  • If you encounter any issues, please report them here.

v1.0.34

Choose a tag to compare

@github-actions github-actions released this 31 May 20:59
06b088b

Release Notes for v1.0.34

Changes:

  • feat: add ForceConfigSettings option
    Enforces configuration integrity by disallowing plugins from overriding button mappings, colors, etc.
    Settings are strictly applied from this configuration file.

  • feat: update freeze/unfreeze method
    Players are no longer frozen; instead, their speed is temporarily set to 0 while the menu is open.
    Original speed is restored upon menu closure.

Feedback:

  • If you encounter any issues, please report them here.