Commit Graph

605 Commits (2ccd0fc77b9c686f15ff3b856e139cc085720b12)

Author SHA1 Message Date
dgtlmoon 20d65cdd26 0.43.2
1 year ago
dgtlmoon 37ff5f6d37
Bug - SMTP mailto:// Notification content-type (HTML/Text) fix and add CI tests (#1660)
1 year ago
dgtlmoon 2f777ea3bb
Fix - Watches werent falling back to global default formats correctly when required (#1656)
1 year ago
dgtlmoon e709201955 0.43.1
1 year ago
dgtlmoon 572f71299f
Bug fix - Notification settings were not cascading from global -> tags -> watch correctly in some cases (#1654)
1 year ago
dgtlmoon 5f150c4f03
Bug - Fix watch clone (#1647)
1 year ago
dgtlmoon 8cbf8e8f57
UI - Dont allow empty tag names (#1641)
1 year ago
dgtlmoon 0e65dda5b6 0.43
1 year ago
dgtlmoon 72a415144b UI - Watch Table - Clicking anywhere on the watch list row table also activates the operations buttons and checkbox
1 year ago
dgtlmoon 52f2c00308
UI/Functionality - Ability to manage/apply filters and notifications across tags/groups
1 year ago
Raymond Ha 72311fb845
UI - Fixes to dark mode toggle (#1629)
1 year ago
dgtlmoon a4c620c308
Code - Adding CI test for search (#1626)
1 year ago
dgtlmoon 9434eac72d 0.42.3
1 year ago
dgtlmoon edb5e20de6
Bug fix - Fixed crash when deleting watch from UI when watch was already manually deleted from datadir (#1623)
1 year ago
Maciej Rapacz a4e6fd1ec3
Fetcher / Parser - Automatically attempt to extract JSON from document when document contains JSON but could be wrapped in HTML (#1593)
1 year ago
dgtlmoon d8b9f0fd78
Test improvement - Also test that custom request headers works with Playwright/Browserless (#1607)
1 year ago
dgtlmoon f9387522ee
Fetching - Be sure that content-type detection works when the headers are a mixed case (#1604)
1 year ago
dgtlmoon ba8d2e0c2d
UI/Fetching - Update "Filter not found" message to be more explanatory/helpful (#1602)
1 year ago
dgtlmoon 247db22a33 Restock monitor - Updating texts for tickets available/unavailable restock detection
1 year ago
dgtlmoon e9e1ce893f 0.42.2
1 year ago
dgtlmoon b5a415c7b6
UI - Configurable pager size #1599 #1598
1 year ago
dgtlmoon 9e954532d6
Fetcher - Ability to specify headers from a textfile per watch, global or per tag ( https://github.com/dgtlmoon/changedetection.io/wiki/Adding-headers-from-an-external-file )
1 year ago
dgtlmoon 955835df72
Restock detection - Better reporting when it fails (#1584)
1 year ago
dgtlmoon 1aeafef910
Fetcher - Puppeteer experimental fetcher wasn't returning the status-code (#1585)
1 year ago
dgtlmoon 143971123d 0.42.1
1 year ago
dgtlmoon 04d2d3fb00
Fetcher fix - Clear any fetch error when the fetched document was the same (clear any error that occurred between fetching a document that was the same)
1 year ago
dgtlmoon 236f0c098d 0.42
1 year ago
dgtlmoon 582c6b465b UI - "Search List" also works for 'Title' field
1 year ago
dgtlmoon a021ba87fa UI - New "Search List" icon and functionality (#1580)
1 year ago
dgtlmoon e9057cb851 VisualSelector - Add message when first version cannot be found
1 year ago
dgtlmoon 72ec438caa UI - update link to official project page
1 year ago
dgtlmoon 367dec48e1 BrowserSteps - Dont highlight elements that are the full page width (body, wrappers etc)
1 year ago
dgtlmoon dd87912c88 BrowserSteps - Support for float seconds (0.5 etc)
1 year ago
dgtlmoon 0126cb0aac BrowserSteps - Session keep alive timer countdown fix
1 year ago
dgtlmoon 463b2d0449 BrowserSteps - adding setup check
1 year ago
dgtlmoon e4f6d54ae2 BrowserSteps - Refactored to re-use playwright context which should solve some errors
1 year ago
dgtlmoon 5f338d7824 BrowserSteps - Be sure to select the most appropriate input/button/a when an input element is wrapped in a <div> or other
1 year ago
dgtlmoon 0b563a93ec Fetcher - Experimental fetcher - dont cache embedded data URLs
1 year ago
dgtlmoon d939882dde
Fetcher - Experimental fetcher improvements (Code TidyUp, Improve tests, revert to old playwright when using BrowserSteps for now) (#1564)
1 year ago
dgtlmoon 690cf4acc9 BrowserSteps - Include nice big start button SVG
1 year ago
dgtlmoon 3cb3c7ba2e BrowserSteps - Remove unreliable method for detecting if the element has a "click" listener and default to click (switch to 'Click X,Y' will return the right co-ords anyway)
1 year ago
dgtlmoon 5325918f29
Puppeteer fetcher, adding disk cache and other fixes (#1563)
2 years ago
dgtlmoon 8eee913438 Merge branch 'master' of github.com:dgtlmoon/changedetection.io
2 years ago
dgtlmoon 06921d973e UI - Adding shortcut list select button for "clear/reset history"
2 years ago
dgtlmoon 316f28a0f2
Fetcher - Experimental fetcher fixes, now only enabled with 'USE_EXPERIMENTAL_PUPPETEER_FETCH' env var (default off) (#1561)
2 years ago
dgtlmoon 3801d339f5 UI - Adding shortcut list select button for "clear/reset history"
2 years ago
dgtlmoon d814535dc6 Element scraper - wrap offset detection in try/catch
2 years ago
dgtlmoon cf3f3e4497 BrowserSteps - BrowserSteps was not always following proxy information
2 years ago
dgtlmoon ba76c2a280 BrowserSteps - remove minor delay
2 years ago
dgtlmoon 94f38f052e
Fetcher - playwright/browserless - Use builtin node puppeteer handler in browserless, scales way better, and is faster (#1559)
2 years ago
Raymond Ha 1710885fc4
UI - Fix back navigation / browser history (#1556)
2 years ago
dgtlmoon 2018e73240
UI - HTML validation improvements for edit forms (#1553)
2 years ago
dgtlmoon fae8c89a4e
UI - Various minor HTML validation fixes
2 years ago
dgtlmoon 40988c55c6 UI - pagination - use count including tag filter for pagination display
2 years ago
dgtlmoon 5aa713b7ea UI - Notifications - Adding icon to "Add Email" button
2 years ago
dgtlmoon e1f5dfb703
UI - Adding pagination to watch list (#1549)
2 years ago
dgtlmoon 966600d28e
UI - Set selected watches as 'viewed' (#1550)
2 years ago
dgtlmoon e7ac356d99 UI - Fix missing </span> in watch list when using restock detection
2 years ago
dgtlmoon e874df4ffc
UI - Make sort order and type sticky in cookies, ability to sort by watch created time (#1519)
2 years ago
dgtlmoon d1f44d0345
Notifications - Send test notification should use system defaults for body and title if not set in watch (#1547 #1503)
2 years ago
dgtlmoon 8536af0845 Adding generic changedetection.io SVG icon #1527
2 years ago
dgtlmoon 9076ba6bd3 Tests - error test - be sure to clear results from other test parts
2 years ago
dgtlmoon ad75e8cdd0 Tests - Add test to check that low level fetch errors are cleared on next check
2 years ago
dgtlmoon f604643356 Restock alerts - adding extra detection texts
2 years ago
dgtlmoon d5fd22f693
Restock monitor - Identify the cases where the product is also definitely in stock (#1489)
2 years ago
dgtlmoon bc6bde4062 0.41.1
2 years ago
dgtlmoon ce3966c104 0.41
2 years ago
dgtlmoon d5f574ca17
Notifications - Include triggered text token as `{{triggered_text}}` in notifications, so you can send just the content that matches. (#1485)
2 years ago
dgtlmoon c96ece170a Notification tokens - add comment that the {{tokens}} can be used in the URLs also
2 years ago
dgtlmoon 1fb90bbddc Quick add form - adjust font size and rename stock recheck
2 years ago
dgtlmoon 55b6ae86e8
Ability to set which text to process triggers on (added, removed, changed) according to the difference (#1483)
2 years ago
dgtlmoon 66b892f770 Restock / stock / out of stock monitor - bumping detection texts
2 years ago
dgtlmoon 3b80bb2f0e
Use brotli for reducing the size of the text snapshots (#1482)
2 years ago
dgtlmoon e6d2d87b31
Notification screenshots - now PNG only for now to save disk space (no point creating two images) (#1481)
2 years ago
dgtlmoon 6e71088cde New feature - Restock / stock / out of stock monitor option/mode
2 years ago
dgtlmoon 2bc988dffc UI - Clone/copy watch - A paused watch should not be checked when copied/cloned #1471.
2 years ago
dgtlmoon 4c74d39df0
Code - Abstract out the diff fetch types to make it easier to integrate new ones (#1467)
2 years ago
dgtlmoon c454cbb808
BrowserSteps - Adding `Goto URL` step
2 years ago
dgtlmoon 6f1eec0d5a
Fixing bad linebreak definition `</br>` in notifications and UI (#1465)
2 years ago
reecespieces 0d05ee1586
Notification Improvements - New tokens `{{diff_added}}` and `{{diff_removed}}`, removed whitespace around `added` and `into` ( Issue #905 ) (#1454)
2 years ago
dgtlmoon cf363971c1
Bug - False change alerts - code cleanups Re #962 (#1444)
2 years ago
dgtlmoon fc88306805
Be sure that `process_changedetection_results` is off after PageUnloadable and EmptyReply exceptions from fetcher - Re #962 (#1439)
2 years ago
dgtlmoon 8253074d56
False change alerts fix - Don't reset watch checksum when a fetch error happens, adjust test to not test for fluctuating filter (#1437)
2 years ago
dgtlmoon abf234298c
API - Including `last_changed` timestamp in watch API info (#1436)
2 years ago
dgtlmoon 3b96e40464 API documentation - improving example for list watches
2 years ago
dgtlmoon c747cf7ba8 API documentation - improving example for snapshot history
2 years ago
dgtlmoon 3e98c8ae4b API - Adding current version to 'System Information' endpoint, bumping API docs, Re #1429
2 years ago
dgtlmoon aaad71fc19 Further improving API documentation Re #1426
2 years ago
dgtlmoon 78f93113d8 Improving API documentation Re #1426
2 years ago
dgtlmoon e9e586205a Browser Steps - Adding "Wait for text" and "Wait for text in element" Re #1427
2 years ago
dgtlmoon 89f1ba58b6 Re #1382 - UI fix - sorting now works with selected tag
2 years ago
dgtlmoon 6f4fd011e3
Dont rewrite/resave snapshot when its the same data, just bump the history index, saves disk space. (#1414)
2 years ago
dgtlmoon 900dc5ee78
Fetching - False alerts issue #962 - be sure to avoid triggering changedetection when checksums were the same (#1410)
2 years ago
dgtlmoon 7b8b50138b
Deleting a watch now removes the entire watch storage directory (#1408)
2 years ago
dgtlmoon 01af21f856 Use year/date in the backup snapshot zip filename instead of epoch seconds (#1377 #1407)
2 years ago
dgtlmoon f7f4ab314b
PDF text conversion - fix bug where it detected a site as a PDF file incorrectly Re #1392 #1393
2 years ago
dgtlmoon ce0355c0ad
Remove unused code (#1394)
2 years ago
dgtlmoon 0f43213d9d UI - preview page - Fix bug where playwright/chrome was system default and [preview] didnt show snapshot
2 years ago
dgtlmoon 3cdd075baf 0.40.2
2 years ago
dgtlmoon 5c617e8530 Code cleanup - remove unused import
2 years ago