# Changelog

## Shiva 1.0

### Updated

* Documentation
* Tooling (CLI)
* SFML Module
* Clean the code
* VCPKG port

### Fixed

* A bug with the triggering of events in lua

### Added

* [Roadmap](https://shiva.gitbook.io/project/shiva/roadmap)
* new [Tutorials](https://shiva.gitbook.io/project/shiva/tutorial)
* [FAQ](https://shiva.gitbook.io/project/shiva/faq)

## Shiva 0.9

### Updated

* Refactor the whole code base
* Update the documentation

### Fixed

* Inlining issue

## Shiva 0.8

### Updated

* Build system

### Fixed

* Windows compilation
* Game loop

### Added

* shiva-sfml animation system

## Shiva 0.7

### Updated

* improvement on build system and installation
* update documentation
* update shiva-sfml port

## Shiva 0.6

### Updated

* shiva-sfml module

### Fixed

* Warning on Windows

## Shiva 0.5

### Fixed

* Windows compilation

### Added

* Python Scripting
* Lua Scripting
* WIP Emscripten compilation


---

# Agent Instructions: 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://shiva.gitbook.io/project/shiva/release-notes.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.
