aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorfrantic10482015-10-11 20:27:10 +0800
committerfrantic10482015-10-11 20:27:10 +0800
commitdd8eea64ac964ea402fbf987b3f5eca08a4478b3 (patch)
treeca836d9c3f8a465b6cab5d368aaa47451dceb741
parentae2e3f608d117be0577db3101ef4c8b686e73d73 (diff)
downloadaur-dd8eea64ac964ea402fbf987b3f5eca08a4478b3.tar.gz
0.9 release
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
-rw-r--r--kreogist-mu.changelog30
3 files changed, 36 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bf779dc80545..35d1c3ffac7c 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,7 @@
-# Generated by makepkg 4.2.1
-# Sat Oct 10 09:16:39 UTC 2015
pkgbase = kreogist-mu
pkgdesc = Fantastic cross-platform music manager.based on Qt5
- pkgver = 0.8
- pkgrel = 10
+ pkgver = 0.9
+ pkgrel = 1
epoch = 1
url = https://kreogist.github.io/Mu/
changelog = kreogist-mu.changelog
@@ -18,7 +16,7 @@ pkgbase = kreogist-mu
optdepends = gst-plugins-good: good plugin libraries
optdepends = gst-plugins-bad: bad plugin libraries
optdepends = gst-plugins-ugly: ugly plugin libraries
- source = https://github.com/frantic1048/mu-archlinux/releases/download/0.8/kreogist-mu-0.8-x86_64.7z
+ source = https://github.com/frantic1048/mu-archlinux/releases/download/0.9/kreogist-mu-0.9-x86_64.7z
md5sums = ef52dc72deacb1286f5ad221dfeb24c2
pkgname = kreogist-mu
diff --git a/PKGBUILD b/PKGBUILD
index 78fe37d41208..bb4e267d289e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: Frantic1048 <dev_frantic1048@163.com>
pkgname=kreogist-mu
-pkgver='0.8'
-pkgrel=10
+pkgver='0.9'
+pkgrel=1
epoch=1
pkgdesc="Fantastic cross-platform music manager.based on Qt5"
changelog="kreogist-mu.changelog"
@@ -23,7 +23,7 @@ optdepends=(
)
changelog=$pkgname.changelog
source=("https://github.com/frantic1048/mu-archlinux/releases/download/$pkgver/$pkgname-$pkgver-$arch.7z")
-md5sums=('ef52dc72deacb1286f5ad221dfeb24c2')
+md5sums=('69502d653bb9634d308949513e43725b')
package() {
cd "$pkgname-$pkgver-$arch"
diff --git a/kreogist-mu.changelog b/kreogist-mu.changelog
index c7a7d39530a1..74d4c578f54f 100644
--- a/kreogist-mu.changelog
+++ b/kreogist-mu.changelog
@@ -1,2 +1,32 @@
+0.9:
+
+This is the ninth major release of Kreogist μ. Brand new architecture and new user interface will provide you the best experience ever. With the brand new architecture, we can now load thousands of songs less than 1 second. It's seven times faster than iTunes on Windows. The new multiple condition search will make your life much easier. And new vertical mode of the main player can fit your screen right in size.
+This is the last beta version of Kreogist μ. We provides special version for 64bit Windows users: if you know your processor well, you can choose the special compiled version right for your processor to break the performance seal.
+Here're some of updates and bug fix:
+
+- Simplified the KNPluginManager.
+- Update the KNJsonDatabase module to 3.0. Support fast data reading.
+- Support clear up the image directory when loading the images.
+- Increase the write data operation maximum bound to 400.
+- Support show the current playing playlist.
+- Support change the layout in different layout.
+- Support display codec of the file in main player.
+- Use brand new KNMusicProxyModel for fast searching.
+- Use brand new KNMusicModel module, no more QStandardItemModel.
+- Support multiple condition search.
+- Now search in the artist and genre won't search artists or genre any more. Will search the content of artist or genre.
+- Change the policy to load images from hard disk, optimized the start up speed.
+- Change the policy to parse and find files in music library.
+- Tweak the album art display in Artist and Genre tab.
+- Tweak the album expand size in Album tab.
+- Tweak the album display layout and color.
+- Fixed the album art won't scaled correctly in artist and genre tab.
+- Fixed the drag and drop bug in playlist caused by the QTreeView can only drop one data.
+- Fixed the crashed bug caused by use Qt::AutoConnection and overflow the call stack in the library.
+- Fixed the proxy model sort unstable bug.
+- Fixed the library tree view bug.
+
+
0.8:
+
migrate to AUR4