> For the complete documentation index, see [llms.txt](https://docs.saturncms.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.saturncms.net/changelog/dev.md).

# Development Versions

{% hint style="warning" %}
**These versions are unstable and unsupported.**

We're still working on these versions. It's likely that they're unstable, unsupported and may not work. Do not use them on production websites.
{% endhint %}

## Development and Preview Changelog

This changelog is for versions that have not yet been released and are currently in the development phase.

Here's a quick rundown of what all the tags mean:

**Dev -** This version is currently still in development. We're still adding and changing features. The changelog will probably change often. It's not available on the Saturn Installer or Updater.

**Alpha -** We've finished the core features and are performing code reviews, improvements, and adding one or two final features. It's not available on the Saturn Installer or Updater.

**Beta -** We're testing this version using our testing tools. It's not available on the Saturn Installer or Updater.

**Preview -** This version is now released for public testing on the preview branch. It's not available on the Saturn Installer or Updater.

## 1.0.0 (Dev)

1.0.0 is a complete rewrite of Saturn, some features may be in different places than they used to be, or may be removed.

**Added**

* Added website environments, Saturn will now behave differently in development and production environments.
* Added cross-site request forgery prevention tokens.
* Added language translations (en)
* Added a new database management system with MySQLi or PDO driver options.

**Removed**

* Removed page categories.
* Removed page URL setting.

**Updated**

* Switched to a custom router based on PHPRouter.
* Approvals are now off by default. They can be re-activated in the admin panel.
* UI has been updated.
  * Corners are less round.
  * Things look much more uniform (all the buttons look the same, all the inputs look the same, etc.)
* Pages now show as dropdowns of parent pages.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.saturncms.net/changelog/dev.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
