Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mplattu committed Dec 11, 2020
1 parent 588a59d commit ab08115
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,18 @@ However, please report these problems since we would like to make naksu as easy

## Changelog

### 2.0.0 (11-DEC-2020)

- Install VM directly to VirtualBox without Vagrant
- Retrieve images within a zip file prepared for Balena Etcher
- Get Abitti version string and image zip from a static URL
- Get Matriculation exam image zip from an URL dependent of an install passphrase
- gettext-style localisation
- Suppress some repeating log messages
- Turn automatic updates back on from UI if disabled
- Improve error message when detected Windows Hypervisor
- Improve log messages on VBoxManage errors

### 1.12.2 (21-AUG-2020)

- Fix failing WMI queries (Windows)
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 version = "1.12.2"
const version = "2.0.0"

var isDebug bool

Expand Down

0 comments on commit ab08115

Please sign in to comment.