Skip to content

Latest commit

 

History

History
86 lines (70 loc) · 2.17 KB

CHANGELOG.md

File metadata and controls

86 lines (70 loc) · 2.17 KB

Changelog

2.2.0

  • Fixed bug with incorrect space replacements
  • Refactored randomizer code
  • Added more template examples

2.0.1

  • Fixed bug with extra spaces appearing (#12)

2.0.0

  • Added new command-line version
  • Error handling and help support in CLI
  • Added label tags for option selection
  • Fixed extra space cleanup in output

1.4.0

  • Increased character limit from 4000 to 10000
  • Fixed autofocus issue on the form page

1.3.2

  • Added IDs to result count selection
  • Updated license URL
  • Added screenshots to README.md
  • Updated GitHub repo files (DOCUMENTATION, ISSUE_TEMPLATE, README)
  • Changed repository name case: Ad-Generator → ad-generator
  • Updated translation files

1.3.1

  • Improved result formatting
  • Updated translations

1.3.0

  • Added option to select the number of results displayed

1.2.3

  • %rand% now returns a random number from 0 to 9
  • Fixed issue with stray \ characters
  • Code formatting and optimization

1.2.2

  • Multilingual support added (currently Russian and English)

1.2.1

  • Added automatic updates via GitHub Updater
  • Updated changelog.md
  • Added package metadata
  • Fixed /languages/ path
  • Updated generator template

1.2.0

  • Added support for language files
  • Included Russian and English translations
  • Updated placeholder text samples
  • Reduced max input length to 4000 characters

1.1.1

  • Added IDs to all fields and elements
  • Adjusted input width for mobile optimization
  • UI styling improvements
  • Added composer support (composer.json)
  • Expanded ISSUE_TEMPLATE.md
  • Code optimization

1.1.0

  • Fixed issue with multiple spaces
  • Added GitHub project link
  • Added "Clear Results" button
  • Improved result formatting and layout
  • Better handling of varying result counts
  • Removed excessive slashes from output

1.0.2

  • Fixed line break issue
  • Added GitHub files
  • Fixed output formatting

1.0.1

  • Merged logic into a single function, removed redundant code, fixed bugs
  • Successfully tested on a demo site
    Next steps:
  • Improve visual design
  • Ensure generated results include proper line breaks

1.0.0

  • Initial Release