Skip to content

Releases: calculist/calculist-desktop

v0.3.2

17 Nov 18:03
Compare
Choose a tag to compare

Changes

  • Work in progress on data visualization features (svg and plot functions)
  • Added alias lambda for function function
  • Added pause computation and unpause computation commands
  • Added "copied!" confirmation message when copying to clipboard
  • Changed itemOf function to match behavior of item function
  • Fixed HTML escaping bug

v0.3.1

03 Nov 21:03
Compare
Choose a tag to compare

Changes

  • Fixed functions: average/mean, min, max, join
  • Added functions: function, image
  • Fixed jittery item heights
  • Added missing commands in typeahead menu

v0.3.0

27 Oct 20:05
Compare
Choose a tag to compare

Changes

  • New $guid variable and @item function for referencing items by globally unique id
  • New copy command for copying arbitrary input to the clipboard, such as copy ( $guid )
  • New word_count function for counting words in a hierarchy of items
  • New clickable link icons for opening URLs in system default browser
  • New save button that indicates if the file has unsaved changes
  • Updated goto command to accept an item's guid
  • Updated reverse function to accept string input
  • Updated documentation link in help menu
  • Updated app categories in linux and mac
  • Updated dependencies

Corresponding releases

Installers

v0.2.0

16 Jul 02:58
Compare
Choose a tag to compare

Changes

  • Fixed jumping cursor bug on multiline items
  • Fixed broken "add text" bug in command mode
  • Minor refactoring and code cleanup
  • New mod/modulo function
  • Updated fraction function to accept non-integer input

Corresponding releases

Installers

v0.1.1

09 Jul 17:18
Compare
Choose a tag to compare

Changes

  • Fixed bugs regarding copying and pasting text
  • Fixed auto-correct bug with typing the function symbol [=>]

Corresponding releases

Installers

v0.1.0

01 Jul 18:15
Compare
Choose a tag to compare
  • Linux
    • CalculistDesktop_0.1.0_amd64.deb
    • CalculistDesktop-0.1.0-x86_64.AppImage
  • Mac
    • Calculist-0.1.0.dmg
  • Windows
    • coming soon

v0.1.0-beta

25 Mar 03:23
Compare
Choose a tag to compare
v0.1.0-beta Pre-release
Pre-release
Initial commit