Include version information in settings dialog, update version numbers
This commit is contained in:
parent
e3842f9268
commit
06d7f6dfee
5 changed files with 8 additions and 3 deletions
|
@ -15,6 +15,10 @@ a {
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.version {
|
||||||
|
margin-right: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.hidden-bracket {
|
.hidden-bracket {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
left: -1000px;
|
left: -1000px;
|
||||||
|
|
|
@ -321,6 +321,7 @@ $ openssl req -nodes -newkey rsa:4096 -keyout relay.pem -x509 -days 365 -out rel
|
||||||
<div class="modal-content">
|
<div class="modal-content">
|
||||||
<div class="modal-header">
|
<div class="modal-header">
|
||||||
<button type="button" class="close" ng-click="closeModal($event)" aria-hidden="true">×</button>
|
<button type="button" class="close" ng-click="closeModal($event)" aria-hidden="true">×</button>
|
||||||
|
<span class="pull-right version">Glowing Bear version 0.5.3-dev</span>
|
||||||
<h4 class="modal-title">Settings</h4>
|
<h4 class="modal-title">Settings</h4>
|
||||||
<p>Settings will be stored in your browser.</p>
|
<p>Settings will be stored in your browser.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Glowing Bear",
|
"name": "Glowing Bear",
|
||||||
"description": "WeeChat Web frontend",
|
"description": "WeeChat Web frontend",
|
||||||
"version": "0.5.0",
|
"version": "0.5.2",
|
||||||
"manifest_version": 2,
|
"manifest_version": 2,
|
||||||
"icons": {
|
"icons": {
|
||||||
"32": "assets/img/favicon.png",
|
"32": "assets/img/favicon.png",
|
||||||
|
|
|
@ -25,5 +25,5 @@
|
||||||
"desktop-notification":{}
|
"desktop-notification":{}
|
||||||
},
|
},
|
||||||
"default_locale": "en",
|
"default_locale": "en",
|
||||||
"version": "0.5.0"
|
"version": "0.5.2"
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "glowing-bear",
|
"name": "glowing-bear",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.5.0",
|
"version": "0.5.2",
|
||||||
"description": "A web client for Weechat",
|
"description": "A web client for Weechat",
|
||||||
"repository": "https://github.com/glowing-bear/glowing-bear",
|
"repository": "https://github.com/glowing-bear/glowing-bear",
|
||||||
"license": "GPLv3",
|
"license": "GPLv3",
|
||||||
|
|
Loading…
Reference in a new issue