UpSnap Versions Save

A simple wake on lan web app written with SvelteKit, Go and PocketBase.

4.2.2

5 months ago

Changelog

Features

  • d53c4699ba0fd0552acef7772c073a3a2d5ecd11: feat: add custom clickable links to ports #374 #222 (@seriousm4x)
  • 30c074930cae6c589af1a64d985a1c05f6cd9eb6: feat: add custom scan timeout env UPSNAP_SCAN_TIMEOUT #193 (@seriousm4x)
  • 976e808d75313a96f763a61b64ffcc4a2c6c840a: feat: add ping privileged env UPSNAP_PING_PRIVILEGED #207 (@seriousm4x)

Bug fixes

  • 978d81abc76a02f315989de41a213f7506bdac80: fix: date-fns imports (@seriousm4x)

Others

  • 7bba99fc012aee1d7a7340388c6428f3ae002439: add UPSNAP_SCAN_TIMEOUT to docker-compose example (@seriousm4x)
  • bf336a2da54f84d502c7cc632cbc8b058637595b: pnpm lock (@seriousm4x)

Npm dependencies

  • 1b2042b6eecbadb9cf9fd96fc28dde96c65606e1: npm-dep: bump daisyui from 4.4.20 to 4.4.22 in /frontend (@dependabot[bot])
  • cb05d37bdb42d5c0b021f14c11d4cfb45f15a6ca: npm-dep: bump daisyui from 4.4.22 to 4.4.23 in /frontend (@dependabot[bot])
  • 702dc541ed54693e2df219c134e2d9eaaaf221c3: npm-dep: bump date-fns from 2.30.0 to 3.0.0 in /frontend (@dependabot[bot])
  • 9ff4b4212f79ade1446fa991109a6f6f00fa2681: npm-dep: bump date-fns from 3.0.0 to 3.0.1 in /frontend (@dependabot[bot])
  • 5e644a5104dbdb784a514838acb2ae85eaadd6af: npm-dep: bump date-fns from 3.0.1 to 3.0.4 in /frontend (@dependabot[bot])
  • 9cf32927fe55462f52763819711deea39859c1ad: npm-dep: bump date-fns from 3.0.4 to 3.0.6 in /frontend (@dependabot[bot])
  • eb1c50f2ef5ec63112f3fcb06583d872a078bbd3: npm-dep: bump tailwindcss from 3.3.7 to 3.4.0 in /frontend (@dependabot[bot])

4.2.1

5 months ago

Changelog

Bug fixes

  • 16ec0b42ea93a85a2fef67575ea6f761e2f8b0cf: fix: memory leak for cronjobs #356 (@seriousm4x)

Others

  • 4ffae6ebeef20934547cca914cc91029e3728818: .yml -> .yaml (@seriousm4x)
  • 79af6fd0465cf91ad1ae733c2bb83eb36d5dce08: add config.yml (@seriousm4x)
  • a9fa2b6a4660a271c156b615e735deedbf1a0af8: always defer close on port check #356 (@seriousm4x)
  • b8ac841129898074d0ab8306b805079681750daf: remove title tag (@seriousm4x)
  • d7a04562e0326d026f42b4a4ca8f92136e589533: rename again (@seriousm4x)
  • ba17d119ccf429effd8b991314b3dfc9ad48dfc3: rename label (@seriousm4x)
  • 4ccb066469b359e77f9601d3bd04ab5d1b5b1bf3: use github forms for issues/features (@seriousm4x)

Npm dependencies

  • 2824a937a810226e74f3da46d83db72db44385e6: npm-dep: update (@seriousm4x)
  • ea46f625b6b901593896de664f7de812b43e9ecc: npm-dep: bump eslint from 8.55.0 to 8.56.0 in /frontend (@dependabot[bot])
  • 8d532a2e1a20b8a320cd06efb6eb8ddd5b2aef07: npm-dep: bump daisyui from 4.4.19 to 4.4.20 in /frontend (@dependabot[bot])

Go dependencies

  • 606d26ee88230e31531d6608f085446a8e0f7cde: go-dep: update (@seriousm4x)
  • 77daa4f34d095fec788df4726b87ba84b08409a2: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])

4.2.1-beta.2

5 months ago

Changelog

Bug fixes

  • 16ec0b42ea93a85a2fef67575ea6f761e2f8b0cf: fix: memory leak for cronjobs #356 (@seriousm4x)

