Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

1.13.0

Compare
Choose a tag to compare
@overfl0 overfl0 released this 15 May 18:14
· 43 commits to next since this release

1.13.0 (2017-05-15)

Fixes:

  • Changed wording to use "uploading" instead of "seeding" for people who have been living under a rock and don't know what seeding means -_-.
  • Implement another way of fetching user documents directory. Fixes #223
  • Correctly close and join the threadpool, preventing thread leaking (actually, not noticeable at all since the process was killed either way after 5 seconds)
  • Prevent people from pointing two or more links to one mod directory.
  • Better arma installation detection. Resolves #228
  • Allow using a list of TS addresses in metadata.json. Resolves #241.
  • Detect the opening of the Arma launcher instead of Arma 3. Resolves #243
  • Fixed case where correct mod directory could be taken for an incorrect one.

Enhancements:

  • Changed the presentation layer of unreachable servers (-/- instead of xx/xx)
  • Added a workaround to have better unicode error reports
  • Added OK button to dismissable error popups. Fixes #229
  • Add a check for Arma development branch on disk. Resolves #226.
  • Add a note that very low upload limits affect download speeds. Resolves #222.
  • Even more verbose teamspeak error messages. Resolves #221
  • Run Teamspeak directly from the executable instead of relying on URLs. Resolves #231. (this should prevent some potential errors)
  • Expand the information about the exception in case of a unicode error

Other:

  • Introducing threaded Paras (experimental).
  • Increased the default timeout value when uploading torrents.
  • Updated seedbox population script
  • Updated false positive report template.
  • Log the process name at the start of each para run.