1
0
Fork 0
This repository has been archived on 2021-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
dennogumi.org-archive/_posts/2015-02-22-danbooru-client-0-2-0-released.markdown
2015-05-16 12:26:29 +02:00

56 lines
1.8 KiB
Markdown
Raw 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
comments: true
date: 2015-02-22 20:38:02+00:00
layout: page
slug: danbooru-client-0-2-0-released
title: Danbooru Client 0.2.0 released
wordpress_id: 1376
categories:
- Anime
- General
- KDE
- Linux
tags:
- danbooru client
- KDE
- KF5
---
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!