packages feed

tianbar 0.4.7.0 → 0.4.8.0

raw patch · 2 files changed

+3/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

scripts/power.js view
@@ -178,7 +178,8 @@       'width': 1,       'height': self.TERMINAL_HEIGHT,       'margin-top': (self.HEIGHT - self.TERMINAL_HEIGHT) / 2,-      'margin-bottom': (self.HEIGHT - self.TERMINAL_HEIGHT) / 2+      'margin-bottom': (self.HEIGHT - self.TERMINAL_HEIGHT) / 2,+      'margin-right': 4,     }));      var title;
tianbar.cabal view
@@ -1,5 +1,5 @@ name:                tianbar-version:             0.4.7.0+version:             0.4.8.0 synopsis:            A desktop bar based on WebKit description:   A desktop bar using WebKit for rendering as much as possible.