From 661b2fe076cce901ce10017d26aab8b135d91585 Mon Sep 17 00:00:00 2001 From: Luca Beltrame Date: Mon, 11 May 2015 07:37:44 +0200 Subject: [PATCH] Put some teasers on posts to make them look less ugly --- ...22-danbooru-client-0-2-0-released.markdown | 30 +------------------ .../2015-02-23-danbooru-client-0-3-0.markdown | 13 ++++---- 2 files changed, 8 insertions(+), 35 deletions(-) diff --git a/_posts/2015-02-22-danbooru-client-0-2-0-released.markdown b/_posts/2015-02-22-danbooru-client-0-2-0-released.markdown index 8884c98..be65991 100644 --- a/_posts/2015-02-22-danbooru-client-0-2-0-released.markdown +++ b/_posts/2015-02-22-danbooru-client-0-2-0-released.markdown @@ -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! diff --git a/_posts/2015-02-23-danbooru-client-0-3-0.markdown b/_posts/2015-02-23-danbooru-client-0-3-0.markdown index ca07680..fc8df07 100644 --- a/_posts/2015-02-23-danbooru-client-0-3-0.markdown +++ b/_posts/2015-02-23-danbooru-client-0-3-0.markdown @@ -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)