- 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
- "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
- Externalize popup text into an external file
- Divide contentScript code into modules
- "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
- Fix filename export error
- Module structure improvements
- Pair programmer:
- Export Sources correctly
- Export All Search results correctly
- Put correct index before links both in sources and all search results list
- 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
- Module structure improvements
- Icon is adapted to each site (Phind, disabled, etc.)
- Module structure improvements
- File title error in "Pair programmer" due to removed textbox
- Make extension icon with transparent background
- Make Save my Phind available on Firefox
- Divide code into modules
- Remove unused libraries
- Use
npm
to manage dependencies - License list generation
- Build automation
- Export Phind Pair Programming threads!!!
- 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 😉)
- Comments + better code structuration
- 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
- 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
- Special characters in title were not correctly formatted (e.g. "\n" should be "\n")
- Export citations
- Fix not exporting AI response when citations are present
- Fix broken links with square brackets
- AI response and sources are back
- Now code blocks are correctly formatted
- Now exports source links
- Link to the Phind original search on the file top
- Sanitize HTML code
- Inconsistent spaces between questions and answers
- Fix bug "AI Answer" with user question
- File title is from search bar
- Export conversation to markdown