Skip to content

Commit

Permalink
p3x-robot sunday release 2018-5-14 19:42:03
Browse files Browse the repository at this point in the history
  • Loading branch information
p3x-robot committed May 14, 2018
1 parent f9c8c4f commit f64b0fc
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Expand Up @@ -116,7 +116,7 @@ UrlToolkit {

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v1.1.19-574
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.5-579

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -4,7 +4,7 @@



# 馃 P3X Gitlist v1.1.19-574
# 馃 P3X Gitlist v2.0.5-579

This is an open-source project. Star this repository if you like it, or even donate! Thank you so much! :)

Expand Down Expand Up @@ -137,7 +137,7 @@ npm run watch

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v1.1.19-574
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.5-579

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
2 changes: 1 addition & 1 deletion artifacts/php-7.2-ubuntu.md
Expand Up @@ -19,7 +19,7 @@ sudo apt upgrade -y

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v1.1.19-574
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.5-579

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
6 changes: 5 additions & 1 deletion changelog.md
Expand Up @@ -5,6 +5,10 @@
[//]: #@corifeus-header:end

### v2.0.0
* in progress
* network and graph dark mode

### v1.1.18-573
* for big commits and changing the theme, it calculated the time it was loading the full commit list and it is about the same time when you change the theme, it added an overlay and this text eg. `9 seconds to switch the theme`
* automatic versions generated with grunt
Expand Down Expand Up @@ -127,7 +131,7 @@ require('codemirror/mode/yaml/yaml');

---

[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v1.1.19-574
[**P3X-GITLIST**](https://pages.corifeus.com/gitlist) Build v2.0.5-579

[![Like Corifeus @ Facebook](https://img.shields.io/badge/LIKE-Corifeus-3b5998.svg)](https://www.facebook.com/corifeus.software) [![Donate for Corifeus / P3X](https://img.shields.io/badge/Donate-Corifeus-003087.svg)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=QZVM4V6HVZJW6) [![Contact Corifeus / P3X](https://img.shields.io/badge/Contact-P3X-ff9900.svg)](https://www.patrikx3.com/en/front/contact)

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "p3x-gitlist",
"version": "1.1.19-574",
"version": "2.0.5-579",
"corifeus": {
"prefix": "p3x-",
"publish": false,
Expand Down
3 changes: 2 additions & 1 deletion scripts/release.sh
Expand Up @@ -5,7 +5,8 @@ TOP=$DIR/..
set -e

version=$( node -e "console.log(require('$TOP/package.json').version)" )
name=gitlist-$version
pkg_name=$( node -e "console.log(require('$TOP/package.json').name)" )
name=$pkg_name-$version
repo=$TOP/build/$name

pushd $TOP
Expand Down

0 comments on commit f64b0fc

Please sign in to comment.