diff options
| -rw-r--r-- | .github/icons.png | bin | 251373 -> 269420 bytes | |||
| -rw-r--r-- | .github/tabler-icons-1.3.0.png | bin | 38404 -> 40170 bytes | |||
| -rw-r--r-- | .github/tabler-icons-1.3.0.svg | 2 | ||||
| -rw-r--r-- | .github/tabler-icons-1.4.0.png | bin | 11135 -> 11321 bytes | |||
| -rw-r--r-- | gulpfile.js | 4 | 
5 files changed, 3 insertions, 3 deletions
| diff --git a/.github/icons.png b/.github/icons.pngBinary files differ index 385f0516..c3fe182c 100644 --- a/.github/icons.png +++ b/.github/icons.png diff --git a/.github/tabler-icons-1.3.0.png b/.github/tabler-icons-1.3.0.pngBinary files differ index 1b419470..1fc05eb1 100644 --- a/.github/tabler-icons-1.3.0.png +++ b/.github/tabler-icons-1.3.0.png diff --git a/.github/tabler-icons-1.3.0.svg b/.github/tabler-icons-1.3.0.svg index eefc63fb..22d5e278 100644 --- a/.github/tabler-icons-1.3.0.svg +++ b/.github/tabler-icons-1.3.0.svg @@ -31,7 +31,7 @@  </symbol>  	<symbol id="currency-euro" class="icon icon-tabler icon-tabler-currency-euro" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"/><path d="M17.2 7a6 7 0 1 0 0 10" /><path d="M13 10h-8m0 4h8" />  </symbol> -	<symbol id="device-mobile-vibration" class="icon icon-tabler icon-tabler-device-mobile-vibration" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"/><g transform="rotate(20 12 12)"><rect x="7" y="4" width="10" height="16" rx="1" /><line x1="11" y1="5" x2="13" y2="5" /><line x1="12" y1="17" x2="12" y2="17.01" /><line x1="3" y1="8" x2="3" y2="16" /><line x1="21" y1="8" x2="21" y2="16" /></g> +	<symbol id="device-mobile-vibration" class="icon icon-tabler icon-tabler-device-mobile-vibration" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"/><g transform="rotate(15 12 12)"><rect x="7" y="4" width="10" height="16" rx="1" /><line x1="11" y1="5" x2="13" y2="5" /><line x1="12" y1="17" x2="12" y2="17.01" /><path d="M21 8l1 2l-1 2l1 2l-1 2" /><path d="M3 8l-1 2l1 2l-1 2l1 2" /></g>  </symbol>  	<symbol id="devices" class="icon icon-tabler icon-tabler-devices" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none" stroke-linecap="round" stroke-linejoin="round"><path stroke="none" d="M0 0h24v24H0z"/><rect x="13" y="8" width="8" height="12" rx="1" /><path d="M18 8v-3a1 1 0 0 0 -1 -1h-13a1 1 0 0 0 -1 1v12a1 1 0 0 0 1 1h9" /><line x1="16" y1="9" x2="18" y2="9" />  </symbol> diff --git a/.github/tabler-icons-1.4.0.png b/.github/tabler-icons-1.4.0.pngBinary files differ index f7c9c672..6a1bb9cb 100644 --- a/.github/tabler-icons-1.4.0.png +++ b/.github/tabler-icons-1.4.0.png diff --git a/gulpfile.js b/gulpfile.js index 9a5b6e6d..7463dd04 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -51,7 +51,7 @@ const createScreenshot = async (filePath) => {  		const fileName = filePath.replace('.svg', '');  		const htmlFilePath = path.join("file:", filePath); -		const browser = await puppeteer.launch(); +		const browser = await puppeteer.launch({headless: false});  		const page = await browser.newPage();  		await page.setViewport({ @@ -486,7 +486,7 @@ gulp.task('changelog-image', function (cb) {  		newVersion = argv['new-version'] || `${p.version}`;  	if (version) { -		cp.exec(`git diff v${version} HEAD --name-status`, function (err, ret) { +		cp.exec(`git diff v${version} v${newVersion} --name-status`, function (err, ret) {  			let newIcons = []; | 
