---
name: Prisma Studio
slug: prisma-studio
type: github
source_url: https://github.com/prisma/studio
changelog_url: https://github.com/prisma/studio/blob/HEAD/CHANGELOG.md
organization: Prisma
organization_slug: prisma
total_releases: 21
latest_version: v0.458.0
latest_date: 2022-02-03
last_updated: 2026-03-31
tracking_since: 2020-11-24
canonical: https://releases.sh/prisma/prisma-studio
organization_url: https://releases.sh/prisma
---

<Release version="v0.458.0" date="February 3, 2022" published="2022-02-03T13:05:51.000Z" url="https://github.com/prisma/studio/releases/tag/v0.458.0">
## 0.458.0

This version ships with Prisma [v3.9.1](https://github.com/prisma/prisma/releases/tag/3.9.1)

# Notes

[End of Support for Electron Studio](https://github.com/prisma/studio/issues/845)
</Release>

<Release version="v0.454.0" date="January 12, 2022" published="2022-01-12T12:13:51.000Z" url="https://github.com/prisma/studio/releases/tag/v0.454.0">
## 0.454.0

This version ships with Prisma [v3.8.0](https://github.com/prisma/prisma/releases/tag/3.8.0)
</Release>

<Release version="v0.448.0" date="December 28, 2021" published="2021-12-28T12:59:20.000Z" url="https://github.com/prisma/studio/releases/tag/v0.448.0">
## 0.448.0

This version ships with Prisma [v3.7.0](https://github.com/prisma/prisma/releases/tag/3.7.0)
</Release>

<Release version="v0.438.0" date="October 20, 2021" published="2021-10-20T13:21:57.000Z" url="https://github.com/prisma/studio/releases/tag/v0.438.0">
## 0.438.0

This version ships with Prisma [v3.3.0](https://github.com/prisma/prisma/releases/tag/3.3.0)
</Release>

<Release version="v0.437.0" date="October 6, 2021" published="2021-10-06T09:28:01.000Z" url="https://github.com/prisma/studio/releases/tag/v0.437.0">
## 0.437.0

This version ships with Prisma [v3.2.0](https://github.com/prisma/prisma/releases/tag/3.2.0)
</Release>

<Release version="v0.432.0" date="September 22, 2021" published="2021-09-22T06:48:20.000Z" url="https://github.com/prisma/studio/releases/tag/v0.432.0">
## 0.432.0

This version ships with Prisma [v3.1.1](https://github.com/prisma/prisma/releases/tag/3.1.1)
</Release>

<Release version="v0.426.0" date="September 17, 2021" published="2021-09-17T13:52:33.000Z" url="https://github.com/prisma/studio/releases/tag/v0.426.0">
## 0.426.0

This version ships with Prisma [v3.0.1](https://github.com/prisma/prisma/releases/tag/3.0.1)
</Release>

<Release version="v0.420.0" date="August 16, 2021" published="2021-08-16T12:43:42.000Z" url="https://github.com/prisma/studio/releases/tag/v0.420.0">
## 0.420.0

This version ships with Prisma [v2.29.1](https://github.com/prisma/prisma/releases/tag/2.29.1)
</Release>

<Release version="v0.415.0" date="July 15, 2021" published="2021-07-15T14:23:12.000Z" url="https://github.com/prisma/studio/releases/tag/v0.415.0">
## 0.415.0

This version ships with Prisma [v2.27.0](https://github.com/prisma/prisma/releases/tag/2.27.0)

Bugfixes:
- Default values of `@updatedAt` fields is no longer 0 (https://github.com/prisma/studio/issues/728)
- Strings with `"` are now saved to your database properly (https://github.com/prisma/studio/issues/722)
- Fixed issues that caused Studio to crash if an additional generator was defiend in your Prisma Schema (https://github.com/prisma/studio/issues/720)
- Studio no longer loads forever if it is unable to locate a Prisma Schema
- Projects on the splash screen are now searchable (https://github.com/prisma/studio/issues/723)

Improvements:
- It is now possible to remove schemas from Studio's splash screens (https://github.com/prisma/studio/issues/726)

</Release>

<Release version="v0.410.0" date="July 8, 2021" published="2021-07-08T10:20:40.000Z" url="https://github.com/prisma/studio/releases/tag/v0.410.0">
## 0.410.0

This version ships with Prisma [v2.26.0](https://github.com/prisma/prisma/releases/tag/2.26.0)


</Release>

<Release version="v0.394.0" date="May 19, 2021" published="2021-05-19T11:09:05.000Z" url="https://github.com/prisma/studio/releases/tag/v0.394.0">
## 0.394.0

This version ships with Prisma [v2.23.0](https://github.com/prisma/prisma/releases/tag/2.23.0)

Bugfixes:
- Reloading Studio could sometimes crash it (https://github.com/prisma/studio/issues/675)
</Release>

<Release version="v0.359.0" date="March 16, 2021" published="2021-03-16T16:33:37.000Z" url="https://github.com/prisma/studio/releases/tag/v0.359.0">
## 0.359.0

This version ships with Prisma [v2.19.0](https://github.com/prisma/prisma/releases/tag/2.19.0)

Bugfixes:
- Fixed a regression that caused Enum fields to not be filterable anymore (https://github.com/prisma/studio/issues/329)
</Release>

<Release version="v0.357.0" date="March 2, 2021" published="2021-03-02T16:34:06.000Z" url="https://github.com/prisma/studio/releases/tag/v0.357.0">
## 0.357.0

This version ships with Prisma [v2.18.0](https://github.com/prisma/prisma/releases/tag/2.18.0)

Bugfixes:
- Fixed an issue that prevented you from deselecting all relations in the relation table (https://github.com/prisma/studio/issues/640)
- Fixed an issue that prevented you from saving changes when a nullable field was set to `null` (https://github.com/prisma/studio/issues/639)
- Fixed an issue that caused `null` Integer fields to show up as `NaN` (https://github.com/prisma/studio/issues/637)
- Fixed an issue with setting a relation to `null` (https://github.com/prisma/studio/issues/615)
- Made the field filter scrollable (https://github.com/prisma/studio/issues/627)
- Fixed an issue with row creates when the ID of the model has a `@default` attribute (https://github.com/prisma/studio/issues/638)
- Improved workflow of hiding and showing fields (https://github.com/prisma/studio/issues/587)
- Fixed a bug that caused the two-way binding between a relation and the scalars that constitute it to break

Improvements:
- Added ability to select rows and copy them to your clipboard by pressing Cmd/Ctrl+C (https://github.com/prisma/studio/issues/634)
</Release>

<Release version="v0.355.0" date="February 17, 2021" published="2021-02-17T10:45:18.000Z" url="https://github.com/prisma/studio/releases/tag/v0.355.0">
## 0.355.0

This version ships with Prisma [v2.17.0](https://github.com/prisma/prisma/releases/tag/2.17.0)

Bugfixes:
- Fixed an issue with saving changes to database when working with optional fields (#632)

</Release>

<Release version="v0.354.0" date="February 16, 2021" published="2021-02-16T13:21:53.000Z" url="https://github.com/prisma/studio/releases/tag/v0.354.0">
## 0.354.0

This version ships with Prisma [v2.17.0](https://github.com/prisma/prisma/releases/tag/2.17.0)

Improvements:

- Added ability to view and edit `BigInt` fields (#621)
- Added ability to view and edit `Decimal` fields (#629)
- Added ability to view and edit `Bytes` fields (#622)

Bugfixes:
- Usage of the `createMany` preview feature doesn't crash Studio any more (#623)
- `Citext` fields no longer throw an error with postgresql connector (#624)

</Release>

<Release version="v0.351.0" date="February 15, 2021" published="2021-02-15T08:03:02.000Z" url="https://github.com/prisma/studio/releases/tag/v0.351.0">
## 0.351.0

This version ships with Prisma [v2.16.1](https://github.com/prisma/prisma/releases/tag/2.16.1)

Bugfixes:

- Fixed crash when opening up a schema with a BigInt [https://github.com/prisma/studio/issues/614]

Improvements:

- Focus the last opened tab when another tab is closed [https://github.com/prisma/studio/issues/569]
- Add support for editing BigInts [https://github.com/prisma/studio/issues/621]
</Release>

<Release version="v0.340.0" date="January 20, 2021" published="2021-01-20T16:40:50.000Z" url="https://github.com/prisma/studio/releases/tag/v0.340.0">
## 0.340.0

### Changelog

Along with bugfixes, as of this release, Prisma Studio can be used in dark mode! You can use the Settings icon in the top right corner to switch between light and dark mode.

We also included more powerful ways for you to filter the records of a table:
- Filter by Json fields
- Filter by the ID of a related model


[Download the macOS app](https://github.com/prisma/studio/releases/latest/download/Prisma-Studio.dmg)
[Download the Windows app](https://github.com/prisma/studio/releases/latest/download/Prisma-Studio.exe)
[Download the Linux app](https://github.com/prisma/studio/releases/latest/download/Prisma-Studio.AppImage) (Ubuntu, Arch, Debian & Mint are supported currently)
</Release>

<Release version="v0.330.0" date="December 10, 2020" published="2020-12-10T12:49:10.000Z" url="https://github.com/prisma/studio/releases/tag/v0.330.0">
## 0.330.0

[Download the macOS app](https://github.com/prisma/studio/releases/download/v0.330.0/Prisma-Studio-0.330.0.dmg)
[Download the Windows app](https://github.com/prisma/studio/releases/download/v0.330.0/Prisma-Studio-Setup-0.330.0.exe)
[Download the Linux app](https://github.com/prisma/studio/releases/download/v0.330.0/Prisma-Studio-0.330.0.AppImage) (Ubuntu, Arch, Debian & Mint are supported currently)
</Release>

<Release version="v0.329.0" date="December 8, 2020" published="2020-12-08T19:25:21.000Z" url="https://github.com/prisma/studio/releases/tag/v0.329.0">
## 0.329.0

[Download the macOS app](https://github.com/prisma/studio/releases/download/v0.329.0/Prisma-Studio-0.329.0.dmg)
[Download the Windows app](https://github.com/prisma/studio/releases/download/v0.329.0/Prisma-Studio-Setup-0.329.0.exe)
[Download the Linux app](https://github.com/prisma/studio/releases/download/v0.329.0/Prisma-Studio-0.329.0.AppImage) (Ubuntu, Arch, Debian & Mint are supported currently)
</Release>

<Release version="v0.323.0" date="November 27, 2020" published="2020-11-27T18:04:42.000Z" url="https://github.com/prisma/studio/releases/tag/v0.323.0">
## 0.323.0

 Download the macOS app here: [Prisma-Studio-0.323.0.dmg](https://github.com/prisma/studio/releases/download/v0.323.0/Prisma-Studio-0.323.0.dmg)
</Release>

<Pagination page="1" total-pages="2" total-items="21" next="https://releases.sh/prisma/prisma-studio.md?page=2" />
