Skip to content

Latest commit

 

History

History
116 lines (71 loc) · 3.02 KB

CHANGELOG.md

File metadata and controls

116 lines (71 loc) · 3.02 KB

Changelog

All notable changes to "Au3QuickClip" 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.7.0 - 2022-09-14

Changed

  • Bigger code refactoring to achieve my current quality and code style standards.
  • Small README adjustment because of the removed functionality of toggle desktop icons.
  • Style of license file.
  • Utility script structure.

1.6.0 - 2022-08-05

Changed

  • Project file structure to fit the default from Au3NewProject.

Fixed

  • Correct version reference in changelog file.

1.5.0 - 2022-03-11

Added

  • Section "Unreleased" to changelog file.

Changed

  • Restructure utility script CryptTest.au3.
  • Version bump.

1.4.0 - 2022-02-14

Changed

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

1.3.0 - 2022-02-10

Added

  • Links to the project badges/icons.
  • FAQ section to README.md file.

Changed

  • Move "Keyboard shortcuts" section into "Getting started" section (as sub section after "Usage").
  • Version bump.

1.2.0 - 2022-02-09

Changed

  • Update copyright year to 2022 in LICENSE.md file.
  • Update of documents/templates (bug report-, feature request- and pull request template).
  • Update of the contributing file.
  • Code of Conduct update to their version v2.1.
  • Version bump.

Removed

  • Unnecessary documents/templates in docs directory.

1.1.0 - 2021-10-21

Added

  • Compiler information to executable.

1.0.0 - 2021-10-08

Added

  • All repository data and dependencies (already added before in version v0.5.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