Go dependencies

  • 77daa4f34d095fec788df4726b87ba84b08409a2: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])

Npm dependencies

  • ea46f625b6b901593896de664f7de812b43e9ecc: npm-dep: bump eslint from 8.55.0 to 8.56.0 in /frontend (@dependabot[bot])

4.2.1-beta.1

5 months ago

Changelog

Others

  • 4ffae6ebeef20934547cca914cc91029e3728818: .yml -> .yaml (@seriousm4x)
  • 79af6fd0465cf91ad1ae733c2bb83eb36d5dce08: add config.yml (@seriousm4x)
  • a9fa2b6a4660a271c156b615e735deedbf1a0af8: always defer close on port check #356 (@seriousm4x)
  • b8ac841129898074d0ab8306b805079681750daf: remove title tag (@seriousm4x)
  • d7a04562e0326d026f42b4a4ca8f92136e589533: rename again (@seriousm4x)
  • ba17d119ccf429effd8b991314b3dfc9ad48dfc3: rename label (@seriousm4x)
  • 4ccb066469b359e77f9601d3bd04ab5d1b5b1bf3: use github forms for issues/features (@seriousm4x)

Npm dependencies

  • 8d532a2e1a20b8a320cd06efb6eb8ddd5b2aef07: npm-dep: bump daisyui from 4.4.19 to 4.4.20 in /frontend (@dependabot[bot])

4.2.0

6 months ago

🆕 New

  • Add support for a custom ping command. Exit code 0 will set the device as online. Any other as offline.
  • Add support for a custom wake command

Thanks to @tstivers for adding this!

Changelog

Features

  • faa47f2cddf6dc6e68fe74c3338fffc67ddc1d98: feat: add support for custom wake/ping commands (@tstivers)

Others

  • 90d22d9dcd2d17a2a1f96e153831b5140f326f0a: add translations (@seriousm4x)
  • f8f387e90b76e96f81a2db46fe9bde4f00ef6dcb: change placeholder netmask to prefer using 255.255.255.255 (@seriousm4x)
  • a7e2cdd405dfa30337196cd9741bdc529766e215: german: siezen -> duzen (@seriousm4x)
  • 3331ae96f540eddfebf3d46414d5e155a86384eb: minor adjustments (@seriousm4x)

Go dependencies

  • 8c6f11ea1e0dcc92e714951633e8fddf67aea66f: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
  • b421417efb5481d97f83f8059aa49b4b67cc4390: go-dep: bump golang.org/x/sys from 0.14.0 to 0.15.0 in /backend (@dependabot[bot])
  • dbb194e247eaad28a30e090e09a5a22484fd15a4: go-dep: update (@seriousm4x)

