Put some teasers on posts to make them look less ugly
This commit is contained in:
parent
2c238ae0e5
commit
661b2fe076
2 changed files with 8 additions and 35 deletions
|
@ -15,18 +15,13 @@ tags:
|
|||
- danbooru client
|
||||
- KDE
|
||||
- KF5
|
||||
teaser: 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!
|
||||
---
|
||||
|
||||
After [my previous post](https://www.dennogumi.org/2015/02/sometimes-they-come-back-danbooru-client-ported-to-kf5-and-c/), 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
|
||||
|
||||
|
||||
|
@ -40,19 +35,10 @@ Click on the image below to have a demonstration of what's in this release (**wa
|
|||
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)](https://www.dennogumi.org/releases/danbooru-client-0.2.0.tar.xz)
|
||||
|
||||
|
||||
* [GPG signature](https://www.dennogumi.org/releases/danbooru-client-0.2.0.tar.xz.asc)
|
||||
|
||||
|
||||
* [SHA-512 checksum](https://www.dennogumi.org/releases/danbooru-client-0.2.0.tar.xz.sha512)
|
||||
|
||||
|
||||
|
||||
|
||||
## Building and installing
|
||||
|
||||
|
||||
|
@ -61,24 +47,10 @@ Complete instructions are in the [README](https://git.dennogumi.org/KDE/danbooru
|
|||
|
||||
## 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!
|
||||
|
|
|
@ -13,18 +13,19 @@ categories:
|
|||
tags:
|
||||
- danbooru client
|
||||
- KDE
|
||||
teaser: Following up on yesterday's release, I've released Danbooru Client 0.3.0.
|
||||
---
|
||||
|
||||
Following up on yesterday's release, I've released Danbooru Client 0.3.0. This early new release is mostly due to the fact that the QML view file wasn't installed (sorry!) so part of the UI would not even load (or even crash).
|
||||
This early new release is mostly due to the fact that the QML view file wasn't installed (sorry!) so part of the UI would not even load (or even crash).
|
||||
|
||||
That said, I've managed to get some extra features in:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
* Fade-in/out animation when posts are being downloaded
|
||||
|
||||
|
||||
|
||||
* Support for tagging is back (EXPERIMENTAL): it is optional, and requires KFileMetaData (not yet a framework, but should be distributed with Plasma 5).
|
||||
|
||||
|
||||
|
@ -37,13 +38,13 @@ Currently, there is only a source tarball. For security, I have signed it with
|
|||
|
||||
|
||||
|
||||
|
||||
|
||||
* [Source tarball (XZ compressed)](https://www.dennogumi.org/releases/danbooru-client-0.3.0.tar.xz)
|
||||
|
||||
|
||||
|
||||
* [GPG signature](https://www.dennogumi.org/releases/danbooru-client-0.3.0.tar.xz.asc)
|
||||
|
||||
|
||||
|
||||
* [SHA-512 checksum](https://www.dennogumi.org/releases/danbooru-client-0.3.0.tar.xz.sha512)
|
||||
|
||||
|
||||
|
|
Reference in a new issue