summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyr Heimdal2021-12-22 00:33:00 +0100
committerTyr Heimdal2021-12-22 00:33:00 +0100
commit52d175d9cbf1e79f09d7826540727b1ccb37e62b (patch)
treef4ea5d209eaced461ff7ed55c1ad017334fa4e34
parentb62f339eb4a9829c8b71029459b3e1c84a6b69b3 (diff)
downloadaur-52d175d9cbf1e79f09d7826540727b1ccb37e62b.tar.gz
Bumped version to 7.0.0
New Features: -Added support for more multibuy formats (contributed by madetara) -Added 'Added date' columns to Transactions/Journal tool (Issue #269) -Highlight recent changes in the Market Orders tool (Issue #265) -Highlight new items in Assets/Journal/Transactions tool (Issue #269) -Save contract history (optional, on be default) (Issue #258) -Table menu: Select ship in the Fitting Tool from Assets/Tree Tools (Issue #264) -Allow renaming assets in the Tree tool -Added Required and Owned options for the Stockpiles shopping list (Issue #235) -Added placeholder examples for Stockpile imports (Issue #276) -Added Type Name column to Assets/Tree tools (Hidden by default, issue #181) -Added Item Name column to Assets/Tree tools (Hidden by default, issue #181) -Made Market Details column's button clickable with the space key (Issue #137) -Added Market Details column to the Stockpile tool (Issue #256) -Added Average Transaction Price column to the Stockpile tool (Issue #256) -Add Job Cost column to Industry Jobs (Issue #284, contributed by Kaylee Syntax) Changed: -Use AutoCompleteSupport Filter Mode Contains (Issue #274) -Show critical error messages always on top Code: -Updated FlatLaf library to 1.6.4 -Updated eve-esi library to 4.6.1 -Fixed lgtm.com alerts (issue #275) Bug Fixes: -Fixed a case where the changed theme colors was not applied -Fixed changing color settings triggering an eventList update when not needed -Fixed wrong class types in TableFormats (BugId: 969, 971, 972, 979 and more) -Fixed tree table sorting columns really slowly -Fixed settings being saved while columns was being moved -Fixed NPE in XPDefaultRenderer (JDK-6429812, BugId: 959, Issue #279) -Fixed system look and feel being listed twice in the color settings -CDE/Motif did not have windows Copy/Paste/Cut/Select All shortcuts -Fixed Market Detail column's button rendering on various look and feels -Fixed NPE in FlatTitlePane (BugId: 980, Issue #281) -Journal is missing entries (Issue #218, Fixed in ESI by CCP! <3) -Possible fix for CtD on when setting a new price (Issue #277) -Fixed CtD before warning for "in zip file" and "library missing" was shown -Fixed jEveAssets losing focus when loading/creating profiles -Fixed meta and tech level for esi updated items -Added missing read lock for FilterList when updating statusbar
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 79ca3130e8e2..e8e39c1add0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = jeveassets
pkgdesc = Out-of-game asset manager for Eve-Online, written in Java
- pkgver = 6.9.6
- pkgrel = 2
+ pkgver = 7.0.0
+ pkgrel = 1
url = http://eve.nikr.net/jeveasset
install = jeveassets.install
arch = any
license = GPL2
depends = jre8-openjdk
depends = unzip
- source = https://github.com/GoldenGnu/jeveassets/releases/download/jeveassets-6.9.6/jeveassets-6.9.6.zip
+ source = https://github.com/GoldenGnu/jeveassets/releases/download/jeveassets-7.0.0/jeveassets-7.0.0.zip
source = https://eve.nikr.net/jeveassets/data.zip
source = packagemanager.properties
source = jeveassets.desktop
@@ -16,7 +16,7 @@ pkgbase = jeveassets
source = jeveassets_32x32.png
source = jeveassets_64x64.png
source = jeveassets.sh
- sha256sums = 980ffe8d956b667421a93ef2840ddae9998720c1223bb8b63548b34f55715bc5
+ sha256sums = 1a798cc29f885d18d450d0f9ace2f80b2dd9084b2fd08e8241fb025e403e2138
sha256sums = 295d6b5970f2615cbd72419a5b597854372c941bc12f211e25612dd95d0dd3b9
sha256sums = 0203673802ba5102e8acae19c463ab1cd79663653cce38431362367d220f951e
sha256sums = 99dd564f33ea7e7a71980b829125207a53a18c2c31f5907d1e8842b64217d69b
diff --git a/PKGBUILD b/PKGBUILD
index fe485983eebd..1a469d884948 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Tyr Heimdal <tyr.heimdal@warning.no>
pkgname=jeveassets
-pkgver=6.9.6
-pkgrel=2
+pkgver=7.0.0
+pkgrel=1
pkgdesc="Out-of-game asset manager for Eve-Online, written in Java"
arch=('any')
url="http://eve.nikr.net/jeveasset"
@@ -21,7 +21,7 @@ source=(
"${pkgname}_64x64.png"
"$pkgname.sh")
-sha256sums=('980ffe8d956b667421a93ef2840ddae9998720c1223bb8b63548b34f55715bc5'
+sha256sums=('1a798cc29f885d18d450d0f9ace2f80b2dd9084b2fd08e8241fb025e403e2138'
'295d6b5970f2615cbd72419a5b597854372c941bc12f211e25612dd95d0dd3b9'
'0203673802ba5102e8acae19c463ab1cd79663653cce38431362367d220f951e'
'99dd564f33ea7e7a71980b829125207a53a18c2c31f5907d1e8842b64217d69b'