Skip to content

Commit a2ce02f

Browse files
xmokraycastbot
andauthored
[Envato] Fix issue where "accountEnvato" would crash on first run due to missing cache + more (#23072)
* [Envato] fix some issues * [Envato] fix name as 'undefined undefined' in accountEnvato * [Envato] add CHANGELOG entry title * Update CHANGELOG.md and add platforms field --------- Co-authored-by: raycastbot <[email protected]>
1 parent b9713c4 commit a2ce02f

16 files changed

+2368
-1030
lines changed

extensions/envato/.eslintrc.json

Lines changed: 0 additions & 4 deletions
This file was deleted.

extensions/envato/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Envato Changelog
22

3+
## [Fix Issue in Portfolio + Modernize] - 2025-11-24
4+
5+
- Modernize to use latest Raycast eslint configuration
6+
- Fix issue where "accountEnvato" would crash on first run due to missing cache
7+
- Show tooltip on badges
8+
- Add error handling in case of failed download link retrieval
9+
- Show _error_code_ in error message
10+
- Fix "verifyPurchaseCode" where it would resubmit onchange
11+
312
## [Search Items + Purchases Enhancements] - 2024-12-02
413

514
- Tweak title and description of extension

extensions/envato/eslint.config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
const { defineConfig } = require("eslint/config");
2+
const raycastConfig = require("@raycast/eslint-config");
3+
4+
module.exports = defineConfig([
5+
...raycastConfig,
6+
]);

0 commit comments

Comments
 (0)