-
Notifications
You must be signed in to change notification settings - Fork 67
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0af0283
commit ca3460a
Showing
5 changed files
with
48 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
## 2.1.2 (2024) | ||
|
||
- feat: Adjust text in the about page | ||
- fix: Tax calculator algorithm | ||
|
||
## 2.1.1 (2024-09-28) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
/** | ||
* Add a config to this file to make the external app available. | ||
*/ | ||
|
||
const data = [ | ||
{ | ||
id: "DrawLink", | ||
name: "DrawLink", | ||
description: "Visualize Any Link with AI. Powered by YGeeker.", | ||
status: "stable", | ||
locale: "en-US", | ||
link: "https://drawl.ink", | ||
icon: "https://drawl.ink/ms-icon-144x144.png", | ||
channel: "external", | ||
platform: ["web", "ios", "android"], | ||
}, | ||
]; | ||
|
||
module.exports = data; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters