summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrederik “Freso” S. Olesen2015-08-05 22:11:13 +0200
committerFrederik “Freso” S. Olesen2015-08-05 22:11:13 +0200
commita4f736a0ed0469c56b6c356e93266a6173e43fad (patch)
tree6312b80ddfa8832cb0bf8d40ce4c24ee86a2a79c
parent65312f199d65be2f176c9bee445246082c49612e (diff)
downloadaur-a4f736a0ed0469c56b6c356e93266a6173e43fad.tar.gz
amidstexporter 1.39-1
-rw-r--r--.SRCINFO6
-rw-r--r--ChangeLog34
-rw-r--r--PKGBUILD4
3 files changed, 39 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1d94fc9480c4..586551c2c188 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = amidstexporter
pkgdesc = Advanced Minecraft Interface and Data/Structure Tracking; fork with location export.
- pkgver = 1.32
+ pkgver = 1.39
pkgrel = 1
url = http://www.buildingwithblocks.info/exportfromseed.html
changelog = ChangeLog
@@ -9,10 +9,10 @@ pkgbase = amidstexporter
depends = java-runtime
optdepends = minecraft: the game itself
noextract = AmidstExporter.jar
- source = https://github.com/Treer/AMIDST/releases/download/v1.32/AmidstExporter.jar
+ source = https://github.com/Treer/AMIDST/releases/download/v1.39/AmidstExporter.jar
source = amidstexporter.sh
source = amidstexporter.desktop
- md5sums = 9254cdf1eec26df090dd5c9d76fc3fc9
+ md5sums = e4db0d5c4ef84bc3160233ccf5a4ebc6
md5sums = 365558c0aadf7a879ff8f4514943b10c
md5sums = abe95f51b3ec61a2ae371a05c6edfc1f
diff --git a/ChangeLog b/ChangeLog
index 2898b7121ae0..ea39caad7068 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2015-08-05 Frederik “Freso” S. Olesen <freso.dk@gmail.com>
+
+ * 1.39-1 :
+ Version bump to 1.39.
+
+ Upstream changelog (1.32→1.36):
+ - Map scale is displayed.
+ - Fixed accuracy of Ocean Monuments (6% of displayed monuments did not exist
+ in game, and 2.5% of monuments did not appear in AmidstExporter).
+ - Fixed accuracy of temples and witch huts (4.3% did not exist in game, and
+ 3% did not appear in Amidst)
+ - Improves accuracy of villages. 17% of the villages that were displayed have
+ been correctly eliminated from the map, however 1% of the other villages
+ that were displayed have been incorrectly eliminated with them (these
+ villages exist in the game but are no longer displayed by AmidstExporter...
+ lets spin this: there are now some secret villages!)
+ - Minor UI improvements.
+
+ Upstream changelog (1.36→1.37):
+ - Abandoned mineshafts can be displayed.
+ - Structure coordinates adjusted to better reflect the center of the structure.
+ - zoom crash fixed.
+ - Minor UI improvements
+
+ Upstream changelog (1.37→1.39):
+ - Nether Fortresses are now shown at their Overworld location on the
+ Overworld's biome-map, instead of at Nether scale.
+ - Clicking on a Nether Fortress will show its coordinates in both the Nether
+ and the Overworld.
+ - Worlds made with Minecraft 1.6 and older had more mineshafts than current
+ versions, now those extra mineshafts can be displayed.
+ - AmidstExporter will not try to "update" back to original-Amidst when skiphs
+ releases a new version of Amidst.
+
2015-04-26 Frederik “Freso” S. Olesen <freso.dk@gmail.com>
* 1.32-1 :
diff --git a/PKGBUILD b/PKGBUILD
index e6d7a4d3b754..74eb047c02d9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Frederik "Freso" S. Olesen <archlinux@freso.dk>
pkgname=amidstexporter
-pkgver='1.32'
+pkgver='1.39'
_jarfile='AmidstExporter.jar'
pkgrel=1
pkgdesc='Advanced Minecraft Interface and Data/Structure Tracking; fork with location export.'
@@ -15,7 +15,7 @@ changelog=ChangeLog
source=("https://github.com/Treer/AMIDST/releases/download/v${pkgver}/${_jarfile}"
amidstexporter.sh
amidstexporter.desktop)
-md5sums=('9254cdf1eec26df090dd5c9d76fc3fc9'
+md5sums=('e4db0d5c4ef84bc3160233ccf5a4ebc6'
'365558c0aadf7a879ff8f4514943b10c'
'abe95f51b3ec61a2ae371a05c6edfc1f')