Npm dependencies

  • 5f06939e2bc3a4b38a189a496b302a8d0eeb8ba0: npm-dep: bump @fortawesome/free-solid-svg-icons in /frontend (@dependabot[bot])
  • 9f0f5c0b530b0d35784bd8b5dc2c920bd1cef0f7: npm-dep: bump @fortawesome/free-solid-svg-icons in /frontend (@dependabot[bot])
  • 27b806d67aa9cef6f63343622ef266b890cc4841: npm-dep: bump @sveltejs/kit from 1.27.6 to 1.27.7 in /frontend (@dependabot[bot])
  • 241c1077b62c58165347b21c0f722ce831966bcc: npm-dep: bump @sveltejs/kit from 1.27.7 to 1.29.0 in /frontend (@dependabot[bot])
  • 153e9bdab75db36f43e9c5101597d29bd40a8051: npm-dep: bump @sveltejs/kit from 1.29.0 to 1.30.1 in /frontend (@dependabot[bot])
  • e7c5b07a482431ed3259b856ec7a7cf4e988373a: npm-dep: bump @sveltejs/kit from 1.30.1 to 1.30.3 in /frontend (@dependabot[bot])
  • eefad8c46720a18605ed394a890c954d49799f33: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
  • 0d68df2a450ad3a5f08dae5f23d73adb3d72a793: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
  • 93486e8d2c0483a6d7e8ecea4df871e325ac9c7a: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
  • a641ffdd1e80b85d17a73705d2b32bcc8243e330: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
  • 9e57d1c7487180ed8a6f8af79b1475d3685f442f: npm-dep: bump @typescript-eslint/parser in /frontend (@dependabot[bot])
  • 5c26bc3111e3528dfad6e12aa8f426a3521c2903: npm-dep: bump @typescript-eslint/parser in /frontend (@dependabot[bot])
  • 5593902ea8e8a0f5280b9603752c3c57846bb8bb: npm-dep: bump @typescript-eslint/parser in /frontend (@dependabot[bot])
  • 6c6fd561e6c3e928002d63e07143dcc33705f844: npm-dep: bump @typescript-eslint/parser in /frontend (@dependabot[bot])
  • b808b2a8a15c4118ffb4f245369bd470a79b2c43: npm-dep: bump daisyui from 4.4.10 to 4.4.12 in /frontend (@dependabot[bot])
  • 36cad3a94198cc45b87af32a5fafb3488f45290d: npm-dep: bump daisyui from 4.4.12 to 4.4.14 in /frontend (@dependabot[bot])
  • fce6869d15004be5298083e27c7b98528ae9add8: npm-dep: bump daisyui from 4.4.14 to 4.4.17 in /frontend (@dependabot[bot])
  • 203b1a9916487a1d6f4be147bc11fc04b4c08992: npm-dep: bump daisyui from 4.4.17 to 4.4.18 in /frontend (@dependabot[bot])
  • 1f7511fa0ada8e2a234ddb21c332792f305574f4: npm-dep: bump daisyui from 4.4.18 to 4.4.19 in /frontend (@dependabot[bot])
  • d0a83edc66f63e7e2514439e2f68076b17a46b74: npm-dep: bump daisyui from 4.4.2 to 4.4.6 in /frontend (@dependabot[bot])
  • 818a06f5b9e1216aec5f3448443944ecc7375a13: npm-dep: bump daisyui from 4.4.6 to 4.4.10 in /frontend (@dependabot[bot])
  • 7237ba3abd5fe830e3861532c2f34acff70f4a4f: npm-dep: bump eslint from 8.54.0 to 8.55.0 in /frontend (@dependabot[bot])
  • ede0ebfaa8eb0527a4e9847ef2868946f37f7f0c: npm-dep: bump eslint-config-prettier from 9.0.0 to 9.1.0 in /frontend (@dependabot[bot])
  • 7ea9f931eadb3893913f7be786f6022c1dbba658: npm-dep: bump pocketbase from 0.19.0 to 0.20.0 in /frontend (@dependabot[bot])
  • 3ca0116028e49245381effeaed213458263a53f2: npm-dep: bump pocketbase from 0.19.0 to 0.20.0 in /frontend (@dependabot[bot])
  • e9977b8db2a7d53c64483d9f74953803b02ffb58: npm-dep: bump pocketbase from 0.20.0 to 0.20.1 in /frontend (@dependabot[bot])
  • 01b8e147e6678446dba7383c48d2d097d1031404: npm-dep: bump postcss from 8.4.31 to 8.4.32 in /frontend (@dependabot[bot])
  • 583f388e5bb045b6a27bce2bc76508570af036e8: npm-dep: bump prettier from 3.1.0 to 3.1.1 in /frontend (@dependabot[bot])
  • 1fee766ef6ee757a90d25a97a43d31952586beb4: npm-dep: bump prettier-plugin-svelte from 3.1.1 to 3.1.2 in /frontend (@dependabot[bot])
  • 58f2f191f90f34d1e61448d1010f7b3ed56417b7: npm-dep: bump svelte from 4.2.7 to 4.2.8 in /frontend (@dependabot[bot])
  • 3849a03971438b3c0677ff47068a951ccab328ba: npm-dep: bump svelte-check from 3.6.0 to 3.6.1 in /frontend (@dependabot[bot])
  • 626de2ec66c288657c482379d881fbcfb0178b56: npm-dep: bump svelte-check from 3.6.1 to 3.6.2 in /frontend (@dependabot[bot])
  • 3b224648330f0e3b5139fa11243fa96c7390cc8c: npm-dep: bump tailwindcss from 3.3.5 to 3.3.6 in /frontend (@dependabot[bot])
  • 27ef0bc3c70bde9af0d74d79ed849eb6126e8d52: npm-dep: bump typescript from 5.3.2 to 5.3.3 in /frontend (@dependabot[bot])
  • 79cce75d1bea18fbfef565a5cc4c8625c98d9b59: npm-dep: manual update (@seriousm4x)
  • cbff13659bc0c9640b4157652f57dd3df7195988: npm-dep: update (@seriousm4x)

Github Actions

  • 4ca9651214fd118f935e5b634d2f56fd261ba3b4: gh-action: bump actions/setup-go from 4 to 5 (@dependabot[bot])

