Skip to content

0.3 - Improved GUI Tools

Pre-release
Pre-release
Compare
Choose a tag to compare
@npasserini npasserini released this 13 Oct 12:17
· 2588 commits to master since this release

Change log:

  • Allow to commit several packages together in the same commit.
  • Show diffs for incoming and outgoing commits (i.e. before push/pull you can browse the difference between the remote and the local versions).
  • New History view allows to see any commit in any branch and compare it to the current loaded version.
  • Better support for interacting code loaded outside Iceberg (smaltalkhub, filetree, gitfiletree, etc).
  • From the diff view, revert changes or browse them (i.e. open a Nautilus on the changed class/method).
  • Automatically update presentations on code / repository changes.
  • Integration with Metacello, i.e. after installing Iceberg you do something like
Metacello new
  baseline: 'TaskIt';
  repository: 'github://sbragagnolo/taskit';
  load.

(By default) it will be loaded using iceberg (there is a setting to avoid it if you do not want to).