Skip to content

Releases: balisujohn/localwriter

v0.0.8

31 Aug 09:49
df1641b

Choose a tag to compare

v0.0.8 Release Notes

  • Adds streaming to extendSelection and editSelection in both Calc and Writer.

v0.0.7

29 Jun 04:02
98883a0

Choose a tag to compare

v0.0.7 Release Notes

  • Adds extendSelection and editSelection support for groups of one or more cells in LibreOffice Calc.
  • Adds build instructions to README.md

v0.0.6

25 Sep 03:06

Choose a tag to compare

v0.0.6 Release Notes

  • Fixed regression that caused model setting to not be saved correctly.
  • Added instructions to README.

v0.0.5

24 Sep 04:33

Choose a tag to compare

v0.0.5 Release Notes

  • ExtendSelection and EditSelection now can have max tokens to generate specified individually in settings.
  • ExtendSelection and EditSelection now can have system prompt specified individually in settings.

v0.0.4

02 Sep 23:24

Choose a tag to compare

v0.0.4 Release Notes

  • ExtendSelection and Edit Selection now work on text inside tables.
  • The localwriter oxt file now has a logo!

v0.0.3

01 Aug 04:40

Choose a tag to compare

v0.0.3 Release Notes

  • Adds an optional model setting (required for Ollama). A model key is only added to request if model is set to a nonempty string.

v0.0.2

30 Jul 22:41

Choose a tag to compare

V0.0.2 Release Notes

  • Adds Settings option to localwriter menu which allows the inference endpoint to be specified. Defaults to localhost port 5000, which is the default for text-generation-webui
  • removes requests dependency, which should improve portability.

v0.0.1

26 Jul 00:28

Choose a tag to compare

Initial release of localwriter. Extend Selection and Edit Selection minimum viable products included.