image fixes
BIN
.github/icons.png
vendored
Before Width: | Height: | Size: 246 KiB After Width: | Height: | Size: 263 KiB |
BIN
.github/tabler-icons-1.3.0.png
vendored
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 39 KiB |
2
.github/tabler-icons-1.3.0.svg
vendored
@@ -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>
|
||||
|
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 22 KiB |
BIN
.github/tabler-icons-1.4.0.png
vendored
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
@@ -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 = [];
|
||||
|
||||
|