Releases: mjc4wilton/BackpackOnChestRedux
v2.3.0
What's Changed
- Add russian language by @Canibus in #17
- wrong comparison by @Canibus in #16
- Better preserve state on switch by @Mysterypotatoguy in #20
- added missing parameter to example call by @Andx667 in #19
New Contributors
- @Canibus made their first contribution in #17
- @Mysterypotatoguy made their first contribution in #20
- @Andx667 made their first contribution in #19
Full Changelog: v2.2.1...v2.3.0
v2.2.1
Fix game freeze when detaching a lowered chestpack
Full Changelog: v2.2.0...v2.2.1
v2.2.0
What's Changed
- Turkish Translate by @Grampalo in #3
- Repository - Add Github CI by @mjc4wilton in #5
- Repository - Rename "Workflows" to "workflows" by @mjc4wilton in #6
- Add button for ACE Arsenal by @LinkIsGrim in #4
- Add lowering line by @ampersand38 in #2
- Pre-compile SQF / Enable SQFC support by @mjc4wilton in #8
- Hemtt 191 by @ampersand38 in #10
- Use ACE arsenal actions instead of UI button by @johnb432 in #12
- Add API to blacklist variables from transfer by @some-evil-kitty in #13
New Contributors
- @Grampalo made their first contribution in #3
- @LinkIsGrim made their first contribution in #4
- @ampersand38 made their first contribution in #2
- @johnb432 made their first contribution in #12
- @some-evil-kitty made their first contribution in #13
Full Changelog: v2.1.0...v2.2.0
Version 2.1.0
- Features:
- Added CBA option to disable forced walking (enabled by default)
- Added ability to blacklist certain backpacks from appearing on chest (such as legstrap bags)
- Optimizations:
- Replaced deprecated
BIS_fnc_MPcall with CBA event
- Replaced deprecated
Please report any bugs you find with this release. A hotfix will be released ASAP given the severity of the bugs. Feel free to provide feedback by opening an issue or pull request.
Version 2.0.0 - Initial Rewrite
This is the first public release of the initial rewrite. Below are the following improvements the rewrite contains:
- Optimizations:
- Removal of many loops.
- Replacing large amounts of code with faster, simpler functions.
- Less arrays for storing items associated with the backpack.
- Usage of CBA settings instead of editor modules.
- Transition to the CBA / ACE development framework.
- Support for variables associated with the backpack:
- Fixes TFAR radio settings.
- Fixes ACE Gunbag weapon disappearing.
- Fixes other incompatibility issues with mods and missions.
- New icons.
- Various other improvements.
NOTE: If you have previously used API functions of zade_boc, they may or may not work anymore. Please read our wiki page where we mark the changes we have made to zade_boc functions. All functions are now called from bocr_main_{fnc_function}.
Please report any bugs you find with this release. A hotfix will be released ASAP given the severity of the bugs. Feel free to provide feedback by opening an issue or pull request.