diff --git a/README.md b/README.md index c8bfc31..0cfadcb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ DataCharts is an Obsidian plugin for creating charts, plotting functions, and visualizing note data directly in markdown. Further documentation can be found at https://datacharts-docs.vercel.app/. -![Line Plot Demo](assets/linePlotGIF.gif) +![Line Plot Demo](assets/introGIF.gif) ## Features @@ -43,6 +43,12 @@ Found a bug or have an idea? Open a GitHub Issue. ## Changelog +### 1.0.3 +- Added support for Nested Independent Equations. For details look at docs. +- Changed xrange to range +- Fixed bug with global range +- Added preliminary support for spreadsheet plugin support. More to come. + ### 1.0.2 - Changed ```lineplot``` to ```datachart```. diff --git a/assets/introGIF.gif b/assets/introGIF.gif new file mode 100644 index 0000000..0862e39 Binary files /dev/null and b/assets/introGIF.gif differ diff --git a/assets/linePlotGIF.gif b/assets/linePlotGIF.gif deleted file mode 100644 index 5e4151f..0000000 Binary files a/assets/linePlotGIF.gif and /dev/null differ