> For the complete documentation index, see [llms.txt](https://docs.openbrush.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.openbrush.app/release-history/v1.0-happy-birthday-to-us.md).

# v1.0: Happy Birthday to Us!

## Features in this version:

* [Improved Jitter](/user-guide/repaint-tool.md#jitter-improvements)
* [Repaint Tool](/user-guide/repaint-tool.md)
* [Guide settings](/user-guide/using-the-open-brush-tools-quick-tools-and-menu-panels/extras-panel/guides-panel.md#guide-settings)
* [Hiding Brushes with Brush Tags](/user-guide/brushes/hiding-brushes-with-brush-tags.md)
* [Selection/Erase Filter](/user-guide/selection-erase-filter.md)
* [World Axis Unlock](/user-guide/world-axis-unlock.md)
* [Lazy Input](/user-guide/lazy-input.md)
* [Bimanual Input](/user-guide/bimanual-input-and-revolver.md)
* [Revolver](/user-guide/bimanual-input-and-revolver.md#revolver)
* [Grid and Angle Snapping](/user-guide/grid-and-angle-snapping.md)
* [Merging Sketches](https://github.com/icosa-gallery/open-brush-docs/blob/master/user-guide/merging-sketches.md)
* [Scripting API](/user-guide/open-brush-api.md)

{% embed url="<https://twitter.com/openbrushapp/status/1486446334286651394>" %}

## v0.4.0: LIV, Snap and Guides

* Support for[@LIV](https://twitter.com/LIV)'s mixed reality on Oculus devices
* [Color Jitter](/user-guide/repaint-tool.md#jitter) varies your strokes. Thanks @andybak!
* New ['plane' guide type](/user-guide/using-the-open-brush-tools-quick-tools-and-menu-panels/extras-panel/guides-panel.md#plane-guide) + guide snapping, thanks @michael-g!

{% embed url="<https://twitter.com/i/status/1425910471199240193>" %}

## v0.3.0: Flying, Filming, and Fixes!

### New Features

#### Flying

* [Fly tool](/user-guide/using-the-open-brush-tools-quick-tools-and-menu-panels/tools-panel.md#fly-tool), a new locomotion type. Reach out like your favourite caped hero and pull the trigger to fly around your sketch! Thanks to [@lachlansleight](https://github.com/lachlansleight)!

#### Filming

* Mixed Reality support on both Desktop and Quest.
  * The [LIV](https://www.liv.tv) SDK has been added, fixing a number of issues that were present when trying to use LIV with Tilt Brush. You will need to set your blend mode to `SDK: Normal (Masked FG Premultiplied)`. Thanks to [@SteffanDonal](https://github.com/SteffanDonal) and the LIV team!
  * [Oculus Mixed Reality Capture Tool](https://github.com/icosa-gallery/open-brush-docs/blob/master/user-guide/platform-and-device-support.md#oculus-mrc-fixes) fixes. The plugin now receives the correct world scale. This also works with the [LIV for Quest](https://www.liv.tv/quest-on-pc) beta! Thanks to [@fabio914](https://github.com/fabio914). Check out Fabio's [Reality Mixer](https://apps.apple.com/us/app/reality-mixer/id1539307552) app ([GitHub](https://github.com/fabio914/RealityMixer)), allowing you to use MRC from your iOS devices!
* Capture Camera Paths! We decided to read our own README and re-enable video capture on camera paths now that we have general video support.

### Fixes

* Block Poly on Quest 1. Sadly Poly was causing crashes on Quest 1, and due to the short time that Poly will be available, we have chosen to block access. Poly downloads will still work on Quest 2 until the service shuts down. Once Icosa is up and running we'll make sure Quest 1 (and 2!) will have full support for it!
* Uploads to SketchFab are now tagged with Open Brush as the creation tool.
* [@mikeage](https://github.com/mikeage) has done some amazing work on our build pipeline. Any Pull Requests that get merged now automatically generate new builds, so if you feel adventurous, check out our [Bleeding Edge Releases](https://github.com/icosa-foundation/open-brush#bleeding-edge-releases). This also includes Linux builds!

{% embed url="<https://twitter.com/openbrushapp/status/1382020470946533381?s=20&t=M4GapjoVwDdGvNVNmMQXWQ>" %}

## v0.2.0: Return of the Integrations

0.2.0 focuses on adding back a lot of the functionality that was removed from the original Tilt Brush codebase for release.

### Both Platforms:

* Re-added Sketchfab login
* Re-added Google/Poly login (note: uploading to Poly isn't possible as it uses proprietary Google code that wasn't released, sorry!)
* Re-added GIF recording (auto, 5s)

### Desktop extras:

* Re-added video recording
* Re-added FBX support
* Fixed USD support
* **We have also added basic Linux support, expect to see binaries soon!**

### Known issues:

* Camera preview disappears if you've disabled PostFX in your config
* Cannot record with camera paths

## v0.1.0: Initial Release

{% embed url="<https://www.youtube.com/watch?v=5R4Vhkv_i2c>" %}

##


---

# 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.openbrush.app/release-history/v1.0-happy-birthday-to-us.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.
