Skip to content

Releases: seantiz/piecesvelte

0.6.0

30 Mar 15:44
Compare
Choose a tag to compare

This is an all-around smaller build with less third-party code and less config files.

  • Major migration from Tailwind 3 to Tailwind 4
  • Shaved down the dependencies to devDependencies as much as possible

0.5.1

13 Mar 21:55
Compare
Choose a tag to compare
  • A revamp of the readme
  • Several updates to third-party dependencies
  • Removed renovate bot config

v0.5.0

29 Dec 16:40
Compare
Choose a tag to compare

What's Changed?

  • We now have properly parsed markdown and codeblocks in our chat messages.

Fixes

  • Fixed UI bug where the first message was disappearing on initial app-loadup state.

v0.4.2

29 Dec 15:23
Compare
Choose a tag to compare

What's Changed?

  • We can now manage and load previous conversations
  • We can start a new conversation with the New Conversation button

Fixes

  • Fixed UI bug in v0.4.1 where the first query message of a new conversation was disappearing from the chat window

v0.3.0

28 Dec 16:36
Compare
Choose a tag to compare

What's Changed?

  • Full Svelte 5 runes-powered app! All Svelte 4 syntax has been removed (except for third-party UI components).

v0.2.0

28 Dec 14:42
Compare
Choose a tag to compare

What's Changed?

  • Pieces in-app chat client now uses the correct port when opening a websocket to send message to local Pieces OS server
  • More robust ModelsController module for selecting chat LLM models
  • The chat window correctly sends your questions to any Gemini, Claude or ChatGPT model

0.1.1

07 Nov 15:52
Compare
Choose a tag to compare

v0.1.0

07 Nov 12:45
Compare
Choose a tag to compare

This is the last version of the Copilot UI in Svelte 4 before the migration to Svelte 5.

See the changelog here