Skip to content

Releases: Jemeni11/TalesTrove

v1.3.0

03 Feb 21:01
cb87004
Compare
Choose a tag to compare

TalesTrove v1.3.0 Release Notes

🚀 Changelog

Added

  • Support for https://forum.spacebattles.com/* in browser permissions

Changed

  • Updated SpaceBattles adapter to only use forums.spacebattles.com URLs
  • Updated README to include more comprehensive information about fichub-cli and FanFicFare
  • Added FanFicFare to the LinksOnly TXT feature description

Fixed

  • Corrected URL handling for SpaceBattles thread and member links

Changelog file: https://github.com/Jemeni11/TalesTrove/blob/main/CHANGELOG.md
Compare to the previous version: v1.2.0...v1.3.0

🛠️ Future Plans

  • Support for Archive of Our Own Bookmarks.

🔧 Installation

Use the pre-built files attached to this release to get started:

  1. Chrome/Chromium:
    • Download and extract chrome-mv3-prod.zip.
    • Enable Developer Mode in chrome://extensions.
    • Click Load Unpacked and select the extracted folder.
  2. Firefox:
    • Download and extract firefox-mv2-prod.zip.
    • Go to about:debugging#/runtime/this-firefox.
    • Click Load Temporary Add-on... and select the manifest.json file in the extracted folder.

❓ Usage

  1. Log in to your accounts on supported platforms.
  2. Click the TalesTrove extension icon in your browser.
  3. Configure your preferences for each platform.
  4. Use the "Download Links" section to export your saved links in your preferred format.

About Me

Hello there! I'm Emmanuel Jemeni, and I am a Frontend Developer.

You can find me on various platforms:

If you'd like, you can support me on GitHub Sponsors or Buy Me A Coffee.

Thank you for checking out TalesTrove! For questions or feedback, please visit the GitHub repository.

v1.2.0

25 Jan 15:03
b92ab7b
Compare
Choose a tag to compare

TalesTrove v1.2.0 Release Notes

🚀 Changelog

Added:

  • New Export Format: LinksOnlyTXT for better compatibility with other tools.
  • New Icon: LinksOnlyTXTIcon in src/icons.tsx to support the new export format visually.
  • Microsoft Edge Add-ons Link: Added a link in the README.md for easy access to the Edge extension.

Changed:

  • Updated the format parameter type in handleExport function from string to fileFormatTypeKey for improved type safety in src/utils/handleExport.ts.
  • Refreshed icons and labels in src/components/views/Main.tsx for a more polished UI.
  • Updated the GitHub link label in src/components/views/Footer.tsx for clarity.
  • Enhanced the export handler function to use fileFormatTypeKey consistently across various sections in src/popup.tsx.
  • Marked the note in the README.md as important for better visibility.

Fixed:

  • Corrected the selectedSitesCount calculation in src/components/views/Main.tsx to ensure accurate counts.

Changelog file: https://github.com/Jemeni11/TalesTrove/blob/main/CHANGELOG.md
Compare to the previous version: v1.1.0...v1.2.0

🛠️ Future Plans

  • Support for Archive of Our Own Bookmarks.

🔧 Installation

Use the pre-built files attached to this release to get started:

  1. Chrome/Chromium:
    • Download and extract chrome-mv3-prod.zip.
    • Enable Developer Mode in chrome://extensions.
    • Click Load Unpacked and select the extracted folder.
  2. Firefox:
    • Download and extract firefox-mv2-prod.zip.
    • Go to about:debugging#/runtime/this-firefox.
    • Click Load Temporary Add-on... and select the manifest.json file in the extracted folder.

❓ Usage

  1. Log in to your accounts on supported platforms.
  2. Click the TalesTrove extension icon in your browser.
  3. Configure your preferences for each platform.
  4. Use the "Download Links" section to export your saved links in your preferred format.

About Me

Hello there! I'm Emmanuel Jemeni, and I am a Frontend Developer.

You can find me on various platforms:

If you'd like, you can support me on GitHub Sponsors or Buy Me A Coffee.

