dennogumi/content/post/2015-02-22-danbooru-client-0-2-0-released.markdown
Luca Beltrame 64b24842b8
All checks were successful
continuous-integration/drone/push Build is passing
Update all posts to not show the header text
2021-01-13 00:05:30 +01:00

57 lines
1.9 KiB
Markdown
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
author: einar
categories:
- Anime
- General
- KDE
- Linux
comments: true
date: "2015-02-22T20:38:02Z"
slug: danbooru-client-0-2-0-released
tags:
- danbooru client
- KDE
- KF5
title: Danbooru Client 0.2.0 released
omit_header_text: true
disable_share: true
wordpress_id: 1376
---
After my previous post, development went quicker than expected, so I've actually managed to get a real version out. ;) So without much ado... here's Danbooru Client 0.2.0!
This redesigned C++ version brings a few more features compared to  the PyKDE4 version, notably:
* Infinite scrolling (experimental) - Just scroll down to load the next set of posts
* QML-based thumbnail view
Click on the image below to have a demonstration of what's in this release (**warning**: 2M GIF file):
[![tmp]({{ site.url }}/images/2015/02/tmp-300x217.gif)]({{ site.url }}/images/2015/02/tmp.gif)
## Downloading
Currently, there is only a source tarball.  For security, I have signed it with my public GPG key (6E1A4E79) and I have also provided a SHA-512 hash of the release.
* [Source tarball (XZ compressed)]({{ site.url }}/releases/danbooru-client-0.2.0.tar.xz)
* [GPG signature]({{ site.url }}/releases/danbooru-client-0.2.0.tar.xz.asc)
* [SHA-512 checksum]({{ site.url }}/releases/danbooru-client-0.2.0.tar.xz.sha512)
## Building and installing
Complete instructions are in the [README](https://git.dennogumi.org/KDE/danbooru-client/src/master/README.md).  You will need KDE Frameworks 5.7 and Qt 5.4.
## Known issues
* The loading animation needs to be made prettier
* Only the first set of pools are downloaded
* Double clicking on an image does nothing (what should it do? let me know)
* No batch downloading (pretty hard to do with QML; I'll try to figure out if it can be done)
* No tooltips for buttons (an oversight - will be fixed in the next release)
Give it a spin, and let me know what you think!