<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -97,14 +97,18 @@ frame:SetScript(&quot;OnShow&quot;, function(frame)
 		for i=1,select(&quot;#&quot;, ...) do
 			local dep = select(i, ...)
 			local loaded = IsAddOnLoaded(dep) and 1 or 0
-			GameTooltip:AddDoubleLine(i == 1 and &quot;Dependencies:&quot; or &quot; &quot;, dep, nil, nil, nil, 1, loaded, loaded)
+			GameTooltip:AddDoubleLine(i == 1 and &quot;Dependencies:&quot; or &quot; &quot;, dep, 1, 0.4, 0, 1, loaded, loaded)
 		end
 	end
 	local function OnEnter(self)
 		local name, title, notes, enabled, loadable, reason, security = GetAddOnInfo(self.addon)
+		local author = GetAddOnMetadata(self.addon, &quot;Author&quot;)
+		local version = GetAddOnMetadata(self.addon, &quot;Version&quot;)
 		GameTooltip:SetOwner(self, &quot;ANCHOR_TOPLEFT&quot;)
 		GameTooltip:AddLine(title, nil, nil, nil, true)
 		GameTooltip:AddLine(notes, 1, 1, 1, true)
+		if author then GameTooltip:AddDoubleLine(&quot;Author:&quot;, author, 1,0.4,0, 1,1,1) end
+		if version then GameTooltip:AddDoubleLine(&quot;Version:&quot;, version, 1,0.4,0, 1,1,1) end
 		helper(GetAddOnDependencies(self.addon))
 		GameTooltip:Show()
 	end</diff>
      <filename>Ampere.lua</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1862a63e932147b6dcacb0d55db50673e292f9d2</id>
    </parent>
  </parents>
  <author>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </author>
  <url>http://github.com/tekkub/ampere/commit/9e8d6f6c60950945e6b4d538d7937a500a506e5d</url>
  <id>9e8d6f6c60950945e6b4d538d7937a500a506e5d</id>
  <committed-date>2009-06-06T13:26:34-07:00</committed-date>
  <authored-date>2009-06-06T13:26:34-07:00</authored-date>
  <message>Add more info to the tooltip</message>
  <tree>101c272d6ce8841b38cadaa91e91e7da51f3d887</tree>
  <committer>
    <name>Tekkub</name>
    <email>tekkub@gmail.com</email>
  </committer>
</commit>
