diff --git a/PKGBUILD b/PKGBUILD index 772cd2c..6f662f7 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -1,9 +1,9 @@ # Maintainer: iris snazzsinclair@gmail.com pkgname=revhubinterface-git _pkgname=RevHubInterface -pkgver=1.3.3.r40.g99afe8e +pkgver=1.4 pkgrel=1 -pkgdesc="Software for controling a REV Expansion Hub on a pc over USB" +pkgdesc="Software for controling a REV Expansion Hub on a PC over USB" arch=('any') url="https://github.com/unofficial-rev-port/REVHubInterface" license=('BSD3') @@ -14,7 +14,7 @@ makedepends=( 'python-pyserial' 'tk' ) -source=("$_pkgname::git+https://github.com/unofficial-rev-port/REVHubInterface") +source=("$_pkgname::git+https://github.com/unofficial-rev-port/REVHubInterface.git#tag=v1.4") b2sums=('SKIP') pkgver(){ cd $_pkgname diff --git a/REVHubInterface/__main__.py b/REVHubInterface/__main__.py index 0a60c96..703631b 100644 --- a/REVHubInterface/__main__.py +++ b/REVHubInterface/__main__.py @@ -63,7 +63,7 @@ def validate_float(self, action, index, value_if_allowed, prior_value, text, val # class firmware_tab(): # def __init__(self, root, chooseBin, flashNow): -# self.INTERFACE_VERSION = '1.3.0' +# self.INTERFACE_VERSION = '1.4.0' # root.grid_columnconfigure(0, weight=1) # root.grid_rowconfigure(0, weight=1) # root.grid(sticky=(N, S, E, W)) diff --git a/org.unofficialrevport.REVHubInterface.metainfo.xml b/org.unofficialrevport.REVHubInterface.metainfo.xml index 583766c..259b0f0 100644 --- a/org.unofficialrevport.REVHubInterface.metainfo.xml +++ b/org.unofficialrevport.REVHubInterface.metainfo.xml @@ -51,57 +51,67 @@ + + https://github.com/unofficial-rev-port/REVHubInterface/releases/tag/v1.4 + +

Motor Run to Position (PID) support and more!

+
    +
  • You can now tell a motor to run to a position, equivalent to the FTC SDK's RUN_TO_POSITION mode
  • +
  • The overall update rate of the application is increased for better responsiveness
  • +
+
+
- https://github.com/unofficial-rev-port/REVHubInterface/releases/tag/v1.3.4 - -

Flathub release!

-
    -
  • Finally published builds to Flathub!
  • -
  • Also added dev app icon
  • -
-
-
- - https://github.com/unofficial-rev-port/REVHubInterface/releases/tag/v1.3.3 - -

Add Mac DMGs and app icon

-
    -
  • Added DMG files compiled for Mac
  • -
  • Added app icon
  • -
  • Embedded version number into app
  • -
-
-
- - https://github.com/unofficial-rev-port/REVHubInterface/releases/tag/v1.3.2 - -

Urgent hotfix release

-
    -
  • Fixed critical bug preventing the main update loop from running, preventing all communication
  • -
  • Also changed E-STOP button to be red
  • -
-
-
- - https://github.com/unofficial-rev-port/REVHubInterface/releases/tag/v1.3.1 - -

First release with binaries

-
    -
  • Added Pyinstaller and PyPi publishing
  • -
  • Temporarily disabled firmware flashing
  • -
-
-
- - https://github.com/unofficial-rev-port/REVHubInterface/releases/tag/v1.3.0 - -

First release!

-
    -
  • Ported original to Python 3
  • -
  • Improved performance significantly
  • -
-
-
-
+ https://github.com/unofficial-rev-port/REVHubInterface/releases/tag/v1.3.4 + +

Flathub release!

+ +
+ + + https://github.com/unofficial-rev-port/REVHubInterface/releases/tag/v1.3.3 + +

Add Mac DMGs and app icon

+ +
+
+ + https://github.com/unofficial-rev-port/REVHubInterface/releases/tag/v1.3.2 + +

Urgent hotfix release

+ +
+
+ + https://github.com/unofficial-rev-port/REVHubInterface/releases/tag/v1.3.1 + +

First release with binaries

+ +
+
+ + https://github.com/unofficial-rev-port/REVHubInterface/releases/tag/v1.3.0 + +

First release!

+ +
+
+ \ No newline at end of file