4.1.4

6 months ago

Changelog

Features

  • 2d7d1119d4365af35296e312c5dc998fdfe8344f: feat: add optional confirmation dialog for wake/shutdown #260 (@seriousm4x)

Others

  • 554409e1d4a3093f4db8914ce97d3a4869cdb730: Merge pull request #326 from denymz/i18n-update-zh (@seriousm4x)
  • d2f5e2b3a9a72ef3ede38be755fc2f0cb00bfe1a: Updated Chinese translation (@denymz)

Npm dependencies

  • 43a6aa369fc867e8edea7adbb614dd6c159642d9: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
  • 9c85f7bcb2ac91988559533747e846d8b2c1d445: npm-dep: bump @typescript-eslint/parser in /frontend (@dependabot[bot])
  • 22d20bff5429a9b6366ddfd680a0f5b41ed9d7ab: npm-dep: bump daisyui from 4.0.7 to 4.0.9 in /frontend (@dependabot[bot])
  • d522eba257dcfcc90c329f41c3c121777e741101: npm-dep: bump daisyui from 4.0.9 to 4.3.1 in /frontend (@dependabot[bot])
  • c5c89d49db4e7dc3bf9e625746d47f89afda323c: npm-dep: bump daisyui from 4.3.1 to 4.4.2 in /frontend (@dependabot[bot])
  • b74e50366977f32c9027a8e6ad0e266bad50d58b: npm-dep: bump eslint from 8.53.0 to 8.54.0 in /frontend (@dependabot[bot])
  • 6368c9a41082768c1b41380adf35480757c88ec5: npm-dep: bump eslint-plugin-svelte from 2.35.0 to 2.35.1 in /frontend (@dependabot[bot])
  • 2fce7f2b1d114de9f6c679a47b884b0bd6d03afb: npm-dep: bump prettier-plugin-svelte from 3.1.0 to 3.1.1 in /frontend (@dependabot[bot])
  • a1421acfd8c8c6a074fb2a15388ca5f5bece772c: npm-dep: bump svelte from 4.2.3 to 4.2.4 in /frontend (@dependabot[bot])
  • a374e0e806197b8f010b163439956bcb923a5fee: npm-dep: bump svelte from 4.2.4 to 4.2.7 in /frontend (@dependabot[bot])
  • b1cd7adcd7607ee68beba9e36efd114fadcaa4fc: npm-dep: bump typescript from 5.2.2 to 5.3.2 in /frontend (@dependabot[bot])

4.1.3

6 months ago

✨ Thanks for 1k+ stars!

Not a big release. Just dependecy updates bringing 3 new themes: dim, nord and sunset.

Changelog

Features

  • 8f93f3e1872047969cfd3b79545d9bbf31b1cdbb: feat: move theme to overflow menu on small screens (@seriousm4x)

Bug fixes

  • bd1c80dd3b96ef96e7ac9dcd7529fb7d7b91cc43: fix: line height by using overflow container (@seriousm4x)
  • cfbc850e5a4b142164ef158387db166b9b1401d9: fix: optimize for small screen (@seriousm4x)

Others

  • 5acfcbbcbacedaa845534f3dd5715108b41578b0: updates for daisyui 4 (@seriousm4x)

Go dependencies

  • 51ff4ff038361079d6945d8ae918ef3492fc95e4: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
  • 687214ea4f86a32a22ce1c8b91bbb77401ff967b: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
  • 64a79873a2766dfc94c10776237c3ab671d86a61: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
  • ab929469cba0c165316aaa320b8e9f1a9d99f2f5: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
  • 1461d1798145480bfc16b00e53678bcf8529ca59: go-dep: bump golang.org/x/sys from 0.13.0 to 0.14.0 in /backend (@dependabot[bot])

