Skip to content

Commit

Permalink
Changed: ReadMe content adjustment.
Browse files Browse the repository at this point in the history
  • Loading branch information
sven.seyfert committed Mar 14, 2022
1 parent ed768d5 commit bc6c30d
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 6 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Go to [legend](#legend---types-of-changes) for further information about the typ

## [Unreleased]

## [0.4.0] - 2022-03-14

### Changed

- Minor code improvement.
- ReadMe content adjustment.
- Version bump.

## [0.3.0] - 2022-03-10

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

- All repository data and dependencies.

[Unreleased]: https://github.com/Sven-Seyfert/Au3AnswerByTag/compare/v0.3.0...HEAD
[Unreleased]: https://github.com/Sven-Seyfert/Au3AnswerByTag/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/Sven-Seyfert/Au3AnswerByTag/compare/v0.3.0...v0.4.0
[0.3.0]: https://github.com/Sven-Seyfert/Au3AnswerByTag/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/Sven-Seyfert/Au3AnswerByTag/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/Sven-Seyfert/Au3AnswerByTag/releases/tag/v0.1.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@

## Description

Au3AnswerByTag is a support tool for the Servicedesk employees of [University of Twente](https://www.utwente.nl/en/) in the Netherlands. Answers of repeating questions can be stored within the tool. They can quick and easily found by tags and copied in rich text format style to the email program of choice.
Au3AnswerByTag is a support tool for the Servicedesk employees of a University in the Netherlands. Answers of repeating questions can be stored within the tool (in a database). They can also quick and easily found by tags and copied in rich text format style to the email program of choice.

> Please notice, the program is still in testing phase and I have to add a few more features before it will become a 1.0.0 version.
> Please notice, the program is still in a testing phase. I have to add more description context and probably few more features before it will become a v1.0.0 version.
## Features

Expand Down
Binary file modified build/Au3AnswerByTag.exe
Binary file not shown.
4 changes: 2 additions & 2 deletions src/Au3AnswerByTag.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, 0.3.0)
#pragma compile(FileVersion, 0.4.0)
#pragma compile(LegalCopyright, © Sven Seyfert)
#pragma compile(ProductName, Au3AnswerByTag)
#pragma compile(ProductVersion, 0.3.0 - 2022-03-10)
#pragma compile(ProductVersion, 0.4.0 - 2022-03-14)

#AutoIt3Wrapper_AU3Check_Stop_OnWarning=y
#AutoIt3Wrapper_Icon=..\media\favicon.ico
Expand Down
2 changes: 1 addition & 1 deletion src/HelperFunctions.au3
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Func _OpenConfigFile()
Local Const $iWarningIcon = 48
MsgBox($iWarningIcon, 'Hint', _
'Please notice, in case you change a value in the "config.ini" file, your have to restart to program afterwards. ' & _
'Only then you changes will be active.' )
'Only then you changes will be active.')
EndIf

Run('notepad.exe ' & $sConfigFilePath)
Expand Down

0 comments on commit bc6c30d

Please sign in to comment.