Logo
Explore Help
Register Sign In
dgtlmoon/changedetection.io
1
0
Fork 0
You've already forked changedetection.io
mirror of https://github.com/dgtlmoon/changedetection.io.git synced 2026-02-04 03:16:15 -06:00
Code Issues Packages Projects Releases 148 Wiki Activity

148 Releases 205 Tags

RSS Feed
  • 0.50.12 0ade4307b0

    0.50.12 - Important bug fix for 'Groups' filters, API fix, UI tweak Stable

    giteasync released this 2025-09-07 09:15:16 -05:00 | 251 commits to master since this release

    What's Changed

    • Enable "last_viewed" field in the watch API. by @grota in https://github.com/dgtlmoon/changedetection.io/pull/3403
    • Add unread view filter by @jhedlund in https://github.com/dgtlmoon/changedetection.io/pull/3393
    • Re #3406 fix list update by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3407

    New Contributors

    • @grota made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/3403
    • @jhedlund made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/3393

    Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.50.11...0.50.12

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 0.50.11 8120f00148

    0.50.11 - Big API doc improvements and fixes to some apprise services Stable

    giteasync released this 2025-08-28 15:11:36 -05:00 | 256 commits to master since this release

    What's Changed

    • Favicon tweaks prefer best by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3351
    • API Docs - use custom pretty builder by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3383
    • API - Use OpenAPI docs by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3384
    • API - API endpoint call validation against OpenAPI specification YML by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3386
    • Adding newer cryptography by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3398
    • Bump cryptography from 43.0.1 to 44.0.1 by @dependabot[bot] in https://github.com/dgtlmoon/changedetection.io/pull/3399

    https://changedetection.io/docs/api_v1/index.html

    Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.50.10...0.50.11

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 0.50.10 20bcca578a

    0.50.10 Added API "recheck tag" and fixing noisy log output Stable

    giteasync released this 2025-08-19 12:20:54 -05:00 | 271 commits to master since this release

    What's Changed

    • Cleanup empty queue messages by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3377
    • API - Recheck by tag #3356 by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3378

    Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.50.9...0.50.10

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 0.50.9 b7da6f0ca7

    0.50.9 Bugfix release Stable

    giteasync released this 2025-08-18 04:36:17 -05:00 | 274 commits to master since this release

    What's Changed

    • Fix set conditions by API by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3349
    • Bump actions/download-artifact from 4 to 5 in the all group by @dependabot[bot] in https://github.com/dgtlmoon/changedetection.io/pull/3364
    • remove cryptography lib by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3365
    • More reliable queue handlers by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3363
    • Bump actions/checkout from 4 to 5 in the all group by @dependabot[bot] in https://github.com/dgtlmoon/changedetection.io/pull/3373

    Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.50.8...0.50.9

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 0.50.8 fe1f7c30e1

    0.50.8 Stable

    giteasync released this 2025-07-30 06:31:56 -05:00 | 280 commits to master since this release

    What's Changed

    • Re #3337 - Various fixes for 'Extract Data' (History/diff section) by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3341
    • Ensure a default Locale is set for more reliable text decoding (en_US.UTF-8 by default) by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3340
    • Test with linuxserver alpine 3.22, include file/magic by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3345
    • Minor UI fixes

    Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.50.7...0.50.8

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 0.50.7 011fa3540e

    0.50.7 Favicon improvements and minor UI fixes Stable

    giteasync released this 2025-07-15 06:28:15 -05:00 | 285 commits to master since this release

    What's Changed

    • UI - Set default favicon, offer option to disable favicons by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3316
    • Minor CSS/UI fixes

    Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.50.6...0.50.7

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 0.50.6 c66fca9de9

    0.50.6 Features, favicon support, minor bug fix Stable

    giteasync released this 2025-07-12 14:52:04 -05:00 | 293 commits to master since this release

    What's Changed

    • Update stock-not-in-stock.js by @dsturzy in https://github.com/dgtlmoon/changedetection.io/pull/3287
    • Re #3270 - Refactor watch history/diff page time handling by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3293
    • Similarity condition - Skip generating stats for very large documents in the 'Edit' page by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3296
    • UI - Sort list by Running or Paused #3284 by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3294
    • UI - Adding Favicon support to lister page + API by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3196
    • Adding patch for armv7 by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3311
    • Favicon type detection - support for autodetecting mimetype for better reliability by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3308

    New Contributors

    • @dsturzy made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/3287

    Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.50.5...0.50.6

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 0.50.5 342e6119f1

    0.50.5 Bugfix release Stable

    giteasync released this 2025-06-29 03:53:57 -05:00 | 306 commits to master since this release

    What's Changed

    • Conditions - Fixing "Does NOT contain" condition by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3279
    • Fix JSON Db save issue by @Jakob-Stadler in https://github.com/dgtlmoon/changedetection.io/pull/3286

    New Contributors

    • @Jakob-Stadler made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/3286

    Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.50.4...0.50.5

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 0.50.4 b77105be7b

    0.50.4 Security update and minor fixes Stable

    giteasync released this 2025-06-21 02:46:21 -05:00 | 314 commits to master since this release

    What's Changed

    CVE-2025-52558 - Fixing XSS in error handling output of watch overview list

    • Better path cross-platform file handling by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3265

    Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.50.3...0.50.4

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 0.50.3 a01d6169d2

    0.50.3 Misc fixes and improvements Stable

    giteasync released this 2025-06-11 10:19:01 -05:00 | 317 commits to master since this release

    What's Changed

    • Build test - Build test for platforms in parallel by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3229
    • Puppeteer fetcher - Issue a Page.sendStop on frame load incase the browser is waiting for other data by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3232
    • Update texts by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3234
    • Handle execution context changes better in browsersteps by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3231
    • Realtime UI - Ability to notify browser/client if there was a notification event by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3235
    • Don't restrict .box to 80% width by @denilsonsa in https://github.com/dgtlmoon/changedetection.io/pull/3251
    • Browser Steps for source: URLs fix by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3254
    • Re #3247 Adding check and SSL setup by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3252
    • IPv6 tidy-up by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3257
    • Fix Watch 'set all viewed' by tag by @dgtlmoon in https://github.com/dgtlmoon/changedetection.io/pull/3258

    New Contributors

    • @denilsonsa made their first contribution in https://github.com/dgtlmoon/changedetection.io/pull/3251

    Full Changelog: https://github.com/dgtlmoon/changedetection.io/compare/0.50.2...0.50.3

    Downloads
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
First Previous 1 2 3 4 5 ... Next Last
Powered by Gitea Version: 1.23.7 Page: 4346ms Template: 10ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API