Npm dependencies

  • e3d1f33d518f252cfd38dfec7854ca4c33792f07: npm-dep: bump @sveltejs/kit from 1.26.0 to 1.27.0 in /frontend (@dependabot[bot])
  • bdd0337b8235d48e24b382d5d17b51527a7c038f: npm-dep: bump @sveltejs/kit from 1.27.0 to 1.27.1 in /frontend (@dependabot[bot])
  • 9c0854ad1ebab2cdcb50ee9e7ca9ddac9d46786b: npm-dep: bump @sveltejs/kit from 1.27.1 to 1.27.2 in /frontend (@dependabot[bot])
  • 3975c495ccd0b7e3b0d72d030d24632a2790f858: npm-dep: bump @sveltejs/kit from 1.27.2 to 1.27.3 in /frontend (@dependabot[bot])
  • 7439dc62be5d3d32ea14c7c317d46bcf6c69171a: npm-dep: bump @sveltejs/kit from 1.27.3 to 1.27.4 in /frontend (@dependabot[bot])
  • bccf5b4d86a765c05318f719805a7e8db1e47d30: npm-dep: bump @sveltejs/kit from 1.27.4 to 1.27.5 in /frontend (@dependabot[bot])
  • aae85864e05e427d84fbef08fbc5837ee0bc7ff1: npm-dep: bump @sveltejs/kit from 1.27.5 to 1.27.6 in /frontend (@dependabot[bot])
  • 5d9599b8c2cb6f9f39c1d2d8a6981d2e5dadb048: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
  • 2056e548da73e9b08522ffbc39976a62c8de09a8: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
  • 2423f64f606d378a17ff1264bb5a441ea8cfa235: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
  • d6975c15628386c0d1507d1375386e395aa3d378: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
  • c93b6185b57d95e2c9f591f37f75ee118750ddab: npm-dep: bump @typescript-eslint/parser from 6.8.0 to 6.9.0 in /frontend (@dependabot[bot])
  • 04c67ddcd63d8ee0134281381768b98168365ed1: npm-dep: bump @typescript-eslint/parser from 6.9.0 to 6.9.1 in /frontend (@dependabot[bot])
  • 16277a3c56b4bbb1930fca1474d93c19e109e952: npm-dep: bump @typescript-eslint/parser in /frontend (@dependabot[bot])
  • 959fbc48a64cd0fb9a4f8d9707d67c44979e20ab: npm-dep: bump @typescript-eslint/parser in /frontend (@dependabot[bot])
  • 7479a96e41e156491abbaf8a2bd169404493e9ce: npm-dep: bump daisyui from 3.9.3 to 3.9.4 in /frontend (@dependabot[bot])
  • 4d2c96aec4cc5e87d6bfa385548a8eb4c4acc3a0: npm-dep: bump daisyui from 3.9.4 to 4.0.3 in /frontend (@dependabot[bot])
  • 73711a7241645997841d952ccc5f191e0f347247: npm-dep: bump daisyui from 4.0.3 to 4.0.4 in /frontend (@dependabot[bot])
  • c48be0aec784c1262be71a2f8ba8861dfc9abe0a: npm-dep: bump daisyui from 4.0.4 to 4.0.7 in /frontend (@dependabot[bot])
  • aa254c08dc6cfdd9fc1518c60918e50032bb0401: npm-dep: bump eslint from 8.51.0 to 8.52.0 in /frontend (@dependabot[bot])
  • 9a64762c253efd6235c2fe86d8bbe07a873178af: npm-dep: bump eslint from 8.52.0 to 8.53.0 in /frontend (@dependabot[bot])
  • b8afd70d1ddff067acd2d1c4e6b53fb6dd9c4d63: npm-dep: bump eslint-plugin-svelte from 2.34.0 to 2.34.1 in /frontend (@dependabot[bot])
  • 123acdbb601a5e64a73480e37111a2266867bad5: npm-dep: bump eslint-plugin-svelte from 2.34.1 to 2.35.0 in /frontend (@dependabot[bot])
  • ca6a1a036abe3ef9650fb393ee302d1f98f770c8: npm-dep: bump prettier from 3.0.3 to 3.1.0 in /frontend (@dependabot[bot])
  • cdb42b97aeb622220e701abd9e45ca51e7b8c06b: npm-dep: bump prettier-plugin-svelte from 3.0.3 to 3.1.0 in /frontend (@dependabot[bot])
  • 175017d9a957833fd2026046be86cc2a80313b00: npm-dep: bump svelte from 4.2.2 to 4.2.3 in /frontend (@dependabot[bot])
  • f87d06829d5ebd647eec86ded29d205c5e7cc75b: npm-dep: bump svelte-check from 3.5.2 to 3.6.0 in /frontend (@dependabot[bot])
  • 7e8eda714f99ef535f2c8cebc617d824b8d577e0: npm-dep: bump tailwindcss from 3.3.3 to 3.3.4 in /frontend (@dependabot[bot])
  • 0fab62b3a32627e42e98fbd91091f2087e54be37: npm-dep: bump tailwindcss from 3.3.4 to 3.3.5 in /frontend (@dependabot[bot])

