Skip to content

Commit

Permalink
chore: release 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pktiuk authored Aug 14, 2021
1 parent 24db5b4 commit 5a4da66
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## [3.1.6](https://github.com/AntiMicroX/antimicrox/tree/3.1.6) (2021-08-14)

[Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.1.5...3.1.6)

**Fixed bugs:**

- Saving logs into file doesn't work properly. [\#78](https://github.com/AntiMicroX/antimicrox/issues/78)
- Doesn't save my configurations/Wont auto load [\#70](https://github.com/AntiMicroX/antimicrox/issues/70)

**Notable closed issues:**

- Refactor logging system [\#177](https://github.com/AntiMicroX/antimicrox/issues/177)

**Other merged pull requests:**

- Add new logs associated with loading profile files [\#182](https://github.com/AntiMicroX/antimicrox/pull/182) ([pktiuk](https://github.com/pktiuk))
- Refactor arguments parsing [\#174](https://github.com/AntiMicroX/antimicrox/pull/174) ([pktiuk](https://github.com/pktiuk))
- docs: Add information about commandline for flatpak packages [\#173](https://github.com/AntiMicroX/antimicrox/pull/173) ([pktiuk](https://github.com/pktiuk))
- Added openSUSE instruction [\#158](https://github.com/AntiMicroX/antimicrox/pull/158) ([Mailaender](https://github.com/Mailaender))

## [3.1.5](https://github.com/AntiMicroX/antimicrox/tree/3.1.5) (2021-03-14)

[Full Changelog](https://github.com/AntiMicroX/antimicrox/compare/3.1.4...3.1.5)
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ endif(COMPILER_SUPPORTS_CXX11)
# The version number.
set(ANTIMICROX_MAJOR_VERSION 3)
set(ANTIMICROX_MINOR_VERSION 1)
set(ANTIMICROX_PATCH_VERSION 5)
set(ANTIMICROX_PATCH_VERSION 6)

option(WITH_TESTS "Allow tests for classes" OFF)

Expand Down

0 comments on commit 5a4da66

Please sign in to comment.