From 5b50976999f73fd67ea81b1429d2a781aeb6a285 Mon Sep 17 00:00:00 2001 From: saertna <83655354+saertna@users.noreply.github.com> Date: Sun, 24 Mar 2024 22:14:28 +0100 Subject: [PATCH] Video for Release 0.0.90 --- manifest.json | 4 ++-- package-lock.json | 4 ++-- package.json | 16 ++++++++-------- src/Messages.ts | 4 ++++ src/constants.ts | 2 +- 5 files changed, 17 insertions(+), 13 deletions(-) diff --git a/manifest.json b/manifest.json index 0edb4d8..3e4eba1 100644 --- a/manifest.json +++ b/manifest.json @@ -1,11 +1,11 @@ { "id": "gamified-pkm", "name": "Gamificate your PKM", - "version": "0.0.89", + "version": "0.0.90", "minAppVersion": "0.15.0", "description": "Enhance your Personal Knowledge Management with gamification elements. Boost motivation and achieve growth as you engage with your PKM.", "author": "Andreas Trebing", "authorUrl": "https://github.com/saertna", "fundingUrl": "https://ko-fi.com/andreastrebing", "isDesktopOnly": false -} +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 3820b78..201abfe 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "obsidian-gamified-pkm", - "version": "0.0.89", + "version": "0.0.90", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "obsidian-gamified-pkm", - "version": "0.0.89", + "version": "0.0.90", "license": "MIT", "dependencies": { "crypto-js": "^4.1.1", diff --git a/package.json b/package.json index cb269db..c9105f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "obsidian-gamified-pkm", - "version": "0.0.89", + "version": "0.0.90", "description": "Enhance your Personal Knowledge Management with gamification elements. Boost motivation and achieve growth as you engage with your PKM.", "main": "main.js", "scripts": { @@ -28,8 +28,8 @@ "ts-node": "^10.9.1" }, "devDependencies": { - "@tsconfig/svelte": "^3.0.0", - "@jridgewell/sourcemap-codec": "^1.4.15", + "@tsconfig/svelte": "^3.0.0", + "@jridgewell/sourcemap-codec": "^1.4.15", "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-node-resolve": "^15.2.3", "@rollup/plugin-replace": "^5.0.5", @@ -44,8 +44,8 @@ "@typescript-eslint/parser": "5.29.0", "builtin-modules": "3.3.0", "esbuild": "0.17.3", - "esbuild-svelte": "^0.7.3", - "eslint": "8.48.0", + "esbuild-svelte": "^0.7.3", + "eslint": "8.48.0", "jest": "^29.6.3", "jest-mock-extended": "^3.0.5", "lint": "^1.1.2", @@ -61,7 +61,7 @@ "ts-jest": "^29.1.1", "tslib": "2.4.0", "typescript": "4.7.4", - "svelte": "^3.57.0", - "svelte-preprocess": "^5.0.3" + "svelte": "^3.57.0", + "svelte-preprocess": "^5.0.3" } -} +} \ No newline at end of file diff --git a/src/Messages.ts b/src/Messages.ts index cbcf036..ae3eb58 100644 --- a/src/Messages.ts +++ b/src/Messages.ts @@ -17,6 +17,10 @@ I develop this plugin as a hobby, spending my free time doing this. If you find ## 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. +
+ +
+ 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): \`\`\` \`\`\`gamification-avatar diff --git a/src/constants.ts b/src/constants.ts index 9dd676a..16333b0 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1,5 +1,5 @@ import { Badge } from './badges' -export const PLUGIN_VERSION = '0.0.89'; +export const PLUGIN_VERSION = '0.0.90'; export const pointsNoteMajurity = 100; export const pointsMajurity = 10; export const pointsForDailyChallenge = 500;