Github Actions

  • 99e12ea2807afe1616b27a7385bb88712e7b524d: gh-action: bump actions/setup-node from 3 to 4 (@dependabot[bot])

4.1.2

7 months ago

Added languages

  • French @DimitriDR
  • Chinese @denymz

Thanks to both of you!

Changelog

Bug fixes

  • 86ed3c1c08a728628bbfb0b8063215f961705036: fix: cross platform build (@seriousm4x)
  • 92a142b5ee9e4fd0c79ca75bf074f2a3f0574742: fix: import sys/windows (@seriousm4x)
  • 2f3ad2fdcb343d125517827c200a26348fab6ce0: fix: use SIGTERM, then SIGKILL to avoid zombies #266 (@seriousm4x)
  • 5292ca82ba5b695c723343e961b235be3cee3508: fix: chinese date-fns import (@seriousm4x)
  • f3ba2489f4443fa7fe50e779a182d485c5bb3a3f: fix: kill child processes of shutdown cmd #266 (@seriousm4x)
  • 49d729efa8b567c920ac9c13c7fef1da2d108cb9: fix: re-add whitespace for fr (@seriousm4x)
  • fc3e6e6e906550a62eb42d2993fdca6a5f477f4c: fix: seperate platform specific process killing #266 (@seriousm4x)

Others

  • f351df6b885d4708dc94eaf7bbe6e45c48137772: add upsnap version to issue template (@seriousm4x)
  • d50245ebaff9a2fdd728504d3c79ef4dd4cd0151: capitalize logs (@seriousm4x)
  • 8457c495cfee0e3ff0e99402391f4998df210af8: Adding Chinese language (@denymz)
  • 915872c634b8904ceb2857c8ebc8b38fc0d4b21c: Merge pull request #270 from denymz/i18n-add-zh (@seriousm4x)
  • 48228cb01c4232edd4c8cda24b037de19e92c86d: add fr and zh (@seriousm4x)
  • be98da5c91872f6b540a6d5e9c2ff7d8cf511157: format and use chinese wiki link (@seriousm4x)
  • a4ab575eb3193f659f02ab6abd42e7d861b722c2: format pnpm-lock (@seriousm4x)
  • 433d9e293a112cc19ef7ba4ba720cda848878a55: Adding French language (@DimitriDR)
  • ea328bcd5e71b28cfc76d6a4bca09d9b48d6305f: Fixing the typo 'cancle' (@DimitriDR)
  • 128a1c61fdc07c935ec95dfaa238425e60a23302: Fixing typo for cancle instead of cancel in localization files (mainly) (@DimitriDR)
  • 4b5354da9b6f7101f6d5bf79b6a68275638f0a36: Merge remote-tracking branch 'origin/master' into i18n-add-fr (@seriousm4x)
  • f525c4a58de711de1a8e06783a0c501ada1a91ec: Update Crowdin configuration file (@seriousm4x)
  • 4426d60248eb05b87e45155e7796808ebc5ee40e: possible fix for #266 (@seriousm4x)
  • f04a54e5dcef10f9280e5124b421fb1229d69854: remove whitespace chars (@seriousm4x)
  • 90ebd6d2a09237cfbd67ded15d40cc9d28de7bb0: update deps (@seriousm4x)
  • 888cd82d00153d8ff080b5559f69f2222a064154: use full nmap path in exec (@seriousm4x)

Go dependencies

  • c91f6767d8d161f813bcec3b3579e13b502a0f0f: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
  • 1584c67de343b648563664c43f4fb506e62a72f1: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])

