From 0747c54811edc7352150d83e4b5eb8e3319ff88f Mon Sep 17 00:00:00 2001 From: saertna <83655354+saertna@users.noreply.github.com> Date: Thu, 5 Sep 2024 21:55:36 +0200 Subject: [PATCH] Release Notes for 0.0.91 --- src/Messages.ts | 16 +++++++++++++--- 1 file changed, 13 insertions(+), 3 deletions(-) diff --git a/src/Messages.ts b/src/Messages.ts index ae3eb58..8b786e4 100644 --- a/src/Messages.ts +++ b/src/Messages.ts @@ -12,7 +12,17 @@ export const RELEASE_NOTES: { [k: string]: string } = { I develop this plugin as a hobby, spending my free time doing this. If you find it valuable, then please say THANK YOU or...
+ +It would mean a lot to me. `, +"0.0.91": ` +## New +- Profile is transferred to right side leaf + - Enable through settings or with command 'Open Profile Leaf' + - Set a picture from vault as Avatar Profile picture + - adjust in Settings with Color Picker bar colors to layout +## Changed +- Avatar Markdown File is obsolete and is not actualized anymore`, "0.0.90": ` ## New - added an avatar picture field (contribution goes to the obsidian-avatar plugin from froehlichA). When creating the avatar page it will be there. Bellow the code how to exchange in existing profile pages. @@ -21,7 +31,7 @@ I develop this plugin as a hobby, spending my free time doing this. If you find -Replace the first table and bar graph with this and you get the new layout. (don't worry, the data will update with the next received poits): +Replace the first table and bar graph with this and you get the new layout. (don't worry, the data will update with the next received points): \`\`\` \`\`\`gamification-avatar image: @@ -33,7 +43,7 @@ description: |-2 ^levelAndPoints \`\`\`chart type: bar - labels: [Expririence] + labels: [Experience] series: - title: points reached data: [0] @@ -77,7 +87,7 @@ description: |-2 - Store received Badges for recover possibility`, "0.0.84":` ## Improved -- Formating booster board by`, +- Formatting booster board by`, "0.0.8":` ## Start - First Release for the gamified personal knowledge management in Obsidian!`,