Releases: pharo-vcs/iceberg
Releases · pharo-vcs/iceberg
v0.5.6
v0.5.5
v0.5.4
v0.5.3
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
v0.5.1
v0.5
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
Contract the name of a branch to 20 characters for buttons
v0.3.1
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:
v0.3.1-beta.1
- 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)