Versionsgeschichte von GitLab Ticket Creator

5 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 6.0.1 220.1 KiB Funktioniert mit Thunderbird 91.0 und neuer

Version 6.0.0 220.9 KiB Funktioniert mit Thunderbird 91.0 und neuer

  • Changed
    • Refactored caching mechanism: replaced localStorage with browser.storage.local for improved reliability
    • Updated project structure and utility functions for better maintainability
    • Refactored build versioning process: removed deprecated scripts, updated .gitignore, and added JWT-based publishing
    • Refined build scripts to exclude additional patterns and enhance file management
    • Adjusted toggle visibility position and improved code formatting for readability
    • Updated installation instructions in README files for clarity
  • Added
    • New watermark feature for easier filtering and identification of issues
    • Watermark option in settings, including localization entries and updated options UI
    • Cache management options in settings, including new localization keys for alerts and labels
    • New .gitlab-ci.yml for deployment testing
  • Fixed
    • Corrected path to Enums in background.js


! Important: Due to the cache refactor, your saved GitLab settings (URL and personal access token) need to be re-entered after updating!

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