summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorTyr Heimdal2022-06-17 18:34:58 +0200
committerTyr Heimdal2022-06-17 18:34:58 +0200
commit6135a3111f5cf260eaf0d3ef832e03c4a967928a (patch)
tree87d32a60edee90b8285dc630121e66b4266162ae
parenta6618665dd22eb70f9b64c9011e89ad2231e1520 (diff)
downloadaur-6135a3111f5cf260eaf0d3ef832e03c4a967928a.tar.gz
Bumped version to 7.2.1
Bug Fixes: -Stockpile did not work with BPCs and runs From 7.1.1 -> 7.2.0 (version skipped) New Features: -Added configurable colors to the industry jobs activity column -Adding account automatically update existing account authorization (Issue #306) -Separated ore and scrapmetal reprocessing calculations/settings (Issue #312) -Added buttons to open the online manual (Stockpile/Table Filters/Settings) -Added Eve Tycoon to the lookup menu Bug Fixes: -CLI -droptable -createtable -extended are always true (Issue #310) -CLI tableName is always a empty string, DROP TABLE IF EXISTS `` (Issue #310) -If sqlTableName is set in the GUI, It's not used for CLI export (Issue #310) -Fixed issues with CLI updates for multiple profiles -Fixed delay between starting update and the update window showing (Issue #319) -Fixed public market orders update progress finishing at 80% progress -Fixed Industry Jobs having the wrong default filters (was Transactions filters) -Fixed CLI export logging -Fixed the current filter never being displayed as empty -Overview export using current view (should use all) -Fixed an old bug where Settings dialog would resize after being shown -Fixed painting outside the EDT in JMainTab/MarketOrdersTab/RoutingTab Changed: -Improved the reprocessing settings GUI -Slightly better CLI help message -The Stockpile dialog now better convey that selecting an include is required -Show warning before updating outbid data with orders in unknown locations -Made most toolbars more compressible and normalized icon buttons width -Changed help menu to point to the wiki and wiki's feedback and help Code: -Optimized stockpile New/Clone/Delete/Import/Hide/Show -Optimized subpile updates in the stockpile tool -Upgraded maven plugins to make it work with Java 17 (contributed by Burberius) -Updated all the wiki links to the new site: https://wiki.jeveassets.org -Refactored ProfileManager/Profile/ProfileWriter/ProfileReader to be more OOP -Added test to ensure dev build is always off (false) -Ensure profile names are never duplicated -Better error logging for ESI errors
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD8
2 files changed, 9 insertions, 9 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 16d48831a4f1..3436138f6d99 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,14 +1,14 @@
pkgbase = jeveassets
pkgdesc = Out-of-game asset manager for Eve-Online, written in Java
- pkgver = 7.1.1
- pkgrel = 2
+ pkgver = 7.2.1
+ 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-7.1.1/jeveassets-7.1.1.zip
+ source = https://github.com/GoldenGnu/jeveassets/releases/download/jeveassets-7.2.1/jeveassets-7.2.1.zip
source = https://eve.nikr.net/jeveassets/data.zip
source = packagemanager.properties
source = jeveassets.desktop
@@ -16,8 +16,8 @@ pkgbase = jeveassets
source = jeveassets_32x32.png
source = jeveassets_64x64.png
source = jeveassets.sh
- sha256sums = 1675d8440f10e900119619600e2275efb10e428f7432972ab150e589b5ae5d69
- sha256sums = 7e743c5622a029be1614e736c816698ae323a207340f839054a20e2c89d50e5b
+ sha256sums = 5b550c267ef68441c48a2c9b39bbe42e4b84f0a496c0061151fb51060f0dd6f8
+ sha256sums = d4f9a48ea6dfcb53179c68d66982729df21bcdcd765c34d3d9bc34ece8916814
sha256sums = 0203673802ba5102e8acae19c463ab1cd79663653cce38431362367d220f951e
sha256sums = 99dd564f33ea7e7a71980b829125207a53a18c2c31f5907d1e8842b64217d69b
sha256sums = 23ff2740653dddaafc0a40dcdadfa667a55d28389088dda8bc6eca1c66298150
diff --git a/PKGBUILD b/PKGBUILD
index 37e7f355bda1..3a2e41a5595d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Maintainer: Tyr Heimdal <tyr.heimdal@warning.no>
pkgname=jeveassets
-pkgver=7.1.1
-pkgrel=2
+pkgver=7.2.1
+pkgrel=1
pkgdesc="Out-of-game asset manager for Eve-Online, written in Java"
arch=('any')
url="http://eve.nikr.net/jeveasset"
@@ -21,8 +21,8 @@ source=(
"${pkgname}_64x64.png"
"$pkgname.sh")
-sha256sums=('1675d8440f10e900119619600e2275efb10e428f7432972ab150e589b5ae5d69'
- '7e743c5622a029be1614e736c816698ae323a207340f839054a20e2c89d50e5b'
+sha256sums=('5b550c267ef68441c48a2c9b39bbe42e4b84f0a496c0061151fb51060f0dd6f8'
+ 'd4f9a48ea6dfcb53179c68d66982729df21bcdcd765c34d3d9bc34ece8916814'
'0203673802ba5102e8acae19c463ab1cd79663653cce38431362367d220f951e'
'99dd564f33ea7e7a71980b829125207a53a18c2c31f5907d1e8842b64217d69b'
'23ff2740653dddaafc0a40dcdadfa667a55d28389088dda8bc6eca1c66298150'