Versionsgeschichte von GitLab Issue Creator

3 Versionen

Seien Sie vorsichtig mit alten Versionen!

Diese Versionen werden zu Referenz- und Testzwecken angezeigt. Sie sollten immer die letzte Version eines Add-ons verwenden.

Version 5.4.0 221.8 KiB Funktioniert mit Thunderbird 91.0 und neuer

  • Fixed
    • Issue with forwarded messages not being extracted correctly
    • Issue with signatures not being removed correctly
    • Corrected minor typo in source code
  • Changed
    • Updated signature regex in emailParser to match additional signature formats
    • Improved popup handling and added fallback messages for missing localization keys
    • Refactored emailParser to streamline forwarded message extraction and improve header handling
    • Removed unused watch script from package.json and added packSrc command
    • Added pack-src.js for source packaging
    • Updated .gitignore and README documentation
    • Refactored HTML structure and enhanced CSS styles for consistency and improved visual design
    • Refactored localization keys and improved popup handling
    • Updated localization keys in messages.json and manifest.json to use consistent casing
    • Enhanced error handling in API calls and popup closure
    • Improved notification display function to utilize localized extension name
    • Cleaned up unnecessary code related to API base URL

Version 5.3.1 217.4 KiB Funktioniert mit Thunderbird 91.0 und neuer

  • Changed
    • Refactored entire add-on from GitLab Ticket Creator to GitLab Issue Creator
    • Renamed UI text, files, variables, and localization entries to reflect the new "Issue" terminology
    • Updated popup interface and manifest to support the revised issue creation flow
  • Fixed
    • Incorrect/Not existing key for Issue created Notification
    • Incorrect version naming in previous release metadata

Version 5.3.0 216.3 KiB Funktioniert mit Thunderbird 91.0 und neuer

  • Added
    • Added context menu option to create tickets directly from right-clicking on emails, matching the existing action bar button functionality
  • Changed
    • Moved EasyMDE to node_modules for improved dependency management
    • Updated build instructions in README to reflect current build and development commands
  • Fixed
    • Wrong localization keys and hardcoded strings
    • Incorrect version tag naming in release metadata
    • Broken or outdated links in README and README_en
  • Improved
    • English documentation across README, OPTIONS, and STRUCTURE
    • Clarity in access token setup instructions
    • Project structure descriptions in STRUCTURE