Skip to content

Commit

Permalink
Add QtAccountsService announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
plfiorini committed May 28, 2017
1 parent 455fee9 commit 2d4ffca
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions _posts/2017-05-28-qtaccountsservice-1.0.0.markdown
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
layout: post
title: "QtAccountsService 1.0.0"
date: 2017-05-28 15:00:00 +0200
author: plfiorini
categories: blog
tags: announcement release qtaccountsservice
style: blue.css
navitem: nav-blog
---

We are proud to announce the immediate availability of QtAccountsService 1.0.0.

QtAccountsService is a Qt-style wrapper around freedesktop.org [AccountsService][accountsservice] DBus service.

This is the first stable release with the following improvements over the previous release:

* Stable API
* Add UserAccount::setPasswordHint()
* More roles for UsersModel
* Asynchronous users listing
* Addressed issues reported by Clazy level 2 checks
* More examples
* Switch build system from cmake to [Qbs][qbs]

##### Download

You can download the source tarball from [GitHub][tarball]

**SHA256 checksum:** `ccfedf6f36cecfddb053e6cdf7ab4d79ab32e0d9831ae869c21a3f20e5f86ede`


[accountsservice]: http://www.freedesktop.org/wiki/Software/AccountsService
[tarball]: https://github.com/lirios/qtaccountsservice/releases/download/v1.0.0/qtaccountsservice-1.0.0.tar.xz
[qbs]: http://doc.qt.io/qbs/index.html

0 comments on commit 2d4ffca

Please sign in to comment.