Skip to content

Latest commit

 

History

History
173 lines (107 loc) · 4.84 KB

CHANGELOG.md

File metadata and controls

173 lines (107 loc) · 4.84 KB

Changelog

All notable changes to "Au3NewProject" will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Go to legend for further information about the types of changes.

1.12.0 - 2022-09-15

Added

  • Border color change functionality on hover on the two new tags.
  • Differentiation whether the changelog is generated for GitHub or for GitLab.
  • Differentiation whether the readme is generated for GitHub or for GitLab.
  • Gitlab input fields for username and url (also toggled, show/hide).
  • Interaction/focus for the two gitab inputs (also with border color change).
  • Toggle between GitLab tag and GitHub repo checkbox.
  • Two new tags for GitHub and GitLab (only on GUI for now).

Changed

  • License and .gitignore file will now always be generated. No matter github structure or not.
  • Small code improvements of the usage of booleans.
  • Style of license file.

1.11.0 - 2022-08-03

Changed

  • Project file structure to fit own defaults.

1.10.0 - 2022-08-02

Changed

  • Project source file renaming to Main.au3 and ReadMe adjustments.

1.9.0 - 2022-08-02

Changed

  • Creation of changelog file and readme file is default now, instead of only when github repository structure is chosen.
  • Project folder structure. Icons, images and screenshots are now in media folder.

1.8.0 - 2022-08-02

Added

  • Unreleased section to changelog file.

Changed

  • Minor adjustments.
  • Project file (Main.au3) prefilled content.
  • Version bump.

Removed

  • Structure outdated source files.

1.7.0 - 2022-02-14

Changed

  • All function names renamed to start with capital letter.
  • Version bump.

1.6.0 - 2022-02-10

Added

  • FAQ section to README.md file.

Changed

  • Move "Keyboard shortcuts" section into "Getting started" section (as sub section after "Usage").
  • Include the FAQ structure into the creation file FileContent.au3.
  • Version bump.

1.5.0 - 2022-02-10

Added

  • Links to the project badges/icons.

Changed

  • Adjustment of the project badges/icons within the creation file FileContent.au3.
  • Version bump.

1.4.0 - 2022-02-09

Changed

  • Update of documents/templates (bug report-, feature request- and pull request template).
  • Update of the contributing file.
  • Adjustment of the texts of the documents templates within the creation file FileContent.au3.
  • Version bump.

Removed

  • Unnecessary documents/templates in docs directory.
  • Code to generate these unnecessary files in docs.

1.3.0 - 2022-02-09

Changed

  • Code of Conduct update to their version v2.1.
  • Version bump.

1.2.0 - 2022-02-08

Changed

  • Copyright year update of LICENSE.md file.
  • Changelog template adjustment (scroll up and scroll down).

1.1.0 - 2021-10-19

Added

  • Compiler information to executable.

Changed

  • File content of generated project au3 source file (regarding compiler information).

1.0.0 - 2021-10-08

Added

  • All repository data and dependencies (already added before in version v0.18.0).

Changed

  • AutoIt Code formatting to the common notation without additional spaces after opened brackets and before closed brackets.

Legend - Types of changes

  • Added for new features.
  • Changed for changes in existing functionality.
  • Deprecated for soon-to-be removed features.
  • Fixed for any bug fixes.
  • Removed for now removed features.
  • Security in case of vulnerabilities.

To the top