Skip to content
This repository was archived by the owner on Jun 27, 2025. It is now read-only.

Commit f311c02

Browse files
committed
fix: mirrow changes
1 parent 435361a commit f311c02

File tree

3 files changed

+20
-13
lines changed

3 files changed

+20
-13
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Change Log
2+
3+
### - 17 February, 2025
4+
- **Update Link:** Recently dhiwise changed the link that refers to the project, so we changed to mirrow the changes. Which previous was `/application` but now it is `/design-converter/application`.
5+
6+
7+
### - 03 September, 2024
8+
9+
- **Copy Confirmation Toast:** Now, when you copy code, a toast message will confirm that the code has been copied to your clipboard. 🚀📋
10+
> ![image](https://github.com/user-attachments/assets/cb5fdfa3-be63-4d00-b4aa-14a3c3cb23e2)
11+
- **Improved Copying Functionality:** Fixed the issue with binary spaces appearing when copying code. Enjoy a cleaner copy experience! 🧹✨
12+
>![image](https://github.com/user-attachments/assets/6fb45595-a6a6-482d-adbf-be7739c432e6)
13+
- **Image Download:** You can now download images (PNG format supported). Click on an image and select "Copy" to download the picture. 🖼️💾
14+
>![image](https://github.com/user-attachments/assets/ae19359a-b9b4-4d0e-b8b8-3d3fec6201b4)
15+
- **Enhanced Code Copy:** Clicking "Copy" on a Dart file will copy the code to your clipboard seamlessly. 📂🔗
16+
>![image](https://github.com/user-attachments/assets/6010b366-4720-4321-852b-da92ad2bc5d7)

README.md

Lines changed: 3 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -7,20 +7,11 @@
77
</p>
88

99
## 🚀 New Features & Fixes 🎉
10-
### - 28 October, 2024
10+
### - 17 February, 2025
1111

12-
- **Note on Copying Behavior:** As of today, if the copy function does not work the first time, please click the button twice. This is not a bug; I am currently working on resolving the inconsistency that causes this behavior, which seems to happen about 1 in 50 attempts. Thank you for your patience!
12+
- **Link Change:** Update the recently link changes to mirrow the dhiwise changes made.
1313

14-
### - 03 September, 2024
15-
16-
- **Copy Confirmation Toast:** Now, when you copy code, a toast message will confirm that the code has been copied to your clipboard. 🚀📋
17-
> ![image](https://github.com/user-attachments/assets/cb5fdfa3-be63-4d00-b4aa-14a3c3cb23e2)
18-
- **Improved Copying Functionality:** Fixed the issue with binary spaces appearing when copying code. Enjoy a cleaner copy experience! 🧹✨
19-
>![image](https://github.com/user-attachments/assets/6fb45595-a6a6-482d-adbf-be7739c432e6)
20-
- **Image Download:** You can now download images (PNG format supported). Click on an image and select "Copy" to download the picture. 🖼️💾
21-
>![image](https://github.com/user-attachments/assets/ae19359a-b9b4-4d0e-b8b8-3d3fec6201b4)
22-
- **Enhanced Code Copy:** Clicking "Copy" on a Dart file will copy the code to your clipboard seamlessly. 📂🔗
23-
>![image](https://github.com/user-attachments/assets/6010b366-4720-4321-852b-da92ad2bc5d7)
14+
[More Changes & Feature](CHANGELOG.md)
2415

2516
Dhiwise Copy Extension is your go-to solution for swift code copying in the Chrome browser, saving you both time and money!
2617

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"content_scripts": [{
1313
"js": ["backend/main.js"],
14-
"matches": ["https://app.dhiwise.com/application/*"]
14+
"matches": ["https://app.dhiwise.com/design-converter/application/*"]
1515
}],
1616
"permissions": [
1717
"activeTab", "tabs"

0 commit comments

Comments
 (0)