Skip to content

Releases: jesperhh/teamfoundation

4.8.43

16 Feb 11:36
b12e60d
Compare
Choose a tag to compare
Update to Qt Creator 4.8.1 (#13)

* Update CI config

* Implement dummy commitFromEditor

4.7.37

24 Nov 14:10
d5e6f13
Compare
Choose a tag to compare
Add support for Qt Creator 4.7 (#12)

* Update AppVeyor build to Qt Creator 4.7.2

* Update Qt to 5.11

* Remove auto release and use nullptr instead of 0

* Use FileName instead of string where necessary

4.4.32

03 Jan 19:13
Compare
Choose a tag to compare
4.4.32 Pre-release
Pre-release

NOTE: This is a release for an old version of Qt Creator, only use this if you need Qt Creator 4.4 support, otherwise use the latest non-pre-release version.

Support for Qt Creator 4.4.1.

4.5.31

19 Dec 18:33
8d0c005
Compare
Choose a tag to compare
Update README.md

4.5.30

18 Dec 19:30
af8b210
Compare
Choose a tag to compare
Update plugin for Qt Creator 4.5 (#11)

* Update appveyor.yml file to point to qt creator 4.5

* Apply similar fixes as was done for other scm plugins

4.3.26

12 Jul 14:04
Compare
Choose a tag to compare
Fix build with QtCreator 4.3 (#9)

4.2.23

11 Jan 18:59
Compare
Choose a tag to compare
Fix build for Qt Creator 4.2

* Fix build for Qt Creator 4.2

* Log downloads in AppVeyor build

* Tweak AppVeyor logging

* Tweak AppVeyor logging

* Remove AppVeyor download logging

* Update library name

* AppVeyor likes extra linebreaks

* Update readme and update appveyor config to build less frequently

4.2.20

11 Jan 18:39
Compare
Choose a tag to compare
AppVeyor likes extra linebreaks

4.0.7

14 Jun 07:28
Compare
Choose a tag to compare
Adds support for TFS shelve/unshelve command pair

* Adds support for TFS shelve/unshelve commands

4.0.4

10 Jun 18:10
Compare
Choose a tag to compare
Change 'Repository' to 'Project' in commands and add undo unchanged f…

…iles command/setting

* changes 'Repository' to 'Project' in command names
* the project related commands (get latest, history, etc.) now work fine
* adds 'force' option to get latest to overwrite files in workspace that are writable
* adds option 'revert unchanged files' to settings (requires tfpt.exe)
 - if enabled undoes files that have no local changes (but are checked out) during checki
* adds 'Undo unchanged (Project)' command