Skip to content

Commit

Permalink
Release Notes for 0.0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
saertna committed Sep 5, 2024
1 parent d358c18 commit 0747c54
Showing 1 changed file with 13 additions and 3 deletions.
16 changes: 13 additions & 3 deletions src/Messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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...
<div class="ex-coffee-div"><a href="https://ko-fi.com/andreastrebing"><img src="https://cdn.ko-fi.com/cdn/kofi3.png?v=3" height=45></a></div>
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.
Expand All @@ -21,7 +31,7 @@ I develop this plugin as a hobby, spending my free time doing this. If you find
<iframe width="560" height="315" src="https://www.youtube.com/embed/BOc5jzh_WtM?si=861K3FNrfAu0jJNI" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe>
</div></div>
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:
Expand All @@ -33,7 +43,7 @@ description: |-2
^levelAndPoints
\`\`\`chart
type: bar
labels: [Expririence]
labels: [Experience]
series:
- title: points reached
data: [0]
Expand Down Expand Up @@ -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!`,
Expand Down

0 comments on commit 0747c54

Please sign in to comment.