Thank you for checking out TalesTrove! For questions or feedback, please visit the GitHub repository.

v1.1.0

19 Jan 18:43
df4d7c8
Compare
Choose a tag to compare

TalesTrove v1.1.0 Release Notes

🚀 Changelog

Added:

  • Space Battles (Following Threads) support
  • Sufficient Velocity (Following Threads) support
  • Ao3 Bookmarks section in the docs: Archive of Our Own Bookmarks are now included in the planned support area for future integration.

Changed:

  • Renamed QQDataType to XenForoDataType for improved clarity.
  • Simplified subDataParams and expandedSectionsType for better maintainability.

Removed:

  • Removed unnecessary await from exportHandler in popup.tsx.

Changelog file: https://github.com/Jemeni11/TalesTrove/blob/main/CHANGELOG.md
Compare to the previous version: v1.0.0...v1.1.0

🛠️ Future Plans

  • Support for Archive of Our Own Bookmarks.

🔧 Installation

Use the pre-built files attached to this release to get started:

  1. Chrome/Chromium:
    • Download and extract chrome-mv3-prod.zip.
    • Enable Developer Mode in chrome://extensions.
    • Click Load Unpacked and select the extracted folder.
  2. Firefox:
    • Download and extract firefox-mv2-prod.zip.
    • Go to about:debugging#/runtime/this-firefox.
    • Click Load Temporary Add-on... and select the manifest.json file in the extracted folder.

❓ Usage

  1. Log in to your accounts on supported platforms.
  2. Click the TalesTrove extension icon in your browser.
  3. Configure your preferences for each platform.
  4. Use the "Download Links" section to export your saved links.

About Me

Hello there! I'm Emmanuel Jemeni, and I am a Frontend Developer.

You can find me on various platforms:

If you'd like, you can support me on GitHub Sponsors or Buy Me A Coffee.

Thank you for checking out TalesTrove! For questions or feedback, please visit the GitHub repository.

v1.0.0

19 Jan 16:17
de7016d
Compare
Choose a tag to compare

TalesTrove v1.0.0 Release Notes

I'm excited to announce the release of TalesTrove v1.0.0, a browser extension designed to make saving and organizing links to your favorite fictional stories easier than ever. This initial release supports multiple platforms and offers flexible export options to suit your needs.

🚀 Key Features

  • Save Story Links:
    • FanFiction.net: Favorites and Following.
    • Archive Of Our Own: Work Subscriptions, Series Subscriptions, and Author Subscriptions.
    • QuestionableQuesting: Followed Threads.
  • Flexible Export Options:
    • Save your links in formats like JSON, TXT, CSV, HTML, or Browser Bookmark HTML.
  • User-Friendly Interface: Configure preferences and download links effortlessly.
  • Privacy-First Design:
    • No data collection or sharing—your saved links are stored locally and securely.

🔧 Installation

Use the pre-built files attached to this release to get started:

  1. Chrome/Chromium:
    • Download and extract chrome-mv3-prod.zip.
    • Enable Developer Mode in chrome://extensions.
    • Click Load Unpacked and select the extracted folder.
  2. Firefox:
    • Download and extract firefox-mv2-prod.zip.
    • Go to about:debugging#/runtime/this-firefox.
    • Click Load Temporary Add-on... and select the manifest.json file in the extracted folder.

❓ Usage

  1. Log in to your accounts on supported platforms.
  2. Click the TalesTrove extension icon in your browser.
  3. Configure your preferences for each platform.
  4. Use the "Download Links" section to export your saved links.

🛠️ Future Plans

  • Support for additional sites like SpaceBattles (Following Threads).

🔒 Privacy

TalesTrove respects your privacy:

  • The extension does not collect, store, or share your data.
  • All saved links are stored locally on your computer.

About Me

Hello there! I'm Emmanuel Jemeni, and I am a Frontend Developer.

You can find me on various platforms:

If you'd like, you can support me on GitHub Sponsors or Buy Me A Coffee.

Thank you for checking out TalesTrove! For questions or feedback, please visit the GitHub repository.