Npm dependencies

  • 62e20969b5e413f919c11ebc0ebaa7872f94be90: npm-dep: bump @sveltejs/kit from 1.25.2 to 1.26.0 in /frontend (@dependabot[bot])
  • 89c93d98f260217040beb968f5a79695bfe5135a: npm-dep: bump pocketbase from 0.18.3 to 0.19.0 in /frontend (@dependabot[bot])
  • d12c37cf7b45442ad7139b37e1436f0553f3f53c: npm-dep: bump svelte from 4.2.1 to 4.2.2 in /frontend (@dependabot[bot])
  • 3788862120d8b5bf8b62aca914fbf2772fa1757d: npm-dep: bump vite from 4.4.11 to 4.5.0 in /frontend (@dependabot[bot])
  • 8055967cf275bc737c4840018f54f3e01e270a41: npm-dep: bump @sveltejs/kit from 1.25.1 to 1.25.2 in /frontend (@dependabot[bot])
  • 6079ff0fd37f79ab2a2636999a2075cce27dce7b: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
  • 489261f0bfe15ce6b44f03dbf7e4f120c0c3179f: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
  • 2d54d9b79cbc378fd2c069d13d214f30e9336c54: npm-dep: bump @typescript-eslint/parser from 6.7.4 to 6.7.5 in /frontend (@dependabot[bot])
  • 60e7ca2c0e44e8388afb95bf64ad2bd5ba8d4a8b: npm-dep: bump @typescript-eslint/parser from 6.7.5 to 6.8.0 in /frontend (@dependabot[bot])
  • a8a13c5dc66377c638efce5812fd223e189331c3: npm-dep: bump daisyui from 3.8.3 to 3.9.1 in /frontend (@dependabot[bot])
  • f4f8d27f42559cc129ee8761552a376ec60340e6: npm-dep: bump daisyui from 3.9.1 to 3.9.2 in /frontend (@dependabot[bot])
  • a649e04d14b299bd8d2cf5d197aeb55b04439587: npm-dep: bump daisyui from 3.9.2 to 3.9.3 in /frontend (@dependabot[bot])
  • a0d07acd4021a202d4dc99c78ec6f36181bab546: npm-dep: bump eslint from 8.50.0 to 8.51.0 in /frontend (@dependabot[bot])
  • fab9f8e60751ff788a69b086ac2d383dd6e48b34: npm-dep: bump eslint-plugin-svelte from 2.33.2 to 2.34.0 in /frontend (@dependabot[bot])
  • 76b59e3a79f975f5ed9c14433b522cae744c52d5: npm-dep: bump pocketbase from 0.18.0 to 0.18.1 in /frontend (@dependabot[bot])
  • 88cfead34ac1303fd40dab52431adade45277579: npm-dep: bump pocketbase from 0.18.1 to 0.18.2 in /frontend (@dependabot[bot])
  • 2699ec58bb0acf94e7b9c9c7251bc567330be37b: npm-dep: bump pocketbase from 0.18.2 to 0.18.3 in /frontend (@dependabot[bot])
  • 16107e0b9a21e6fc876cfbbcf8a7d675b17aaf6d: npm-dep: bump vite from 4.4.10 to 4.4.11 in /frontend (@dependabot[bot])
  • d01bad585ee0b1f770d2c0711899e4671f266d48: npm-dep: bump vite from 4.4.9 to 4.4.10 in /frontend (@dependabot[bot])

4.1.2-beta.2

7 months ago

Changelog

Bug fixes

  • 5292ca82ba5b695c723343e961b235be3cee3508: fix: chinese date-fns import (@seriousm4x)
  • f3ba2489f4443fa7fe50e779a182d485c5bb3a3f: fix: kill child processes of shutdown cmd #266 (@seriousm4x)
  • 49d729efa8b567c920ac9c13c7fef1da2d108cb9: fix: re-add whitespace for fr (@seriousm4x)
  • fc3e6e6e906550a62eb42d2993fdca6a5f477f4c: fix: seperate platform specific process killing #266 (@seriousm4x)

Others

  • 8457c495cfee0e3ff0e99402391f4998df210af8: Adding Chinese language (@denymz)
  • 915872c634b8904ceb2857c8ebc8b38fc0d4b21c: Merge pull request #270 from denymz/i18n-add-zh (@seriousm4x)
  • 48228cb01c4232edd4c8cda24b037de19e92c86d: add fr and zh (@seriousm4x)
  • be98da5c91872f6b540a6d5e9c2ff7d8cf511157: format and use chinese wiki link (@seriousm4x)
  • a4ab575eb3193f659f02ab6abd42e7d861b722c2: format pnpm-lock (@seriousm4x)

Npm dependencies

  • 62e20969b5e413f919c11ebc0ebaa7872f94be90: npm-dep: bump @sveltejs/kit from 1.25.2 to 1.26.0 in /frontend (@dependabot[bot])
  • 89c93d98f260217040beb968f5a79695bfe5135a: npm-dep: bump pocketbase from 0.18.3 to 0.19.0 in /frontend (@dependabot[bot])
  • d12c37cf7b45442ad7139b37e1436f0553f3f53c: npm-dep: bump svelte from 4.2.1 to 4.2.2 in /frontend (@dependabot[bot])
  • 3788862120d8b5bf8b62aca914fbf2772fa1757d: npm-dep: bump vite from 4.4.11 to 4.5.0 in /frontend (@dependabot[bot])

