Skip to content

Commit

Permalink
2.7.0 (#121)
Browse files Browse the repository at this point in the history
* ci: change discussion name

* docs: update notes

* chore: preprod changes
  • Loading branch information
Hugo-COLLIN authored Jun 24, 2024
1 parent a6033dd commit ffefbb7
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion licenses.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ [email protected]
├─ publisher: Vladimir Zapparov
└─ email: [email protected]

save-my-phind@2.6.6
save-my-phind@2.7.0
└─ licenses: Custom: https://save.hugocollin.com/get

[email protected]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": "---",
Expand Down
11 changes: 11 additions & 0 deletions src/assets/updateNotes.md
Original file line number Diff line number Diff line change
@@ -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!
Expand Down Expand Up @@ -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!)
2 changes: 1 addition & 1 deletion src/infos.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"APP_SNAME": "SaveMyChatbot",
"APP_LNAME": "Save my Chatbot - AI Conversation Exporter",
"APP_ID": "[email protected]",
"APP_VERSION": "2.6.6",
"APP_VERSION": "2.7.0",
"APP_MODE": "dev",
"URLS": {
"REPOSITORY": "https://github.com/Hugo-COLLIN/SaveMyPhind-conversation-exporter",
Expand Down
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit ffefbb7

Please sign in to comment.