Skip to content

Releases: archibalduk/TransferTool

TransferTool v1.1.4

24 Oct 18:52
39c1783
Compare
Choose a tag to compare

To run the tool simply download the TransferTool_1.1.4.zip file, extract all files to a folder, and run the exe.

Changelog from previous release (v1.1.3):

  • Updated world rep VS value table.
  • Implemented #10 (Implemented exporter of player list with accents)

TransferTool v1.1.3

17 Aug 18:25
a524623
Compare
Choose a tag to compare

To run the tool simply download the TransferTool_1.1.3.zip file, extract all files to a folder, and run the exe.

Changelog from previous release (v1.1.2):

  • Merged Nick's changes:
    • option to export players only
    • two extra columns for easy finding errors and new players
    • better default settings

Thanks Nick!

TransferTool v1.1.2

03 Aug 16:34
eb31d17
Compare
Choose a tag to compare

To run the tool simply download the TransferTool_1.1.2.zip file, extract all files to a folder, and run the exe.

Changelog from previous release (v1.1.1):

  • Added basic data validity for the clubs importer numerical columns only.
  • Added info about allowed value ranges of the numerical columns in the template column headings of clubs importer sheet
  • Now you can pass blank values to any fields in the clubs importer sheet (like ,,) to keep the existing database values for those fields!
  • Removed option to set a club's division to _none as it was too buggy.
  • Some other minor fixes/improvements to clubs importer
  • Updated readme.html file with more info about clubs importer feature

TransferTool v1.1.1

28 Jul 00:06
ea6c65f
Compare
Choose a tag to compare

To run the tool simply download the TransferTool_1.1.1.zip file, extract all files to a folder, and run the exe.

Changelog from previous release (v1.1.0):

  • Fixed clubs with accents failing to be imported by the clubs importer feature (changed the encoding of the template file to ANSI and now it works)
  • Added very useful option to export all clubs from the database in import format (so you can first export all clubs from database and then use the exported spreadsheet to make desired club changes and then re-import only the rows that you changed - Very handy feature!!!)
  • Finished clubs importer feature!! (but beware I didn't add data validation checks yet so if you input an invalid value it may corrupt database - will add in next release with some more documentation - so please only use v1.1.1 for testing the feature, dont use it yet in real database, for that wait for next release)

TransferTool v1.1.0

22 Jul 22:06
4d0b460
Compare
Choose a tag to compare

To run the tool simply download the TransferTool_1.1.0.zip file, extract all files to a folder, and run the exe.

Changelog from previous release (v1.0.6):

  • fixed #9 (fixed bug lookup clubs tag setting)
  • progress in #7 (clubs importer): implemented basic clubs importer. For now only reputation is allowed for clubs importer. The template file for clubs importer sheet is the import_template_club.csv file. The tool detects if you selected a player sheet or a club sheet.

Known issues:

  • clubs with accents aren't being imported by the clubs importer feature

TransferTool v1.0.6

20 Mar 16:39
0e618dc
Compare
Choose a tag to compare

To run the tool simply download the TransferTool_1.0.6.zip file, extract all files to a folder, and run the exe.

Changelog from previous release:

  • Fixed #5 (fixed bug not finding match players due to incorrect day and leapyear combination coming from the database load): so now the dates loaded by the tool are the same as they appear in the database (i.e. without incorrectly incrementing or decrementing a day). This probably have fixed the bug with protected players reported by Dermotron in the same ticket too, as the cause was probably the same.

TransferTool v1.0.5

14 Mar 14:23
bb27ab9
Compare
Choose a tag to compare

To run the tool simply download the TransferTool_1.0.5.zip file, extract all files to a folder, and run the exe.

Changelog from previous release:

  • Closed #3 (updated vlookup_nations.csv)
  • Fixed #4 (fixed issue not finding correct players due to comparing YOB only instead of DOB): now it compares the DOB instead of only the YOB so it is more precise to detect if player exists, but consequently it will now fail to consider two players equal if there is a mistake in his day or month (or day or month are empty).

TransferTool v1.0.4

22 Jan 23:11
58d479e
Compare
Choose a tag to compare

To run the tool simply download the TransferTool_1.0.4.zip file, extract all files to a folder, and run the exe.

Changelog from previous release:

  • Closed #1 (updated world rep conversion table)

TransferTool v1.0.3

21 Jan 13:54
d08c3d5
Compare
Choose a tag to compare

The TransferTool_1.0.3.zip file is the unmodified original version of the TransferTool v1.0.3 that was downloaded here. I just deleted the source_code folder from it because it is redundant now, because the source code now can be downloaded in the Source code (zip) link above.