diff --git a/dist/extension.zip b/dist/extension.zip index 6fd3eaf..9db8461 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 a7291a1..2eb3f95 100644 --- a/dist/extension/birb.js +++ b/dist/extension/birb.js @@ -876,7 +876,7 @@ 3500 + Math.random() * 600, 2100 + Math.random() * 200, 1600 + Math.random() * 400]; - const VOLUMES = [0.0001, 0.3, 0.3, 0.0001]; + const VOLUMES = [0.0001, 0.2, 0.2, 0.0001]; const oscillator = this.audioContext.createOscillator(); oscillator.type = "sine"; @@ -1869,7 +1869,7 @@ insertModal(`${birdBirb()} Mode`, message); }), new Separator(), - new MenuItem("2026.1.4", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.1.4"); }, false), + new MenuItem("2026.1.10", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.1.10"); }, false), ]; const styleElement = document.createElement("style"); diff --git a/dist/extension/manifest.json b/dist/extension/manifest.json index 4584664..7a73455 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.1.4", + "version": "2026.1.10", "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 e7f808f..09fa2bf 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.1.4..."); + console.log("Loading Pocket Bird version 2026.1.10..."); const OBSIDIAN_PLUGIN = this; (function () { 'use strict'; @@ -881,7 +881,7 @@ module.exports = class PocketBird extends Plugin { 3500 + Math.random() * 600, 2100 + Math.random() * 200, 1600 + Math.random() * 400]; - const VOLUMES = [0.0001, 0.3, 0.3, 0.0001]; + const VOLUMES = [0.0001, 0.2, 0.2, 0.0001]; const oscillator = this.audioContext.createOscillator(); oscillator.type = "sine"; @@ -1912,7 +1912,7 @@ module.exports = class PocketBird extends Plugin { insertModal(`${birdBirb()} Mode`, message); }), new Separator(), - new MenuItem("2026.1.4", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.1.4"); }, false), + new MenuItem("2026.1.10", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.1.10"); }, false), ]; const styleElement = document.createElement("style"); diff --git a/dist/obsidian/manifest.json b/dist/obsidian/manifest.json index 4aae7d6..0152ace 100644 --- a/dist/obsidian/manifest.json +++ b/dist/obsidian/manifest.json @@ -1,7 +1,7 @@ { "id": "pocket-bird", "name": "Pocket Bird", - "version": "2026.1.4", + "version": "2026.1.10", "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 c8984dc..5d1d897 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.1.4 +// @version 2026.1.10 // @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 @@ -890,7 +890,7 @@ 3500 + Math.random() * 600, 2100 + Math.random() * 200, 1600 + Math.random() * 400]; - const VOLUMES = [0.0001, 0.3, 0.3, 0.0001]; + const VOLUMES = [0.0001, 0.2, 0.2, 0.0001]; const oscillator = this.audioContext.createOscillator(); oscillator.type = "sine"; @@ -1874,7 +1874,7 @@ insertModal(`${birdBirb()} Mode`, message); }), new Separator(), - new MenuItem("2026.1.4", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.1.4"); }, false), + new MenuItem("2026.1.10", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.1.10"); }, false), ]; const styleElement = document.createElement("style"); diff --git a/dist/web/birb.embed.js b/dist/web/birb.embed.js index 600bea5..10ac911 100644 --- a/dist/web/birb.embed.js +++ b/dist/web/birb.embed.js @@ -876,7 +876,7 @@ 3500 + Math.random() * 600, 2100 + Math.random() * 200, 1600 + Math.random() * 400]; - const VOLUMES = [0.0001, 0.3, 0.3, 0.0001]; + const VOLUMES = [0.0001, 0.2, 0.2, 0.0001]; const oscillator = this.audioContext.createOscillator(); oscillator.type = "sine"; @@ -1854,7 +1854,7 @@ insertModal(`${birdBirb()} Mode`, message); }), new Separator(), - new MenuItem("2026.1.4", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.1.4"); }, false), + new MenuItem("2026.1.10", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.1.10"); }, false), ]; const styleElement = document.createElement("style"); diff --git a/dist/web/birb.js b/dist/web/birb.js index 600bea5..10ac911 100644 --- a/dist/web/birb.js +++ b/dist/web/birb.js @@ -876,7 +876,7 @@ 3500 + Math.random() * 600, 2100 + Math.random() * 200, 1600 + Math.random() * 400]; - const VOLUMES = [0.0001, 0.3, 0.3, 0.0001]; + const VOLUMES = [0.0001, 0.2, 0.2, 0.0001]; const oscillator = this.audioContext.createOscillator(); oscillator.type = "sine"; @@ -1854,7 +1854,7 @@ insertModal(`${birdBirb()} Mode`, message); }), new Separator(), - new MenuItem("2026.1.4", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.1.4"); }, false), + new MenuItem("2026.1.10", () => { alert("Thank you for using Pocket Bird! You are on version: 2026.1.10"); }, false), ]; const styleElement = document.createElement("style"); diff --git a/src/sound.js b/src/sound.js index 1756d8d..9635632 100644 --- a/src/sound.js +++ b/src/sound.js @@ -17,7 +17,7 @@ export class Birdsong { 3500 + Math.random() * 600, 2100 + Math.random() * 200, 1600 + Math.random() * 400]; - const VOLUMES = [0.0001, 0.3, 0.3, 0.0001]; + const VOLUMES = [0.0001, 0.2, 0.2, 0.0001]; const oscillator = this.audioContext.createOscillator(); oscillator.type = "sine";