diff --git a/licenses.txt b/licenses.txt index cecb90bc..b6167b7c 100644 --- a/licenses.txt +++ b/licenses.txt @@ -122,7 +122,7 @@ qr-creator@1.0.0 ├─ publisher: Nimiq └─ url: www.nimiq.com -save-my-phind@2.9.6 +save-my-phind@2.9.7 └─ licenses: Custom: https://save.hugocollin.com/get showdown@2.1.0 diff --git a/package.json b/package.json index c324c9ba..b138b7be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "save-my-phind", - "version": "2.9.6", + "version": "2.9.7", "license": "RMD-C v1.0 License", "scripts": { "--- Node scripts": "---", diff --git a/src/assets/updateNotes.md b/src/assets/updateNotes.md index 8367f61f..e57ba478 100644 --- a/src/assets/updateNotes.md +++ b/src/assets/updateNotes.md @@ -1,4 +1,26 @@ # Update notes +# 2.9.7 +🐞 Fixing some bugs +Thanks to user feedback, Perplexity Search export is no longer duplicated, Perplexity Pages titles are now correctly exported +and exported titles are shortened again. Enjoy! + +A few days ago, in v2.9.6: + +🚀 Reached 2000 users! +You're more and more to use this extension, and I'm glad to see that it's useful for you. +Thank you all for your feedback and feature requests! +If you have any, feel free to contact me at hcollin.dev@gmail.com or on the GitHub repository. + +🔥 Hot ahead! Options page and custom filename are coming! +Right-click on the extension icon and select "⚙️ Export Options" to see the new Options page! +You can now choose the filename format by using placeholders. More settings to come! + +🛸 Fixing Perplexity export (and a bit Phind) +Perplexity Pages interface changed, so the extension was a bit lost. +Now, content is now correctly exported again and with images! +Plus, Perplexity sources are better formatted and Youtube links are exported again. +Plus (again), tables are now correctly formatted in Phind and Perplexity exports! + # 2.9.6 🚀 Reached 2000 users! You're more and more to use this extension, and I'm glad to see that it's useful for you. @@ -189,3 +211,5 @@ Save my AI - Phind and Perplexity Exporter [//]: # (The extension is now able to export Perplexity Pages into markdown files! Just click the extension icon and see the magic happen!) [//]: # (You can now export your favorite Perplexity Pages into markdown files! Just click the extension icon and see the magic happen!) + +[//]: # (And in 2.9.6: / Previously, in 2.9.6: / Before that, in 2.9.6: / Some days ago, in 2.9.6: / ) diff --git a/src/infos.json b/src/infos.json index 24b1dc15..977a312d 100644 --- a/src/infos.json +++ b/src/infos.json @@ -3,7 +3,7 @@ "APP_SNAME": "SaveMyChatbot", "APP_LNAME": "Save my Chatbot - AI Conversation Exporter", "APP_ID": "savemyphind@hugocollin.com", - "APP_VERSION": "2.9.6", + "APP_VERSION": "2.9.7", "APP_MODE": "dev", "URLS": { "REPOSITORY": "https://github.com/Hugo-COLLIN/SaveMyPhind-conversation-exporter", diff --git a/src/manifest.json b/src/manifest.json index 73f6c0de..be41ec47 100644 --- a/src/manifest.json +++ b/src/manifest.json @@ -1,7 +1,7 @@ { "manifest_version": 3, "name": "Save my Chatbot - AI Conversation Exporter", - "version": "2.9.6", + "version": "2.9.7", "description": "🚀 Export your Phind, Perplexity and MaxAI-Google search threads into markdown files!", "icons": { "16": "assets/icons/icon-16.png",