4.1.2-beta.1

7 months ago

Changelog

Others

  • 433d9e293a112cc19ef7ba4ba720cda848878a55: Adding French language (@DimitriDR)
  • ea328bcd5e71b28cfc76d6a4bca09d9b48d6305f: Fixing the typo 'cancle' (@DimitriDR)
  • 128a1c61fdc07c935ec95dfaa238425e60a23302: Fixing typo for cancle instead of cancel in localization files (mainly) (@DimitriDR)
  • 4b5354da9b6f7101f6d5bf79b6a68275638f0a36: Merge remote-tracking branch 'origin/master' into i18n-add-fr (@seriousm4x)
  • f525c4a58de711de1a8e06783a0c501ada1a91ec: Update Crowdin configuration file (@seriousm4x)
  • 4426d60248eb05b87e45155e7796808ebc5ee40e: possible fix for #266 (@seriousm4x)
  • f04a54e5dcef10f9280e5124b421fb1229d69854: remove whitespace chars (@seriousm4x)
  • 90ebd6d2a09237cfbd67ded15d40cc9d28de7bb0: update deps (@seriousm4x)
  • 888cd82d00153d8ff080b5559f69f2222a064154: use full nmap path in exec (@seriousm4x)

Go dependencies

  • c91f6767d8d161f813bcec3b3579e13b502a0f0f: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])
  • 1584c67de343b648563664c43f4fb506e62a72f1: go-dep: bump github.com/pocketbase/pocketbase in /backend (@dependabot[bot])

Npm dependencies

  • 8055967cf275bc737c4840018f54f3e01e270a41: npm-dep: bump @sveltejs/kit from 1.25.1 to 1.25.2 in /frontend (@dependabot[bot])
  • 6079ff0fd37f79ab2a2636999a2075cce27dce7b: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
  • 489261f0bfe15ce6b44f03dbf7e4f120c0c3179f: npm-dep: bump @typescript-eslint/eslint-plugin in /frontend (@dependabot[bot])
  • 2d54d9b79cbc378fd2c069d13d214f30e9336c54: npm-dep: bump @typescript-eslint/parser from 6.7.4 to 6.7.5 in /frontend (@dependabot[bot])
  • 60e7ca2c0e44e8388afb95bf64ad2bd5ba8d4a8b: npm-dep: bump @typescript-eslint/parser from 6.7.5 to 6.8.0 in /frontend (@dependabot[bot])
  • a8a13c5dc66377c638efce5812fd223e189331c3: npm-dep: bump daisyui from 3.8.3 to 3.9.1 in /frontend (@dependabot[bot])
  • f4f8d27f42559cc129ee8761552a376ec60340e6: npm-dep: bump daisyui from 3.9.1 to 3.9.2 in /frontend (@dependabot[bot])
  • a649e04d14b299bd8d2cf5d197aeb55b04439587: npm-dep: bump daisyui from 3.9.2 to 3.9.3 in /frontend (@dependabot[bot])
  • a0d07acd4021a202d4dc99c78ec6f36181bab546: npm-dep: bump eslint from 8.50.0 to 8.51.0 in /frontend (@dependabot[bot])
  • fab9f8e60751ff788a69b086ac2d383dd6e48b34: npm-dep: bump eslint-plugin-svelte from 2.33.2 to 2.34.0 in /frontend (@dependabot[bot])
  • 76b59e3a79f975f5ed9c14433b522cae744c52d5: npm-dep: bump pocketbase from 0.18.0 to 0.18.1 in /frontend (@dependabot[bot])
  • 88cfead34ac1303fd40dab52431adade45277579: npm-dep: bump pocketbase from 0.18.1 to 0.18.2 in /frontend (@dependabot[bot])
  • 2699ec58bb0acf94e7b9c9c7251bc567330be37b: npm-dep: bump pocketbase from 0.18.2 to 0.18.3 in /frontend (@dependabot[bot])
  • 16107e0b9a21e6fc876cfbbcf8a7d675b17aaf6d: npm-dep: bump vite from 4.4.10 to 4.4.11 in /frontend (@dependabot[bot])
  • d01bad585ee0b1f770d2c0711899e4671f266d48: npm-dep: bump vite from 4.4.9 to 4.4.10 in /frontend (@dependabot[bot])