Skip to content

Release 0.2.7

Pre-release
Pre-release
Compare
Choose a tag to compare
@Phillipus Phillipus released this 21 Aug 16:19
· 372 commits to master since this release

To install:

  • This plugin requires Archi version 4.0.2 or later
  • Download and move the jar file into the "plugins" folder of your Archi 4 installation (Mac users will have to right click on the Archi.app and select "Show Contents" to access this folder)
  • Restart Archi
  • If this is the first time you have installed the plugin, select the "Window -> Reset Window Layout" menu option in Archi in order to show the plugin tabs in their correct positions
  • If you are updating from an older release some text and icons may not update correctly. In this case, select the "Help -> Reset To Defaults..." menu option and restart
  • The new plugin tab appears below the Models Tree

Quick start:

  • Check out the new Preferences tab in Archi's Preferences dialog for global settings
  • Generally you will need to have a new empty git repository already setup on a git server, but you can create and push to a GitBlit server
  • To add the model from the repository locally, select the first toolbar button in the plugin tab (the green cross). This will clone the repository and create a new blank model
  • Work as usual on your model and save it whenever you want
  • When you're ready to commit your changes, then choose "Commit Changes" (this can be done offline)
  • When you're ready to publish/share your work, then choose "Publish Changes". In case of conflicts (the same concept changed and published by someone else) you'll see a dialog window helping you to fix them.

Known issues:

  • The History tab is a work in progress and the current implementation is a placeholder
  • Please read through the open issues at GitHub to see what we are still working on