diff --git a/dist/extension.zip b/dist/extension.zip index 2c20ccf..c1b1d6b 100644 Binary files a/dist/extension.zip and b/dist/extension.zip differ diff --git a/dist/extension/birb.js b/dist/extension/birb.js index c106be5..5a66568 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -454,6 +454,22 @@ "beak": "#ab8a98" }, "tags": [] + }, + "houseFinch": { + "name": "House Finch", + "description": "Native to North America, these highly social birds sing cheerful songs and are often seen at bird feeders.", + "colors": { + "face": "#cc3a3f", + "wing": "#ba987f", + "wing-edge": "#8f6c54", + "belly": "#d97c77", + "underbelly": "#d1b196", + "foot": "#705b4c", + "beak": "#cf8479", + "hood": "#b02f35", + "nose": "#ab2b31" + }, + "tags": [] } }; @@ -2374,7 +2390,7 @@ }), new Separator(), new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }), - new MenuItem("2026.3.11", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.11"); }, false), + new MenuItem("2026.3.18", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.18"); }, false), ]; /** @type {Birb} */ diff --git a/dist/extension/manifest.json b/dist/extension/manifest.json index c1c94d8..b448391 100644 --- a/dist/extension/manifest.json +++ b/dist/extension/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 3, "name": "Pocket Bird", "description": "It's a pet bird in your browser, what more could you want?", - "version": "2026.3.11", + "version": "2026.3.18", "homepage_url": "https://idreesinc.com", "icons": { "48": "images/icons/transparent/48x48x1.png", diff --git a/dist/obsidian/main.js b/dist/obsidian/main.js index 9138f16..08a1fdb 100644 --- a/dist/obsidian/main.js +++ b/dist/obsidian/main.js @@ -1,7 +1,7 @@ const { Plugin, Notice } = require('obsidian'); module.exports = class PocketBird extends Plugin { onload() { - console.log("Loading Pocket Bird version 2026.3.11..."); + console.log("Loading Pocket Bird version 2026.3.18..."); const OBSIDIAN_PLUGIN = this; (function () { 'use strict'; @@ -459,6 +459,22 @@ module.exports = class PocketBird extends Plugin { "beak": "#ab8a98" }, "tags": [] + }, + "houseFinch": { + "name": "House Finch", + "description": "Native to North America, these highly social birds sing cheerful songs and are often seen at bird feeders.", + "colors": { + "face": "#cc3a3f", + "wing": "#ba987f", + "wing-edge": "#8f6c54", + "belly": "#d97c77", + "underbelly": "#d1b196", + "foot": "#705b4c", + "beak": "#cf8479", + "hood": "#b02f35", + "nose": "#ab2b31" + }, + "tags": [] } }; @@ -2407,7 +2423,7 @@ module.exports = class PocketBird extends Plugin { }), new Separator(), new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }), - new MenuItem("2026.3.11", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.11"); }, false), + new MenuItem("2026.3.18", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.18"); }, false), ]; /** @type {Birb} */ diff --git a/dist/obsidian/manifest.json b/dist/obsidian/manifest.json index 40deb07..dbeab12 100644 --- a/dist/obsidian/manifest.json +++ b/dist/obsidian/manifest.json @@ -1,7 +1,7 @@ { "id": "pocket-bird", "name": "Pocket Bird", - "version": "2026.3.11", + "version": "2026.3.18", "minAppVersion": "0.15.0", "description": "Add a pet bird to fly around your notes and keep you company!", "author": "Idrees Hassan", diff --git a/dist/userscript/birb.user.js b/dist/userscript/birb.user.js index 75aa338..ff54f9d 100644 --- a/dist/userscript/birb.user.js +++ b/dist/userscript/birb.user.js @@ -1,7 +1,7 @@ // ==UserScript== // @name Pocket Bird // @namespace https://idreesinc.com -// @version 2026.3.11 +// @version 2026.3.18 // @description It's a pet bird in your browser, what more could you want? // @author Idrees // @downloadURL https://github.com/IdreesInc/Pocket-Bird/raw/refs/heads/main/dist/userscript/birb.user.js @@ -468,6 +468,22 @@ "beak": "#ab8a98" }, "tags": [] + }, + "houseFinch": { + "name": "House Finch", + "description": "Native to North America, these highly social birds sing cheerful songs and are often seen at bird feeders.", + "colors": { + "face": "#cc3a3f", + "wing": "#ba987f", + "wing-edge": "#8f6c54", + "belly": "#d97c77", + "underbelly": "#d1b196", + "foot": "#705b4c", + "beak": "#cf8479", + "hood": "#b02f35", + "nose": "#ab2b31" + }, + "tags": [] } }; @@ -2369,7 +2385,7 @@ }), new Separator(), new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }), - new MenuItem("2026.3.11", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.11"); }, false), + new MenuItem("2026.3.18", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.18"); }, false), ]; /** @type {Birb} */ diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 0bddd7c..449868f 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -454,6 +454,22 @@ "beak": "#ab8a98" }, "tags": [] + }, + "houseFinch": { + "name": "House Finch", + "description": "Native to North America, these highly social birds sing cheerful songs and are often seen at bird feeders.", + "colors": { + "face": "#cc3a3f", + "wing": "#ba987f", + "wing-edge": "#8f6c54", + "belly": "#d97c77", + "underbelly": "#d1b196", + "foot": "#705b4c", + "beak": "#cf8479", + "hood": "#b02f35", + "nose": "#ab2b31" + }, + "tags": [] } }; @@ -2349,7 +2365,7 @@ }), new Separator(), new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }), - new MenuItem("2026.3.11", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.11"); }, false), + new MenuItem("2026.3.18", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.18"); }, false), ]; /** @type {Birb} */ diff --git a/dist/web/birb.js b/dist/web/birb.js index 0bddd7c..449868f 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -454,6 +454,22 @@ "beak": "#ab8a98" }, "tags": [] + }, + "houseFinch": { + "name": "House Finch", + "description": "Native to North America, these highly social birds sing cheerful songs and are often seen at bird feeders.", + "colors": { + "face": "#cc3a3f", + "wing": "#ba987f", + "wing-edge": "#8f6c54", + "belly": "#d97c77", + "underbelly": "#d1b196", + "foot": "#705b4c", + "beak": "#cf8479", + "hood": "#b02f35", + "nose": "#ab2b31" + }, + "tags": [] } }; @@ -2349,7 +2365,7 @@ }), new Separator(), new MenuItem(() => `Source Code ${isPetBoostActive() ? " ❤" : ""}`, () => { window.open("https://github.com/IdreesInc/Pocket-Bird"); }), - new MenuItem("2026.3.11", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.11"); }, false), + new MenuItem("2026.3.18", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.3.18"); }, false), ]; /** @type {Birb} */ diff --git a/src/species.js b/src/species.js index 5d538ba..0b22c0f 100644 --- a/src/species.js +++ b/src/species.js @@ -226,5 +226,21 @@ export default { "beak": "#ab8a98" }, "tags": [] + }, + "houseFinch": { + "name": "House Finch", + "description": "Native to North America, these highly social birds sing cheerful songs and are often seen at bird feeders.", + "colors": { + "face": "#cc3a3f", + "wing": "#ba987f", + "wing-edge": "#8f6c54", + "belly": "#d97c77", + "underbelly": "#d1b196", + "foot": "#705b4c", + "beak": "#cf8479", + "hood": "#b02f35", + "nose": "#ab2b31" + }, + "tags": [] } }