Releases: brndnmtthws/conky
Releases · brndnmtthws/conky
v1.19.2
What's Changed
🏕 Features
- lua cairo: Add mesh patterns. by @simotek in #1502
- top: do not print ${top mem 1} as inf if $mem not used by @bi4k8 in #1518
- Clean up error handling by @bi4k8 in #1524
- core: reset selected_font when clearing fonts by @bi4k8 in #1529
👒 Dependencies
- build(deps-dev): bump postcss from 8.4.21 to 8.4.23 in /web by @dependabot in #1514
- build(deps-dev): bump eslint from 8.37.0 to 8.39.0 in /web by @dependabot in #1515
- build(deps): bump @headlessui/react from 1.7.13 to 1.7.14 in /web by @dependabot in #1508
- build(deps): bump @netlify/plugin-nextjs from 4.33.0 to 4.36.0 in /web by @dependabot in #1516
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.58.0 to 5.59.1 in /web by @dependabot in #1517
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.2 in /web by @dependabot in #1519
- build(deps-dev): bump typescript from 5.0.2 to 5.0.4 in /web by @dependabot in #1523
- build(deps): bump next from 13.2.4 to 13.4.1 in /web by @dependabot in #1527
- build(deps-dev): bump @types/react-dom from 18.0.11 to 18.2.4 in /web by @dependabot in #1526
- build(deps): bump d3 from 7.8.3 to 7.8.4 in /web by @dependabot in #1522
- build(deps-dev): bump eslint from 8.39.0 to 8.40.0 in /web by @dependabot in #1530
- build(deps-dev): bump tailwindcss from 3.2.7 to 3.3.2 in /web by @dependabot in #1531
- build(deps): bump @netlify/plugin-nextjs from 4.36.0 to 4.37.0 in /web by @dependabot in #1532
- build(deps-dev): bump @types/node from 18.15.11 to 20.1.4 in /web by @dependabot in #1533
- build(deps-dev): bump eslint-config-next from 13.2.4 to 13.4.2 in /web by @dependabot in #1534
Full Changelog: v1.19.1...v1.19.2
v1.19.1
What's Changed
🏕 Features
🐞 Bug fixes
- gradient: initialize alpha when converting from rgb by @bi4k8 in #1491
- display-wayland: avoid crash when font has no family specified by @bi4k8 in #1498
👒 Dependencies
- build(deps-dev): bump eslint and @types/eslint in /web by @dependabot in #1486
- build(deps-dev): bump @types/node from 18.15.10 to 18.15.11 in /web by @dependabot in #1487
- build(deps-dev): bump eslint-plugin-cypress from 2.12.1 to 2.13.2 in /web by @dependabot in #1489
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.58.0 in /web by @dependabot in #1499
- build(deps-dev): bump cypress from 12.8.1 to 12.9.0 in /web by @dependabot in #1488
New Contributors
Full Changelog: v1.19.0...v1.19.1
v1.19.0
What's Changed
🏕 Features
- feat: Move docs to website, rearrange bits by @brndnmtthws in #1475
- Fix memory leaks in X11 display backend by @bi4k8 in #1483
🐞 Bug fixes
- gradients: fix saturation/luma calculations for 32-bit systems by @bi4k8 in #1470
- colours: parse 3-digit colour specifications again by @bi4k8 in #1480
- display-output: allow no outputs by @bi4k8 in #1481
- ncurses color fixes by @bi4k8 in #1482
👒 Dependencies
- build(deps-dev): bump next-mdx-remote from 4.3.0 to 4.4.1 in /web by @dependabot in #1450
- build(deps): bump @headlessui/react from 1.7.12 to 1.7.13 in /web by @dependabot in #1451
- build(deps-dev): bump eslint-config-next from 13.2.1 to 13.2.3 in /web by @dependabot in #1454
- build(deps-dev): bump @types/node from 18.14.2 to 18.14.6 in /web by @dependabot in #1453
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.54.0 to 5.54.1 in /web by @dependabot in #1452
- build(deps-dev): bump autoprefixer from 10.4.13 to 10.4.14 in /web by @dependabot in #1460
- build(deps-dev): bump @typescript-eslint/parser from 5.54.0 to 5.55.0 in /web by @dependabot in #1458
- build(deps-dev): bump eslint-config-prettier from 8.6.0 to 8.7.0 in /web by @dependabot in #1456
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.54.1 to 5.55.0 in /web by @dependabot in #1459
- build(deps-dev): bump eslint and @types/eslint in /web by @dependabot in #1461
- build(deps): bump actions/stale from 7 to 8 by @dependabot in #1472
Full Changelog: v1.18.3...v1.19.0
v1.18.3
What's Changed
🏕 Features
🐞 Bug fixes
- chore: Only run codeql on schedule by @brndnmtthws in #1448
Full Changelog: v1.18.2...v1.18.3
v1.18.2
What's Changed
🏕 Features
- Update/fix some web stuff. by @brndnmtthws in #1429
- Improve the web tests by @brndnmtthws in #1430
🐞 Bug fixes
- Add some colour tests. by @brndnmtthws in #1426
- Fix these colour tests, refactor gcov script. by @brndnmtthws in #1427
- Require Lua 5.3 or newer by @brndnmtthws in #1432
- chore: Add missing typings by @brndnmtthws in #1439
- Don't prefix mouse hook with conky_ twice. by @brndnmtthws in #1440
- Fix lefthook config. by @brndnmtthws in #1441
- colours: cache X11 pixel values by @bi4k8 in #1444
👒 Dependencies
- build(deps-dev): bump tailwindcss from 3.2.6 to 3.2.7 in /web by @dependabot in #1412
- build(deps-dev): bump @types/node from 18.13.0 to 18.14.0 in /web by @dependabot in #1413
- build(deps-dev): bump cypress from 12.5.1 to 12.6.0 in /web by @dependabot in #1414
- build(deps): bump @headlessui/react from 1.7.10 to 1.7.11 in /web by @dependabot in #1415
- build(deps-dev): bump start-server-and-test from 1.15.4 to 2.0.0 in /web by @dependabot in #1433
- build(deps-dev): bump @typescript-eslint/eslint-plugin from 5.53.0 to 5.54.0 in /web by @dependabot in #1434
- build(deps-dev): bump eslint from 8.34.0 to 8.35.0 in /web by @dependabot in #1436
- build(deps-dev): bump @typescript-eslint/parser from 5.53.0 to 5.54.0 in /web by @dependabot in #1437
- build(deps-dev): bump @types/node from 18.14.1 to 18.14.2 in /web by @dependabot in #1435
Full Changelog: v1.18.1...v1.18.2
v1.18.1
What's Changed
🏕 Features
- use new Colour type for specials and gradients by @bi4k8 in #1418
- Premultiply background colors for X11 by @bi4k8 in #1421
- Build fixes for strict checks. by @brndnmtthws in #1422
Full Changelog: v1.18.0...v1.18.1
v1.18.0
What's Changed
🏕 Features
- Follow up to #1361 by @bi4k8 in #1363
- cmake/config.h.in: Added missing BUILD_ prefix to #cmakedefine for MO… by @jaakristioja in #1386
- Implement shared
Color
type by @bi4k8 in #1390 - Fix a couple security nits from codeql by @brndnmtthws in #1401
- Use FindLua CMake module. by @brndnmtthws in #1403
- Add an above-all overlay mode for
own_window_type
,utility
by @tranquillity-codes in #1402 - chore: Fix imlib2 Lua bindings by @brndnmtthws in #1405
- Enable GCC 12 in actions, fix warning. by @brndnmtthws in #1407
- Unbreak Xinerama config loading. by @brndnmtthws in #1408
🐞 Bug fixes
- wayland: trigger window resize when scale changes by @bi4k8 in #1362
- Fix colors when Wayland and X11 backends coexist by @bi4k8 in #1361
👒 Dependencies
- build(deps-dev): bump eslint from 8.30.0 to 8.31.0 in /web by @dependabot in #1358
- build(deps-dev): bump eslint-config-prettier from 8.5.0 to 8.6.0 in /web by @dependabot in #1359
- build(deps-dev): bump @types/node from 18.11.17 to 18.11.18 in /web by @dependabot in #1360
- build(deps-dev): bump next-mdx-remote from 4.2.0 to 4.3.0 in /web by @dependabot in #1377
- build(deps-dev): bump cypress from 12.2.0 to 12.3.0 in /web by @dependabot in #1366
- build(deps): bump @tailwindcss/typography from 0.5.8 to 0.5.9 in /web by @dependabot in #1374
- build(deps-dev): bump eslint from 8.31.0 to 8.32.0 in /web by @dependabot in #1373
- build(deps-dev): bump postcss from 8.4.20 to 8.4.21 in /web by @dependabot in #1367
- build(deps-dev): bump eslint from 8.32.0 to 8.33.0 in /web by @dependabot in #1381
- build(deps): bump @fontsource/fira-code from 4.5.12 to 4.5.13 in /web by @dependabot in #1382
- build(deps): bump @fontsource/inter from 4.5.14 to 4.5.15 in /web by @dependabot in #1385
- build(deps-dev): bump cypress from 12.3.0 to 12.5.0 in /web by @dependabot in #1388
- build(deps): bump @fontsource/newsreader from 4.5.9 to 4.5.10 in /web by @dependabot in #1384
- build(deps): bump @headlessui/react from 1.7.7 to 1.7.10 in /web by @dependabot in #1391
- build(deps-dev): bump @types/react from 18.0.26 to 18.0.27 in /web by @dependabot in #1392
- build(deps-dev): bump eslint-config-next from 13.1.1 to 13.1.6 in /web by @dependabot in #1395
- build(deps): bump @netlify/plugin-nextjs from 4.29.4 to 4.30.4 in /web by @dependabot in #1396
- build(deps-dev): bump @types/node from 18.11.18 to 18.13.0 in /web by @dependabot in #1397
- build(deps-dev): bump @types/react from 18.0.27 to 18.0.28 in /web by @dependabot in #1398
- build(deps-dev): bump eslint from 8.33.0 to 8.34.0 in /web by @dependabot in #1399
New Contributors
- @jaakristioja made their first contribution in #1386
- @tranquillity-codes made their first contribution in #1402
Full Changelog: v1.17.0...v1.18.0
v1.17.0
What's Changed
🏕 Features
- Add mouse events for X11 by @Caellian in #955
- Add basic Nix flake. by @brndnmtthws in #1356
🐞 Bug fixes
- Unbreak Wayland build on BSDs by @jbeich in #1349
- Use libc++ w/ clang by @brndnmtthws in #1351
New Contributors
Full Changelog: v1.16.1...v1.17.0
v1.16.1
What's Changed
🏕 Features
- Use ninja instead of make in build. by @brndnmtthws in #1340
- Fix this install command fail. by @brndnmtthws in #1342
- Use the cmake commands here instead. by @brndnmtthws in #1346
🐞 Bug fixes
- Add missing unistd include. by @brndnmtthws in #1337
- Wayland fixes by @brndnmtthws in #1341
👒 Dependencies
- build(deps): bump actions/stale from 6 to 7 by @dependabot in #1345
Full Changelog: v1.16.0...v1.16.1
v1.16.0
What's Changed
- Wayland GUI backend by @bi4k8 in #1310
- Bump @netlify/plugin-nextjs from 4.25.0 to 4.26.0 in /web by @dependabot in #1265
- Bump @types/node from 18.8.5 to 18.11.0 in /web by @dependabot in #1266
- Bump @fontsource/inter from 4.5.13 to 4.5.14 in /web by @dependabot in #1267
- Bump @fontsource/newsreader from 4.5.8 to 4.5.9 in /web by @dependabot in #1268
- Bump @types/node from 18.11.0 to 18.11.4 in /web by @dependabot in #1273
- Bump tailwindcss from 3.1.8 to 3.2.1 in /web by @dependabot in #1274
- Bump @types/react from 18.0.21 to 18.0.22 in /web by @dependabot in #1275
- Bump eslint from 8.25.0 to 8.26.0 in /web by @dependabot in #1276
- Bump @netlify/plugin-nextjs from 4.26.0 to 4.27.3 in /web by @dependabot in #1277
- Bump next from 12.3.1 to 13.0.0 in /web by @dependabot in #1278
- Bump @netlify/plugin-nextjs from 4.27.3 to 4.28.3 in /web by @dependabot in #1279
- Bump autoprefixer from 10.4.12 to 10.4.13 in /web by @dependabot in #1280
- Bump eslint-config-next from 12.3.1 to 13.0.0 in /web by @dependabot in #1281
- Bump cypress from 10.10.0 to 10.11.0 in /web by @dependabot in #1282
- Bump eslint from 8.26.0 to 8.27.0 in /web by @dependabot in #1287
- Bump next from 13.0.0 to 13.0.2 in /web by @dependabot in #1288
- Bump @netlify/plugin-nextjs from 4.28.3 to 4.28.5 in /web by @dependabot in #1289
- Bump @tailwindcss/typography from 0.5.7 to 0.5.8 in /web by @dependabot in #1291
- Bump eslint-config-next from 13.0.0 to 13.0.2 in /web by @dependabot in #1290
- Update Lua cairo bindings. by @brndnmtthws in #1293
- Bump web deps. by @brndnmtthws in #1300
- Add an option to disable storing graph data explicitly by @johalaoui in #1315
- More X11 cleanup by @mmuman in #1250
- Fix warning caused by nonsense
break
condition by @bi4k8 in #1324 - Bump web deps. by @brndnmtthws in #1325
- FreeBSD: Memory reporting variables by @pghvlaans in #1332
- Change assert in set_font to check w/ debug. by @brndnmtthws in #1294
- Fix some include ordering/build stuff. by @brndnmtthws in #1334
- Bump web deps. by @brndnmtthws in #1333
- Build fixes for wayland stuff. by @brndnmtthws in #1335
New Contributors
- @johalaoui made their first contribution in #1315
- @bi4k8 made their first contribution in #1324
Full Changelog: v1.15.0...v1.16.0