Skip to content

Releases: Hugo-COLLIN/SaveMyPhind-conversation-exporter

v1.9.9

04 Aug 03:04
Compare
Choose a tag to compare

Features:

  • Search bar above threads list to filter threads
  • Open a form when uninstalled to ask for feedback
  • Add type (Phind Search, Phind Pair, ChatGPT) between date and title in filename + in header link

Bugs fixed:

  • "Rate on Chrome Web Store" for Firefox users
    => Specify both links in infos.json and change for each browser
  • Page title bug
  • Fetch extension infos corrctly

Security and maintenance:

  • Externalize popup text into an external file
  • Divide contentScript code into modules

v1.8.4

24 Jul 22:30
Compare
Choose a tag to compare

Features:

  • "Export This Thread" button into the Phind interface to export the current thread
  • New "Export All Threads" button into the Phind interface to export all threads!
  • Update modal to inform users about the new features

Bugs fixed:

  • Fix filename export error

Security and maintenance:

  • Module structure improvements

v1.5.3

20 Jul 17:27
Compare
Choose a tag to compare

Features:

  • Pair programmer:
    • Export Sources correctly
    • Export All Search results correctly
    • Put correct index before links both in sources and all search results list

Bugs fixed:

  • Extension icon updated for already opened tabs in windows
  • AI name bug solved (error charAt not a function when no AI name)
  • Fix link formatting with < and > characters
  • Fix text formatting with < and > characters

Security and maintenance:

  • Module structure improvements

v1.2.8

19 Jul 10:59
Compare
Choose a tag to compare

Features:

  • Icon is adapted to each site (Phind, disabled, etc.)

Bugs fixed:

  • File title error in "Pair programmer" due to removed textbox
  • Make extension icon with transparent background

Security and maintenance:

  • Module structure improvements

v1.0.1

05 Jul 18:18
Compare
Choose a tag to compare

Features:

  • Save my Phind is available on Firefox πŸŽ‰

Security and maintenance:

  • Divide code into modules
  • Remove unused libraries
  • Use npm to manage dependencies
  • License list generation
  • Build automation

v0.21.1

26 Jun 20:33
Compare
Choose a tag to compare

Feature:

  • Export Phind Pair Programming threads!!!

v0.20.3

26 Jun 01:44
Compare
Choose a tag to compare

v0.20.3

Features:

  • Reduce file title length and move the next as the subtitle
  • Title stops at the first line break (and ending whitespaces are removed)
  • Export complete user questions unfolding and refolding them
  • Copy to clipboard when clicking on the extension icon (in addition to file download πŸ˜‰)

Security and maintenance:

  • Comments + better code structuration

Bugs fixed:

  • Reduced filename length (too long titles can cause problems with OS or Git)
  • Import line breaks in user questions and search bar (Phind uses spaces as line breaks)
  • Some structure improvements in markdown export

v0.16.2

06 Jun 19:57
Compare
Choose a tag to compare

Features:

  • Model name instead of "AI Answer" (e.g. "GPT-3.5 Answer", "Phind Answer")
  • Source numbers next to the source links (numbered list corresponding to citations)
  • Export question above sources
  • Code type (language) specified in codeblocks

Bugs fixed:

  • Special characters in title were not correctly formatted (e.g. "\n" should be "\n")

v0.13.2

17 May 19:20
Compare
Choose a tag to compare

Features:

  • Export citations

Bugs fixed:

  • Fix not exporting AI response when citations are present
  • Fix broken links with square brackets

v0.12.2

14 May 12:34
Compare
Choose a tag to compare

Bugs fixed :

  • AI response and sources are back
  • Now code blocks are correctly structured