Skip to content

Tags: refstudio/refstudio

Tags

23.2.1

Toggle 23.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: remove restrictions on citations (#593)

* feat: remove citation nodes

* chore: remove unused code

* fix: update tests

23.2.0

Toggle 23.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Prepare Release 23.2.0 (#560)

* Update version to 23.2.0-rc.1

* Use `yarn python` instead of hard-coded script

* Add project logo and move h1 to the top

* Add release instructions with GH Actions

* Update logo and header styles

* Update logo and header styles

* Use bigger logo

* Improve Create release step by reusing release with same tag

* Include a debug .dmg

* Bump to 23.2.0-rc.2

* Add an additional note to release notes about debug artifacts

* Fix chat interaction in desktop by using non-stream method

This fixes #567

* fix: Enable server logs by default and prevent user from editing configurations.

Related to #568

* fix: make loading spinner smaller

* fix: pass copy of buffer to pdf worker

This fixes #565

* fix: give modal z-index to command palette

* Fix issue #570 Chat (and rewrite) window does not reset when changing projects

* Bump to 23.2.0-rc.3

* remove `.only` in test!

* Bump version to 23.2.0-rc.4

* Update references panel buttons for upload/search

* Remove save file action from command palette

* Revert "Fix chat interaction in desktop by using non-stream method"

This reverts commit 9eb60e5.

* Remove [...] arbitrary values

* feat: add alignment prop to Button

* Bump version to 23.2.0-rc.5

* Add support for CORS in the backend API

* Fix stream API call from the desktop by appending the REFSTUDIO_HOST

* Links open in default browser on desktop

* Bump version to 23.2.0-rc.6

* Release 23.2.0

---------

Co-authored-by: Mathis Pierron <[email protected]>
Co-authored-by: Jessica Voytek <[email protected]>

23.1.0

Toggle 23.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: load references once app is initialized (#326)

* fix: load references once app is initialized

* chore: remove deprecated event

---------

Co-authored-by: Mathis Pierron <[email protected]>