Skip to content

Releases: calculist/calculist-web

v0.5.0

28 Sep 18:26
49f5602
Compare
Choose a tag to compare

Changes

  • Updated dependencies
  • Minor bug fixes
  • Added initial functionality to allow extending Calculist through a separate app under the same domain, using a shared secret token
  • Added ability to reference items by negative index using the item function
  • Added first and last functions to get the first or last item in a list
  • Updated find and filter functions to be curry-able, passing the predicate function as the first argument
  • Updated table function to accept a "column map" using keyed functions to created derived columns
  • Updated svg function to render "text" tags
  • Updated various function strings

v0.4.2

09 Feb 23:11
fe3597b
Compare
Choose a tag to compare

Changes

  • Updated dependencies
  • Minor bug fixes

v0.4.1

29 Sep 22:07
60696f7
Compare
Choose a tag to compare

Changes

  • Updated dependencies
  • Fixed Firefox usability bugs

v0.4.0

22 Mar 02:47
cbc2e33
Compare
Choose a tag to compare

Changes

  • New homepage with easier navigation and list creation
  • New welcome list for new users
  • Changed list URLs for better privacy and permanence
  • Improved navigation menu
  • Updated dependencies
  • Switch email service from SendGrid to MailGun
  • Added Dockerfile and docker-compose.yml
  • New functions table and ungroup
  • fraction function now accepts a function argument for computing return value
  • Improved data visualization and linegraph chart type
  • Various bug fixes, optimizations, and style changes

v0.3.2

17 Nov 18:02
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
  • Fixed favicon bug

v0.3.1

03 Nov 20:34
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:04
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
  • Updated goto command to accept an item's guid
  • Updated reverse function to accept string input
  • SQL optimizations

Corresponding releases

v0.2.1

30 Jul 23:02
Compare
Choose a tag to compare

changes

  • Added clickable link icons for items that contain URLs
  • Minor bug fixes and code cleanup
  • Minor style changes

v0.2.0

16 Jul 03:01
Compare
Choose a tag to compare

bug fixes

  • Fixed loss of focus bug on sync with server
  • Fixed jumping cursor bug on multiline items
  • Fixed broken "add text" bug in command mode
  • Fixed broken email confirmation links
  • Minor refactoring and code cleanup

new features

  • List sharing API and commands
  • New mod/modulo function
  • Updated fraction function to accept non-integer input
  • Small UX changes

v0.1.1

04 Jul 23:17
Compare
Choose a tag to compare

Changes:

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