> For the complete documentation index, see [llms.txt](https://zloma-scripts.gitbook.io/zloma-scripts/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://zloma-scripts.gitbook.io/zloma-scripts/zloma_bossmenu-free/changelog.md).

# Changelog

## 1.0.0

* Initial free public release.
* Fixed boss-menu heading persistence during edit flows.
* Fixed salary deductions bypassing the shared society wrapper layer.
* Added per-job transaction locking for boss-menu society actions.
* Added post-transaction balance verification to reduce stale balance issues.
* Added the missing creator-placement and salary-editor locale strings to both shipped languages.
* Fixed vault history NUI mapping so refresh calls accept the same payload shape as initial menu loads.
* Batched admin checks when spawning player stash targets to avoid repeated callback spam on refresh.
* Removed an unused runtime placement module.
* Switched the public release default language to English.
* Disabled webhook logging by default and replaced the shipped webhook with a placeholder.
* Added custom free-use license and documentation.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://zloma-scripts.gitbook.io/zloma-scripts/zloma_bossmenu-free/changelog.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
