Skip to content

Releases: pharo-vcs/iceberg

v0.5.6

24 Aug 14:26
Compare
Choose a tag to compare
  • fixes "restore" clone
  • adds IceLog to query history
  • minor enhancements

v0.5.5

23 Jul 14:29
Compare
Choose a tag to compare
  • fixes to review pull requests
  • adds bitbucket and gitlab to metacello integration
  • other small fixes

v0.5.4

20 Jul 13:59
Compare
Choose a tag to compare

fixes:

  • validate libgit version before opening browser
  • fix #isAncestorOf: bug
  • fix #location: refresh name bug

v0.5.3

19 Jul 14:49
Compare
Choose a tag to compare

Speed load/merge/pull for large repositories using same mechanism as for sync, now we take into consideration just changed packages instead scan all packages in repository.

also:

  • fix multi-level submodule directory
  • fix #isAnsestorOf: (it was scanning all commits, now uses the correct backend revwalk)
  • fix some types
  • added "system repositories" concept, to keep pointer to pharo specific repositories (and do not show them by default).
  • fix a problem when branches and not valid repositories

v0.5.2

17 Jul 13:39
Compare
Choose a tag to compare
  • group branches by remote
  • add filter to package tab
  • move iceberg to most used tools
  • minor fixes

v0.5.1

07 Jul 06:19
Compare
Choose a tag to compare
Merge pull request #389 from pharo-vcs/dev-0.5

add "changes vs. destination" tab on PR tool.

v0.5

03 Jul 15:55
Compare
Choose a tag to compare

Major changes this release:

works on 64bits
adds cherry-pick
Other

important revision of the sync process. Now is a lot smarter and relies much more on libgit2. Not perfect, but we are getting there :)
branch-in-image is in sync with branch-in-local (the other way was a mess)
other bugfixes

v0.4.3 minor fixes

03 Jul 10:56
Compare
Choose a tag to compare

Contract the name of a branch to 20 characters for buttons

v0.3.1

14 Nov 10:58
Compare
Choose a tag to compare
v0.3.1 Pre-release
Pre-release

Improves https://github.com/npasserini/iceberg/releases/tag/v0.3.1-beta.1 with

  • #137 Centralized location for git repositories for all user images.

And some bugfixes:

  • #165 Redrawing hangs forever
  • #185 Iceberg fails to display information on a local repository

v0.3.1-beta.1

25 Oct 22:48
Compare
Choose a tag to compare
v0.3.1-beta.1 Pre-release
Pre-release
  • Better support for loading code from a tag bug (#191)
  • Improve version/commit loading to allow for some operations without loading the whole history enhancement (#140)
  • Save credentials into settings (#105)
  • When switching branches, load code of the new branch. enhancement (#192)
  • Create a setting for remembering default option on "upload on commit" (#190)
  • Fixed: DNU IceForeignVersion>>#snapshot when trying to do "synchronize repository..." (#188)
  • Simplified pull actions (#182)