pinokiod 3.140.0 → 3.141.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pinokiod",
3
- "version": "3.140.0",
3
+ "version": "3.141.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -480,7 +480,7 @@ const ensureTabAccessories = aggregateDebounce(() => {
480
480
  const title = tab ? tab.textContent.trim() : 'Tab activity';
481
481
  //const subtitle = title || 'Pinokio';
482
482
  //const message = state.lastInput ? `Last input: ${state.lastInput}` : 'Tab is now idle.';
483
- const message = state.lastInput ? `Response to: "${state.lastInput}` : "Tab is now idle."
483
+ const message = state.lastInput ? `From: "${state.lastInput}"` : "Tab is now idle."
484
484
  const image = resolveTabImage(link);
485
485
 
486
486
  const payload = {