Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions extensions/envato/.eslintrc.json

This file was deleted.

9 changes: 9 additions & 0 deletions extensions/envato/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Envato Changelog

## [Fix Issue in Portfolio + Modernize] - 2025-11-24

- Modernize to use latest Raycast eslint configuration
- Fix issue where "accountEnvato" would crash on first run due to missing cache
- Show tooltip on badges
- Add error handling in case of failed download link retrieval
- Show _error_code_ in error message
- Fix "verifyPurchaseCode" where it would resubmit onchange

## [Search Items + Purchases Enhancements] - 2024-12-02

- Tweak title and description of extension
Expand Down
6 changes: 6 additions & 0 deletions extensions/envato/eslint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
const { defineConfig } = require("eslint/config");
const raycastConfig = require("@raycast/eslint-config");

module.exports = defineConfig([
...raycastConfig,
]);
Loading