Releases: pharo-vcs/iceberg
Version 2.0.5
- Removing deprecated methods
- Updating LibGit bindings to 2.2.2 (So it is ready for new libgit version)
- Fixing commit of changes in slots in the class side.
- Fixing classification of methods.
Version 2.0.4
Release version for Pharo 9
Version 2.0.3
Prepare to merge in Pharo 9.0.
New fix for #1406.
Version 2.0.2
Prepare to merge in Pharo 9.0.
Change list:
- Fix #1405: Set default value for our 4 settings (@tesonep pair-programming)
- Remove unused instance variable. To do it, upgrade to libgit 2.1.2 since @astares fixed it there (thanks).
- Fix #1406: Try to resolve dependency to Calypso (move 3 updated Calypso commands to the original package, updating them by the PR 8461)
Version 2.0.1
This patch has the intention of fixing an issue with Calypso commands that wasn't visible from Iceberg's CI.
Issue: pharo-project/pharo#8461
Version 2.0.0
In short, this version is a UI update that was required for Pharo 9.0.
The functionality should be the same as in previous version.
Change list:
- Migration from Spec1 to Spec2
- Migration from Commander1 to Commander2
- General pass over source code, especially in TipUI package.
- Pass on README and Wiki documentation
- GitHub Actions workflows instead of Travis and AppVeyor
- Tests don't depend on OSSubProcess or ProcessWrapper
v1.8.6
Version v1.8.5
Updating libgit to use the backend of TFFI
Version 1.8.4
HOT-FIX: Support GitHub Personal Access Tokens.
Personal access tokens are an alternative to using passwords for authentication. This is important for GitHub users, since using passwords on API calls is not supported anymore.
Refer to this page about how to use this new credentials in Iceberg.
Note: this hot-fix is a patch over v1.8.3 and aims at being merge in Pharo 9 (in development).
Discussed here and here.
Version 1.6.10
HOT-FIX: Support GitHub Personal Access Tokens.
Personal access tokens are an alternative to using passwords for authentication. This is important for GitHub users, since using passwords on API calls is not supported anymore.
Refer to this page about how to use this new credentials in Iceberg.
Note: this hot-fix is a patch over v1.6.7, ignoring v1.6.8 and v1.6.9 to make it safe for merging in Pharo 8 stable release. Discussed here.