diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 600baf66..e4b78ada 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -125,7 +125,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: - title: Release Discussion for v${{ steps.package_version.outputs.version }} + title: "🥳 Hey, it's an update: v${{ steps.package_version.outputs.version }}" body: ${{ steps.github_release.outputs.changelog }} repository-id: ${{ secrets.repository_id }} category-id: ${{ secrets.category_id }} diff --git a/licenses.txt b/licenses.txt index fe517c31..516922f8 100644 --- a/licenses.txt +++ b/licenses.txt @@ -27,7 +27,7 @@ js-yaml@4.1.0 ├─ publisher: Vladimir Zapparov └─ email: dervus.grim@gmail.com -save-my-phind@2.6.6 +save-my-phind@2.7.0 └─ licenses: Custom: https://save.hugocollin.com/get showdown@2.1.0 diff --git a/package.json b/package.json index db90de90..a06b9974 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "save-my-phind", - "version": "2.6.6", + "version": "2.7.0", "license": "RMD-C v1.0 License", "scripts": { "--- Node scripts": "---", diff --git a/src/assets/updateNotes.md b/src/assets/updateNotes.md index 816db01b..bd55a526 100644 --- a/src/assets/updateNotes.md +++ b/src/assets/updateNotes.md @@ -1,4 +1,8 @@ # Update notes +# 2.7.0 +🎩 New feature: Export Perplexity Pages! +You asked it, you got it! Just click the extension icon when you're on a Perplexity Page and see the magic happen! + # 2.6.6 🐞 Fixing some bugs Perplexity sources export corrected and some awkward behaviours solved. Enjoy! @@ -157,3 +161,10 @@ Save my AI - Phind and Perplexity Exporter [//]: # (Phind changed its UI, so the extension is now a bit lost. I'm working on it, but it could take some time. Sorry for the inconvenience!) [//]: # (👽 New feature: Export to CSV!) + + +[//]: # (You asked for it, and here it is!) + +[//]: # (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!) diff --git a/src/infos.json b/src/infos.json index 615e3c2d..175a9775 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.6.6", + "APP_VERSION": "2.7.0", "APP_MODE": "dev", "URLS": { "REPOSITORY": "https://github.com/Hugo-COLLIN/SaveMyPhind-conversation-exporter", diff --git a/src/manifest.json b/src/manifest.json index 89a236c0..3996035a 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.6.6", + "version": "2.7.0", "description": "🚀 Export your Phind, Perplexity and MaxAI-Google search threads into markdown files!", "icons": { "16": "assets/icons/icon-16.png",