Skip to content

Commit

Permalink
Release v1.3
Browse files Browse the repository at this point in the history
* Support also uploading a single folder. It gets zipped up in-place before it's
  uploaded. Thanks to Zach Dykstra.

* Use notifications instead of putting error messages into the clipboard.
  Thanks to Zach Dykstra.

* Notify if an upload is too large (The Null Pointer's limit is 512 MiB)

* Use encrypted https instead of http.

* Added new languages
  - Australian English (en_AU), thanks jt15s
  - Latin American Spanish (es-419), thanks victroniko

* Removed outdated translations:
  cs,es,hi,hr,hu,id,it,pl,ro,ru,sc,uk
  • Loading branch information
Humdinger committed Mar 12, 2023
1 parent 106d3dc commit 4ca71dd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UploadIt.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,17 @@ resource app_flags B_SINGLE_LAUNCH;

resource app_version {
major = 1,
middle = 2,
minor = 3,
middle = 3,
minor = 0,

/* 0 = development 1 = alpha 2 = beta
3 = gamma 4 = golden master 5 = final */
variety = 5,

internal = 0,

short_info = "Tracker add-on to upload a file",
long_info = "Upload a file and put the URL into clipboard"
short_info = "Tracker add-on to upload a file or folder",
long_info = "Upload a file/folder and put the URL into clipboard"
};

resource vector_icon {
Expand Down

0 comments on commit 4ca71dd

Please sign in to comment.