Skip to content

Releases: gristlabs/grist-desktop

0.3.4

04 Aug 19:34
cd7bd80
Compare
Choose a tag to compare

Deal with a packaging problem in v0.3.3:

0.3.3

02 Aug 01:17
b96f952
Compare
Choose a tag to compare

0.3.2

28 Mar 12:30
153fd05
Compare
Choose a tag to compare

A small update for problems on Mac x86 and latest Windows.

0.3.1

14 Mar 13:17
4e4fdba
Compare
Choose a tag to compare

Catching up with Grist Core version 1.4.2 after a lull of too long without an update (sorry!)

The only Desktop-specific change is to use GRIST_SQLITE_MODE=sync by default, lowering the odds of data corruption in the event of freezes or crashes. In principle, this has a performance cost, but for Desktop I would expect it to be rarely noticeable for typical usage. If you prefer, you can get old behavior back by setting GRIST_SQLITE_MODE= (blank), or you can get an alternative mode GRIST_SQLITE_MODE=wal which has attractive performance and guarantees but which converts every .grist file into multiple files - awkward if you interact with them directly outside of the application.

0.3.0

27 Sep 18:49
Compare
Choose a tag to compare

What's Changed

  • Files can now be opened from anywhere on the filesystem.
  • Non-Grist files can be imported into a new document using "File -> Open", such as .csv, .tsv, .dsv and .xlsx.
  • Opening a file using "File -> Open" will focus an existing window if the document is already open, or create a new window if it isn't.
  • All of the changes in the latest release of Grist Core are now in Grist Desktop.
  • Miscellaneous fixes.

Breaking changes

  • macOS 14 (Sonoma) is now the minimum supported version of macOS. Older macOS versions will continue to be supported for now. The x64 build was broken. It has now been updated and should be working again.

Join our Discord Community if you'd like to get into development of Grist.

0.2.10

26 Jun 00:00
Compare
Choose a tag to compare

Grist Electron has been rebranded as Grist Desktop! Note that the package name has changed, so you might need to manually uninstall the old version after installing this one.

New

  • Added a Windows portable build (#27).
  • The Windows 32-bit build is back, now built on 64-bit runners.

Bug Fixes

  • External links now open in the default browser instead of the Electron Chromium (#37).
  • Fixed symlinks on Windows (symlink permission required) (#4).

Misc

  • Updated grist-core to v1.1.15.
  • Updated Electron to v30.0.6 (#24 #17).
  • Updated some package metadata.

0.2.9

17 May 01:32
Compare
Choose a tag to compare

Bump grist-core to 1.1.14

Windows x86 build is dropped because of frequent OOM errors when building.

0.2.8

27 Nov 22:35
738ec73
Compare
Choose a tag to compare

Catching up with latest grist-core.

0.2.7

08 Sep 13:39
04a8fc5
Compare
Choose a tag to compare

The Mac M1 build was broken, this is an attempt at a fix - take two :-)

0.2.6

08 Sep 12:15
044584e
Compare
Choose a tag to compare
0.2.6 Pre-release
Pre-release

The Mac M1 build was broken, this is an attempt at a fix.