Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyguru committed Nov 8, 2023
1 parent 0345602 commit 4b37f3a
Show file tree
Hide file tree
Showing 4 changed files with 76 additions and 71 deletions.
66 changes: 35 additions & 31 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,52 +10,56 @@ This is an [Obsidian](https://obsidian.md/) plugin that helps you collect data f

## What's New

Version 1.10.0
- Add annotation mode for month view ([examples](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestCalendar.md))
- Add parameters `xAxisTickInterval`, `yAxisTickInterval`, `xAxisTickLabelFormat` and `yAxisTickLabelFormat` for the line and bar chart ([examples](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestAxisIntervalAndFormat.md))
- Allow using regular expression in parameter `dateFormatPrefix` and `dateFormatSuffix` ([examples](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestDateFormats.md))
- Add parameters `file`, `specifiedFilesOnly`, `fileContainsLinkedFiles`, and `fileMultiplierAfterLink` to retrieve data from specified files ([examples](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestSpecifiedFiles.md))
- Add a parameter `textValueMap` to convert texts or emojis to specified values ([examples](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestTextValueMap.md))
Version 1.12.0
* Add aspect ratio parameter for graphs
* Reorganize release notes in readme to be in descending order (latest release first)

Version 1.11.0
* Add support for checkboxes in new properties added in Obsidian 1.4
* Fix typos in documentation and examples

Version 1.10.9
- Replace tab characters by spaces
- Accept more unicode characters in dvField
- Allow emojis in the folder path
- Fixed bugs
- Enhanced error messages

Version 1.10.1
- Fixed 'failed to load plugin' on iOS
Version 1.10.8
- Fixed startDat/endDate misread as a relative date

Version 1.10.2
- Fixed plugin not rendering on some macOS machines
Version 1.10.7
- Allow using html image tags as emoji inputs

Version 1.10.3
- Allow using the parameter `fitPanelWidth` with the output type `month` and `pie`
- Fixed the resizing and positioning of the chart tooltip
Version 1.10.6
- Fixed the coloring for missing data in the month view

Version 1.10.5
- Allow using a relative date value in `initMonth` in the month view

Version 1.10.4
- Allow using a regular expression as a key of the parameter `textValueMap`
- Add a parameter `shiftOnlyValueLargerThan` to determine when to do `valueShift`
- Fixed bugs reported by users
- Fixed typo in plugin settings

Version 1.10.5
- Allow using a relative date value in `initMonth` in the month view

Version 1.10.6
- Fixed the coloring for missing data in the month view
Version 1.10.3
- Allow using the parameter `fitPanelWidth` with the output type `month` and `pie`
- Fixed the resizing and positioning of the chart tooltip

Version 1.10.7
- Allow using html image tags as emoji inputs
Version 1.10.2
- Fixed plugin not rendering on some macOS machines

Version 1.10.8
- Fixed startDat/endDate misread as a relative date
Version 1.10.1
- Fixed 'failed to load plugin' on iOS

Version 1.10.9
- Replace tab characters by spaces
- Accept more unicode characters in dvField
- Allow emojis in the folder path
Version 1.10.0
- Add annotation mode for month view ([examples](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestCalendar.md))
- Add parameters `xAxisTickInterval`, `yAxisTickInterval`, `xAxisTickLabelFormat` and `yAxisTickLabelFormat` for the line and bar chart ([examples](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestAxisIntervalAndFormat.md))
- Allow using regular expression in parameter `dateFormatPrefix` and `dateFormatSuffix` ([examples](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestDateFormats.md))
- Add parameters `file`, `specifiedFilesOnly`, `fileContainsLinkedFiles`, and `fileMultiplierAfterLink` to retrieve data from specified files ([examples](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestSpecifiedFiles.md))
- Add a parameter `textValueMap` to convert texts or emojis to specified values ([examples](https://github.com/pyrochlore/obsidian-tracker/blob/master/examples/TestTextValueMap.md))
- Fixed bugs

Version 1.11.0
* Add support for checkboxes in new properties added in Obsidian 1.4
* Fix typos in documentation and examples
- Enhanced error messages

## !!! Breaking Changes !!!

Expand Down
16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"id": "obsidian-tracker",
"name": "Tracker",
"version": "1.11.0",
"minAppVersion": "0.9.12",
"description": "A plugin tracks occurrences and numbers in your notes",
"author": "pyrochlore",
"authorUrl": "",
"isDesktopOnly": false
"id": "obsidian-tracker",
"name": "Tracker",
"version": "1.12.0",
"minAppVersion": "0.9.12",
"description": "A plugin tracks occurrences and numbers in your notes",
"author": "pyrochlore",
"authorUrl": "",
"isDesktopOnly": false
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-tracker",
"version": "1.11.0",
"version": "1.12.0",
"description": "A plugin tracks occurrences and numbers in your notes",
"main": "main.js",
"scripts": {
Expand Down
63 changes: 32 additions & 31 deletions versions.json
Original file line number Diff line number Diff line change
@@ -1,33 +1,34 @@
{
"1.0.0": "0.9.12",
"1.0.1": "0.9.12",
"1.0.2": "0.9.12",
"1.1.0": "0.9.12",
"1.2.0": "0.9.12",
"1.2.1": "0.9.12",
"1.3.0": "0.9.12",
"1.4.0": "0.9.12",
"1.4.1": "0.9.12",
"1.5.0": "0.9.12",
"1.5.1": "0.9.12",
"1.6.0": "0.9.12",
"1.6.1": "0.9.12",
"1.7.0": "0.9.12",
"1.8.0": "0.9.12",
"1.8.1": "0.9.12",
"1.8.2": "0.9.12",
"1.9.0": "0.9.12",
"1.9.1": "0.9.12",
"1.9.2": "0.9.12",
"1.10.0": "0.9.12",
"1.10.1": "0.9.12",
"1.10.2": "0.9.12",
"1.10.3": "0.9.12",
"1.10.4": "0.9.12",
"1.10.5": "0.9.12",
"1.10.6": "0.9.12",
"1.10.7": "0.9.12",
"1.10.8": "0.9.12",
"1.10.9": "0.9.12",
"1.11.0": "0.9.12"
"1.0.0": "0.9.12",
"1.0.1": "0.9.12",
"1.0.2": "0.9.12",
"1.1.0": "0.9.12",
"1.2.0": "0.9.12",
"1.2.1": "0.9.12",
"1.3.0": "0.9.12",
"1.4.0": "0.9.12",
"1.4.1": "0.9.12",
"1.5.0": "0.9.12",
"1.5.1": "0.9.12",
"1.6.0": "0.9.12",
"1.6.1": "0.9.12",
"1.7.0": "0.9.12",
"1.8.0": "0.9.12",
"1.8.1": "0.9.12",
"1.8.2": "0.9.12",
"1.9.0": "0.9.12",
"1.9.1": "0.9.12",
"1.9.2": "0.9.12",
"1.10.0": "0.9.12",
"1.10.1": "0.9.12",
"1.10.2": "0.9.12",
"1.10.3": "0.9.12",
"1.10.4": "0.9.12",
"1.10.5": "0.9.12",
"1.10.6": "0.9.12",
"1.10.7": "0.9.12",
"1.10.8": "0.9.12",
"1.10.9": "0.9.12",
"1.11.0": "0.9.12",
"1.12.0": "0.9.12"
}

0 comments on commit 4b37f3a

Please sign in to comment.