Skip to content

Commit

Permalink
Version 2.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
mplattu committed Oct 18, 2023
1 parent 0d834b0 commit 0dd02c9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,13 @@ However, please report these problems since we would like to make naksu as easy

## Changelog

### 2.0.8 (18-OCT-2023)
- Increased the size and number of rotated log files. Now each log file can be up to 10 megs and rotation stores 5 last files.
- Removed several unnecessary periodical log entries. In some cases there will be an log entry only in case the status changes.
- Log host computer power plan settings.
- Create an unexisting `~/ktp-jako` when sending log files to Abitti support.
- Updated several modules to recent versions.

### 2.0.7 (06-SEP-2023)
- Fix a bug causing Naksu to stop when Exam Server install passphrase was given
on a Linux with Nvidia proprietary display drivers
Expand Down
2 changes: 1 addition & 1 deletion src/naksu/naksu.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (
_ "github.com/andlabs/ui/winmanifest"
)

const thisNaksuVersion = "2.0.7"
const thisNaksuVersion = "2.0.8"

var isDebug bool

Expand Down

0 comments on commit 0dd02c9

Please sign in to comment.