Skip to content

Releases: pharo-vcs/iceberg

Version 2.0.5

14 Oct 08:46
10c1e1c
Compare
Choose a tag to compare
  • 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

12 Jul 15:34
82f512c
Compare
Choose a tag to compare

Release version for Pharo 9

Version 2.0.3

08 Feb 13:48
Compare
Choose a tag to compare

Prepare to merge in Pharo 9.0.

New fix for #1406.

Version 2.0.2

04 Feb 21:17
Compare
Choose a tag to compare

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

01 Feb 21:35
Compare
Choose a tag to compare

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

31 Jan 03:14
Compare
Choose a tag to compare

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

06 Jan 14:51
Compare
Choose a tag to compare
  • using libgit bindings 2.1.1
  • changes in IcePharoPlugin to add also pharo subprojects (this is a very bad way to do it, btw).

Version v1.8.5

24 Nov 14:44
Compare
Choose a tag to compare

Updating libgit to use the backend of TFFI

Version 1.8.4

13 Nov 15:01
Compare
Choose a tag to compare

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

13 Nov 15:02
Compare
Choose a tag to compare

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.