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 0747c54 commit 9bead57
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/Messages.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ 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>
<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 alt="Support me on Ko-fi (https://ko-fi.com/andreastrebing)"></a></div>
It would mean a lot to me.
`,
Expand All @@ -22,13 +22,14 @@ It would mean a lot to me.
- 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`,
- Avatar Markdown File is obsolete and is not actualized anymore
- Badges are not shown anymore. They are still saved and be shown again in a later release`,
"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.
<div class="excalidraw-videoWrapper"><div>
<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>
<iframe width="560" height="315" src="https://www.youtube.com/embed/BOc5jzh_WtM?si=861K3FNrfAu0jJNI" title="YouTube video player" 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 points):
Expand Down

0 comments on commit 9bead57

Please sign in to comment.