Releases: brndnmtthws/conky
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
breakcondition 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
v1.15.0
What's Changed
- Use cmake macros for cxx standards and compiler/linker options by @rlalik in #1248
- use HCL color space (Rec.2020 for luma) instead of HSV by @caiofreitaso in #1235
- Implement get_battery_power_draw() for FreeBSD. by @madpilot78 in #1252
- Bump actions/checkout from 2 to 3 by @dependabot in #1253
- Detect that nvidia display exists in each refresh by @rlalik in #1169
- Add man page to releases. by @brndnmtthws in #1255
- Separate docs & extras (syntax files) build. by @brndnmtthws in #1256
- Bump postcss from 8.4.17 to 8.4.18 in /web by @dependabot in #1257
- Bump @netlify/plugin-nextjs from 4.24.3 to 4.25.0 in /web by @dependabot in #1258
- Bump @types/node from 18.8.3 to 18.8.5 in /web by @dependabot in #1260
- Bump cypress from 10.9.0 to 10.10.0 in /web by @dependabot in #1259
- Fix create/destroy/set/get Lua Rsvg functions. by @brndnmtthws in #1263
New Contributors
- @rlalik made their first contribution in #1248
- @caiofreitaso made their first contribution in #1235
- @dependabot made their first contribution in #1253
Full Changelog: v1.14.0...v1.15.0
v1.14.0
What's Changed
- Avoid referencing underfined symbol by @madpilot78 in #1220
- Linux: enable displaying shmem, memavail and free_bufcache as variables. by @pghvlaans in #1222
- Linux: show the CPU scaling governor with $cpugovernor by @pghvlaans in #1223
- Replace atoi and atol with strtol (most files). by @pghvlaans in #1224
- Refactor docs, make a new website. by @brndnmtthws in #1226
- Add fuzzy search to web docs. by @brndnmtthws in #1228
- Reset selected_font after drawing shades/outline by @mmuman in #1227
- Add search keyboard shortcut. by @brndnmtthws in #1229
- Keyboard shortcuts by @brndnmtthws in #1230
- Improve search index, index page, add wiki link. by @brndnmtthws in #1231
- Adjust layout for docs. by @brndnmtthws in #1232
- Update extras (syntax files) w/ new docs. by @brndnmtthws in #1234
- Fix a bunch of doc formatting issues. by @brndnmtthws in #1236
- Adjust colors/format for web docs. by @brndnmtthws in #1237
- Allow meta + K shortcut for search, use npm not yarn. by @brndnmtthws in #1238
- Add 404 page, fix fonts. by @brndnmtthws in #1239
- Print build commands in CI. by @brndnmtthws in #1240
- power draw added to conky by @brightkill in #1241
- fix bug when conky displays zero values after time by @brightkill in #1242
- Fix man page formatting. by @pghvlaans in #1243
- More doc fixes. by @brndnmtthws in #1244
- Drop unimplemented weather code. by @brndnmtthws in #1245
- Fix diskio graph scale being 3 orders of magnitude too small by @missing-semi-colon in #1157
New Contributors
- @pghvlaans made their first contribution in #1222
- @brightkill made their first contribution in #1241
- @missing-semi-colon made their first contribution in #1157
Full Changelog: v1.13.1...v1.14.0
v1.13.1
What's Changed
- Add units_spacer by @brndnmtthws in #1094
- Fixes #1068 : Added custom uninstall target by @cha-ku in #1103
- fix typo in in lua_parse description by @dessert1 in #1121
- Fix SEGFAULT caused by out-of-bounds write by @arkamar in #1124
- Document unimplemented weather features by @crolsma in #1170
- make
gw_ifacework with net stat by @stevenxxiu in #1104 - Include hsv_gradient.h even if BUILTIN_CONFIG is disabled. by @mlichvar in #1141
- Correct dependencies on generated header files by @brndnmtthws in #1207
- GUI backends phase 1 by @mmuman in #664
- Http port config by @mmuman in #1205
- Add syntax keyword for http_port config setting by @mmuman in #1209
- fix #1165 by applying the padding function to nvidia objects by @kistlin in #1166
New Contributors
- @cha-ku made their first contribution in #1103
- @dessert1 made their first contribution in #1121
- @arkamar made their first contribution in #1124
- @crolsma made their first contribution in #1170
- @kistlin made their first contribution in #1166
Full Changelog: v1.12.2...v1.13.1
Conky v1.12.2
List of changes since v1.11.6: v1.11.6...v1.12.2
List of changes since v1.12.0: v1.12.1...v1.12.2
The AppImage can be verified with PGP key E3034071, with the fingerprint 6FD7 361C 97E7 31F1 A114 21A9 672C 920C E303 4071.
Conky v1.12.1
This release was created to fix an issue in the AppImage build. There are no other changes from v1.12.0, and so v1.12.0 and v1.12.1 are otherwise equivalent.
List of changes since v1.11.6: v1.11.6...v1.12.1
List of changes since v1.12.0: v1.12.0...v1.12.1
The AppImage can be verified with PGP key E3034071, with the fingerprint 6FD7 361C 97E7 31F1 A114 21A9 672C 920C E303 4071.
Conky v1.12.0
List of changes: v1.11.6...v1.12.0
The AppImage is missing for this release due to a configuration error, please use the image from v1.12.1 instead.
Conky v1.11.6
List of changes: v1.11.5...v1.11.6
The AppImage can be verified with PGP key E3034071, with the fingerprint 6FD7 361C 97E7 31F1 A114 21A9 672C 920C E303 4071.
Conky v1.11.5
List of changes: v1.11.4...v1.11.5
The AppImage can be verified with PGP key E3034071, with the fingerprint 6FD7 361C 97E7 31F1 A114 21A9 672C 920C E303 4071.