Releases: pharo-vcs/iceberg
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.
Version 1.8.3
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
Version 1.8.1
Version 1.8.0
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
I includes the fixes for:
Version 1.6.8
Cleanups:
- Remove references to
World
global
Version 1.6.7
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
Merge pull request #1351 from tesonep/1349-crLog-method-missing Fixing errors after the deprecation of PluggableTextField
Version 1.6.5
- Now handles when moving images.
- Settings
- Faster with bigger projects.