Skip to content

Commit

Permalink
Project Update
Browse files Browse the repository at this point in the history
- Updated version, seeing if incremented version via minor version is
allowed on extensinos.gnome.org
- Updated metadata.json to point to correct homepage which is now
located at github.com
- Updated references to issues so they properly reflected those on
github.com

Change-Id: I69b8d9d5f8d9f511c7450557843627a39c813f0f
Signed-off-by: Richard B Winters <[email protected]>
  • Loading branch information
kirvedx committed Feb 20, 2015
1 parent 0c99c35 commit 064ad14
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
9 changes: 9 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
mmod-panel (0.1.4) UNRELEASED; urgency=low

* Updated version, seeing if incremented version via minor version is allowed on extensinos.gnome.org
* Updated metadata.json to point to correct homepage which is now located at github.com
* Updated references to issues so they properly reflected those on github.com

-- Richard B Winters <[email protected]> Fri, 20 Feb 2015 02:46:32 -0500


mmod-panel (0.1.3) UNRELEASED; urgency=low

* Added Git ignore file, added instructions for ignoring Eclipse project files as well as the svn directory
Expand Down
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* package: mmod-panel
* version: 0.1.3
* version: 0.1.4
* author: Richard B. Winters <a href='mailto:[email protected]'>Rik At MMOGP</a>
* copyright: 2011-2014 Massively Modified, Inc.
* license: Apache, Version 2.0 <http://www.apache.org/licenses/LICENSE-2.0>
Expand Down
4 changes: 2 additions & 2 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"shell-version": ["3.10", "3.12", "3.12.2", "3.14"],
"uuid": "[email protected]",
"version": "3",
"version": "3.1",
"name": "MMOD Panel",
"description": "Upgrades the Topbar in Gnome3, creating a customizable panel and providing options for fine-tuning your Desktop Experience.\n\nFeatures include:\n\u25B8 Set comfort levels to provide theme support and fine-tune the overall look and feel of the panel.\n\u25B8 Set the location/position of the panel (bottom by default).\n\u25B8 Add a button to the panel in place of the activities link, using an icon of your preference.\n\u25B8 Auto-hide the panel when not active/in-focus (makes use of pressure/gesture for showing the panel).\n\u25B8 Display and manage your favorites/running apps directly on the panel.\n\u25B8 Move the date menu to the aggregate/tray area.\n\u25B8 Access and manage your extension preferences directly from the aggregate menu.\n\u25B8 Customize behavior of the overview and panel(hot-corners/animations/effects) to suit your preferences.\n\u25B8 More to come soon!\n\nThis project is loosely based on the Panel Settings extension:\nhttps://github.com/eddiefullmetal/gnome-shell-extensions/tree/master/panelSettings%40eddiefullmetal.gr\n\nSadly, Panel Settings has not seen any maintenance in over 2 years, though this is why I decided to create MMOD Panel.\n\nI also took inspiration from the following Gnome extensions: System-Monitor, Taskbar, and DashToDock.\n\nFor those of you who are wondering, the theme used in the screen shot is the Zukitwo-Dark-Shell Shell Theme; everything else is default Gnome on Debian Jessie. However, the author of the aforementioned shell theme has changed the name for various reasons to Ciliora-Prima-Shell - which can be found here: http://gnome-look.org/content/show.php?content=165096\n\nVersion 3 (0.1.3) for Gnome-Shell: 3.10, 3.12, 3.12.2, 3.14\nRik <[email protected]>\n\nGerman Translation(s) for MMOD-Panel courtesy of Jonius Zeidler <[email protected]>",
"gettext-domain": "mmod-panel",
"original-author": "[email protected]",
"url": "http://www.mmogp.com/"
"url": "https://github.com/mmod/mmod-panel
}
2 changes: 1 addition & 1 deletion prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const ext = eutils.getCurrentExtension();
const conv = ext.imports.convenience;
const lib = ext.imports.lib;

const mver = '0.1.0';
const mver = '0.1.4';

const schema = "org.gnome.shell.extensions.mmod-panel";

Expand Down

0 comments on commit 064ad14

Please sign in to comment.