summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik "Freso" S. Olesen2013-12-08 10:38:57 +0100
committerFrederik "Freso" S. Olesen2013-12-08 10:38:57 +0100
commit946f8df9f22be6145b965f0099553f2fec19e63b (patch)
tree4ddd09644ebf89b168563f456cd9612faa0f05d5
parent77ca5691ade5afbd01f8e2a265fd7048aea69bf6 (diff)
downloadaur-946f8df9f22be6145b965f0099553f2fec19e63b.tar.gz
amidst: Version bump to 3.6-beta-1.
-rw-r--r--.SRCINFO8
-rw-r--r--ChangeLog16
-rw-r--r--PKGBUILD4
3 files changed, 22 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9d1807671b4f..2c06d0948363 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = amidst
pkgdesc = Advanced Minecraft Interface and Data/Structure Tracking
- pkgver = 3.5
+ pkgver = 3.6_beta_1
pkgrel = 1
url = http://www.minecraftforum.net/topic/626786-
changelog = ChangeLog
@@ -8,11 +8,11 @@ pkgbase = amidst
license = GPL
depends = java-runtime
optdepends = minecraft: the game itself
- noextract = AMIDST-3.5.jar
- source = https://bitbucket.org/skiphs/amidst/downloads/AMIDST-3.5.jar
+ noextract = AMIDST-3.6-beta-1.jar
+ source = https://bitbucket.org/skiphs/amidst/downloads/AMIDST-3.6-beta-1.jar
source = amidst.sh
source = amidst.desktop
- md5sums = 7e859db634a69bf61302ce064eed9159
+ md5sums = b03a1f6e163a4e53fe188c55ec0c66c1
md5sums = 783c4040c9736f96ce72e9997833a0bf
md5sums = 3c6900ac68e3175768322e684f9f1bcb
diff --git a/ChangeLog b/ChangeLog
index 540cc9c02d64..c88a04c763d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2013-12-08 Frederik "Freso" S. Olesen <archlinux@freso.dk>
+
+ * 3.6_beta_1-1 :
+ Version bump.
+
+ Upstream changelog:
+ - AMIDST will now show hidden files when using the "Open from file" option.
+ - Twitch libraries have been added to the exclude list.
+ - Attempting to load AMIDST with a missing library no longer results in a crash unless that library was required.
+ - Rendering speed has been GREATLY improved on some (most) computers.
+ - An option has been added to the biome profile menu to reload the list of profiles. (Shortcut: CTRL + B)
+ - AMIDST no longer keeps color profiles (and other json files) open after reading them.
+ - Duplicate colors in profiles are now supported.
+ - default.json now looks much cleaner when generated.
+ - Color profiles may now include an "alias" for that biome. (It will come up when you hover over the biome)
+
2013-12-07 Frederik "Freso" S. Olesen <archlinux@freso.dk>
* 3.5-1 :
diff --git a/PKGBUILD b/PKGBUILD
index 295e560d17ff..1699db9f3125 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
pkgname=amidst
-pkgver='3.5'
+pkgver='3.6_beta_1'
_jarfile="${pkgname^^}-${pkgver//_/-}.jar"
pkgrel=1
pkgdesc='Advanced Minecraft Interface and Data/Structure Tracking'
@@ -15,7 +15,7 @@ changelog=ChangeLog
source=("https://bitbucket.org/skiphs/amidst/downloads/$_jarfile"
amidst.sh
amidst.desktop)
-md5sums=('7e859db634a69bf61302ce064eed9159'
+md5sums=('b03a1f6e163a4e53fe188c55ec0c66c1'
'783c4040c9736f96ce72e9997833a0bf'
'3c6900ac68e3175768322e684f9f1bcb')