Skip to content

Releases: pharo-vcs/iceberg

v0.6.8

13 Feb 10:34
20eaebc
Compare
Choose a tag to compare

bugfix release:

  • #577: Metacello integration is broken in 0.6.7 (bug)

v0.6.7

05 Feb 13:15
5e2280e
Compare
Choose a tag to compare

v0.6.6

03 Jan 15:31
f084a8f
Compare
Choose a tag to compare

a couple of small fixes:

  • #545: iceberg should be able to work on non UI images (enhancement)
  • #537: Iceberg world menu entry should have a tooltip explaining what is Iceberg (enhancement)

v0.6.5

12 Dec 14:56
9ed497a
Compare
Choose a tag to compare

general:

several enhancements for usability:

  • better error handling (WIP)
  • deprecation of the "system repositories" mechanism
  • some "recover" strategies when some sync errors are found.

issues:

  • #534: Bad gitlocal: reference causes infinite loop and out of memory (bug)
  • #531: IceProxyMCVersionInfo needs to also set referenceCommit (bug)
  • #493: LGit_GIT_ERROR while building a project on Jenkins (bug)
  • #487: Show some tips when no ssh agent credential are found (enhancement)

dependency updates:

v0.6.4

28 Nov 14:36
518ef3c
Compare
Choose a tag to compare
  • #526: validateCanCommit fails sometimes (bug)
  • #524: pull from a remote other than default one triggers IceShouldCommitBeforePull (bug)
  • #523: rootsItems can cause DNU (bug)
  • #522: error while trying to do a first commit on unborn branch (bug)
  • #521: Failing pushing behind a proxy (bug)
  • #507: Iceberg does not corectly resolve sub directory path of a repository (bug)

v0.6.3

21 Nov 11:48
49e2913
Compare
Choose a tag to compare
  • #516: commit&push can lead to lose data (bug, important)
  • #508: Iceberg computes wrong reference commit if external resources are involved (bug)
  • #502: #validateCanPull needs to be in IceRepository (enhancement)
  • #501: Commits are undone by commiting older version when non-pharo commits are involved (bug)
  • #497: reference commit should be updated when you load a version, even if there is nothing to load (enhancement)
  • #496: pull request tool is broken in latest pharo 7.0 (bug)
  • #484: Pharo 6 New repository fails (bug)

v0.6.2

25 Oct 14:54
Compare
Choose a tag to compare

This is a bugfix release.
Issues:

  • #486 Failing cloning behind a proxy bug
  • #490 trying to browse an iceberg package in monticello raises error bug
  • #457 Iceberg fails to parse valid URLs bug
  • #489 timeout when trying to clone a private gitlab repo bug
  • #488 remoteurl fails to parse urls with dash ($-) bug
  • #481 iceberg fails to load private bitbucket repositories bug
  • #485 Correct usage of bitbucket typed repository
  • #473 Url handling enhancement

v0.6.1

09 Oct 14:40
Compare
Choose a tag to compare

fixed install on Pharo 6.1 (issue #477)

v0.6

06 Oct 14:07
Compare
Choose a tag to compare

This release includes tonel file format (and it set it as default for newer projects) along with an important number of tweaks and fixes :)

v0.5.8

11 Sep 10:34
Compare
Choose a tag to compare
  • speed up of commits by not traversing the full tree to detect staged files (just compare later)
  • fix refresh option in PR tool
  • do not use hardcoded colours in diffs
  • add guessing of source dirs to easy adding of local repositories
  • recategorise methods