Skip to content

Releases: pharo-vcs/iceberg

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.

Version 1.8.3

15 Jun 12:44
Compare
Choose a tag to compare

Bugfixes

  • #1346 Author UTF-8 Encoding problems (libgit v2.0.2)
  • #1341 Iceberg-method-history-shows-only-oldest-commit
  • #1260 + #1261 Add #httpUrl as a valid option for #remoteTypeSelector
  • #1256 + #1244 Allow-to-checkout-branch-in-more-cases
  • #1219 feature/add-otp-support
  • #6521 Iceberg/libgit asking history from calypso crashed or hangs
  • #1343 Fix Spec Auto deprecations

Detailed diff: v1.8.2...v1.8.3

Version 1.8.2

05 Jun 20:53
Compare
Choose a tag to compare

Bugfix:

  • Fix #1356 DNU when pasting url of github project to "Clone remote Repository" (Regression)

Documentation:

  • Fix #1373 Add git config instructions

Version 1.8.1

29 May 16:14
Compare
Choose a tag to compare

Bug Fixes

Version 1.8.0

20 May 16:07
Compare
Choose a tag to compare

Use libgit bindings v2.0.0 which are prepared to run against both libgit2 v0.25.1 and v.1.0.0

  • Fix usage of bindings to select the correct structures
  • Fix error handling for changing libgit2 messages
  • Done a pass on tests for windows
  • Fix typo atttached => attached

Version v1.6.9

28 Mar 13:30
d15609f
Compare
Choose a tag to compare

Version 1.6.8

19 Mar 15:16
Compare
Choose a tag to compare

Cleanups:

  • Remove references to World global

Version 1.6.7

06 Mar 16:12
Compare
Choose a tag to compare

The new version of Iceberg includes a little fix in an autodeprecated method and including a new version of Tonel.
This version of Tonel fixes the export of complex trait compositions in classes and traits.

Fixings after deprecations in Pharo 8

02 Mar 16:48
d1f73bd
Compare
Choose a tag to compare
Merge pull request #1351 from tesonep/1349-crLog-method-missing

Fixing errors after the deprecation of PluggableTextField

Version 1.6.5

16 Jan 13:58
a983e7c
Compare
Choose a tag to compare
  • Now handles when moving images.
  • Settings
  • Faster with bigger projects.