Skip to content

Commit

Permalink
Changed: Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven-Seyfert committed May 16, 2023
1 parent 4ed4377 commit fabe588
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 7 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,17 @@ Go to [legend](#legend---types-of-changes) for further information about the typ

## [Unreleased]

## [1.8.0] - 2023-05-16

### Changed

- Update copyright year to 2023.
- Version bump.

### Security

- Update jQuery version to v3.7.0.

## [1.7.0] - 2022-08-03

### Changed
Expand Down Expand Up @@ -78,7 +89,8 @@ Go to [legend](#legend---types-of-changes) for further information about the typ

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

[Unreleased]: https://github.com/Sven-Seyfert/Au3LogFramework/compare/v1.7.0...HEAD
[Unreleased]: https://github.com/Sven-Seyfert/Au3LogFramework/compare/v1.8.0...HEAD
[1.8.0]: https://github.com/Sven-Seyfert/Au3LogFramework/compare/v1.7.0...v1.8.0
[1.7.0]: https://github.com/Sven-Seyfert/Au3LogFramework/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/Sven-Seyfert/Au3LogFramework/compare/v1.5.0...v1.6.0
[1.5.0]: https://github.com/Sven-Seyfert/Au3LogFramework/compare/v1.4.0...v1.5.0
Expand All @@ -101,4 +113,4 @@ Go to [legend](#legend---types-of-changes) for further information about the typ

##

[To the top](#)
[To the top](#)
Binary file modified build/Au3LogFramework.exe
Binary file not shown.
6 changes: 3 additions & 3 deletions examples/AutoIt/Example.au3
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
; compiler information for AutoIt
#pragma compile(CompanyName, © SOLVE SMART)
#pragma compile(FileVersion, 1.7.0)
#pragma compile(FileVersion, 1.8.0)
#pragma compile(LegalCopyright, © Sven Seyfert)
#pragma compile(ProductName, Example)
#pragma compile(ProductVersion, 1.7.0 - 2022-08-03)
#pragma compile(ProductVersion, 1.8.0 - 2023-05-16)

#AutoIt3Wrapper_AU3Check_Stop_OnWarning=y
#AutoIt3Wrapper_Icon=..\..\media\icons\favicon.ico
Expand Down Expand Up @@ -129,7 +129,7 @@ Func _RandomWords($iWords = 30)
EndFunc

Func _RandomSleep()
Sleep(Random(500, 1250, 1))
;~ Sleep(Random(500, 1250, 1))
EndFunc


Expand Down
Binary file modified examples/AutoIt/Example.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Main.au3
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
; compiler information for AutoIt
#pragma compile(CompanyName, © SOLVE SMART)
#pragma compile(FileVersion, 1.7.0)
#pragma compile(FileVersion, 1.8.0)
#pragma compile(LegalCopyright, © Sven Seyfert)
#pragma compile(ProductName, Au3LogFramework)
#pragma compile(ProductVersion, 1.7.0 - 2022-08-03)
#pragma compile(ProductVersion, 1.8.0 - 2023-05-16)

#AutoIt3Wrapper_AU3Check_Stop_OnWarning=y
#AutoIt3Wrapper_Icon=..\media\icons\favicon.ico
Expand Down

0 comments on commit fabe588

Please sign in to comment.