Releases: calculist/calculist-desktop
Releases · calculist/calculist-desktop
v0.3.2
Changes
- Work in progress on data visualization features (
svg
andplot
functions) - Added alias
lambda
forfunction
function - Added
pause computation
andunpause computation
commands - Added "copied!" confirmation message when copying to clipboard
- Changed
itemOf
function to match behavior ofitem
function - Fixed HTML escaping bug
v0.3.1
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
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 ascopy ( $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
- https://github.com/calculist/calculist/releases/tag/v0.3.0
- https://github.com/calculist/calculist-web/releases/tag/v0.3.0
Installers
v0.2.0
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
Changes
- Fixed bugs regarding copying and pasting text
- Fixed auto-correct bug with typing the function symbol
[=>]
Corresponding releases
Installers
- linux (deb)
- linux (AppImage)
- mac
- windows (coming soon)
v0.1.0
- 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
Initial commit