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

# R Client

All notable changes to the GoFigr R client (`gofigR`).

**Current version:** v2.0.2

***

## v2.0.2 — April 7, 2026

* Watermarks use the short redirect URL for compact QR codes (the `app.` prefix is kept elsewhere)

## v2.0.1 — April 7, 2026

* Fixed a missing `sync_file()` helper; added `get_app_url()`

## v2.0.0 — April 7, 2026

Major release bringing the R client in line with Clean Room and Auth0:

* **Clean Room support** — `reproducible()` for interactive, reproducible figures, with an interactive Shiny gadget for parameter exploration and a `viewer` control
* **Auth0 device-code login** — `gfconfig` migrates to the Auth0 Device Authorization Flow
* **Auto-assign** — AI-based figure titling and assignment
* **Short IDs and client-side UUIDs**, plus metadata annotators
* Analysis-scoped asset support
* Clean Room watermarks get a shield icon and smaller QR codes; plot dimensions stored in image metadata; `ggsave` warnings suppressed

***

## v1.1.3 — November 26, 2025

* Documentation improvements
* Environments for API objects (pass by reference semantics)
* Shiny and performance improvements
* Image dimension overrides
* Workspace name auto-creation in `enable()`
* Example data and compliance example
* Build cleanup

## v1.1.2 — July 31, 2025

* Removed global variables and global imports in tests
* Removed `dtt` dependency

## v1.1.1 — July 21, 2025

* Added reader functions
* Improved `sync_file` functionality
* Removed spurious imports
* Asset synced message

## v1.1.0 — July 17, 2025

* Asset tracking and sync
* rbuildignore fix
* Documentation updates
* Test infrastructure improvements

## v0.3.1 — April 9, 2025

* Interface simplification
* `ggplotify` refactoring
* Fixed `plot()` infinite recursion
* Workspace and analysis improvements

## v0.2.1 — January 29, 2025

* **Initial CRAN submission**
* Supports both automatic and manual publication of figures to GoFigr.io

***

For the full commit history, see the [GitHub repository](https://github.com/GoFigr/gofigR).
