Skip to content

Releases: dvershinin/lastversion

v3.5.4

27 Jul 11:32
a302d65
Compare
Choose a tag to compare

Fixed

  • Introduced timeout of 30 seconds for HTTP requests to avoid hanging on slow connections

v3.5.3

15 Jul 07:43
3073d21
Compare
Choose a tag to compare

Fixed

  • Added a special case of normalizing service pack versions, e.g. 15 SP6 to 15.post6

v3.5.2

17 Mar 15:03
1fa7b7d
Compare
Choose a tag to compare

Fixed

  • Additional beta detection for GitHub projects

v3.5.1

11 Mar 07:26
77b7b19
Compare
Choose a tag to compare

Fixed

  • Fixed source tarball link for releases that have slash in tag names
  • Improved detection of pre-releases

Full Changelog: v3.5.0...v3.5.1

v3.5.0

28 Jan 16:56
4fdde5f
Compare
Choose a tag to compare

Fixed

  • Improved and added zip support in extract command by @lxl66566
  • The -gt CLI did not recognize first argument as repo in some cases

New Contributors

Full Changelog: v3.4.6...v3.5.0

v3.4.6

26 Dec 16:35
6c85099
Compare
Choose a tag to compare

Fixed

  • Looking at more tags in GitLab API to fix #135

v3.4.5

17 Dec 14:12
c63ea9d
Compare
Choose a tag to compare

Fixed

  • Some authors tag with build numbers, e.g. 1.2.3-1, which incorrectly was in the version #134

v3.4.4

16 Dec 07:32
3b5db96
Compare
Choose a tag to compare

Fixed

  • No release could be found for GitLab projects in subgroups #132

Added

  • For GitLab, structured output now includes /LICENSE file contents, when available

v3.4.3

11 Dec 19:01
c58e33e
Compare
Choose a tag to compare

Added

  • Added --formal switch to allow for formal releases only #128

v3.4.2

10 Dec 17:07
3a19ca4
Compare
Choose a tag to compare

Fixed

  • --format source did not include valid links

Added

  • source_url is now included in --format json output
  • Web API! Hooray!