dgtlmoon
|
1b625dc18a
|
UI - "Filters & Triggers" - Live preview of text filters (Preview the output of the filters section in realtime) (#2612)
|
2024-09-28 10:40:47 +02:00 |
|
dgtlmoon
|
367afc81e9
|
Reversing subprocess execution - saved a little memory but used a LOT more CPU (#2659)
|
2024-09-27 21:36:02 +02:00 |
|
dgtlmoon
|
e173954cdd
|
Restock monitor - Only try to process restock information (like scraping for "out of stock" keywords) if the page was actually rendered correctly. (#2645)
|
2024-09-20 09:19:57 +02:00 |
|
dgtlmoon
|
e830fb2320
|
Text filters - Adding filters "Trim whitespace" and "Remove duplicate lines"
|
2024-09-18 15:45:44 +02:00 |
|
Felipe Tuffani
|
8ecfd17973
|
Restock/Price detection - Fix duplicated prices with different data type on single page product #2636 (#2638)
|
2024-09-17 11:22:54 +02:00 |
|
dgtlmoon
|
19f3851c9d
|
Memory management improvements - LXML and other libraries can leak allocation, wrap in a sub-process (#2626)
|
2024-09-11 16:20:49 +02:00 |
|
dgtlmoon
|
55fe2abf42
|
Restock/Price detection - Better catching of errors when parsing metadata documents for restock/price check (#2602)
|
2024-09-01 13:07:06 +02:00 |
|
dgtlmoon
|
932cf15e1e
|
Price and restock scraping - small price fix scraper (#2575)
|
2024-08-19 15:47:19 +02:00 |
|
dgtlmoon
|
8a35d62e02
|
Handle zero-byte/empty content responses with "[ ] Empty pages are a change" option, the same as when the HTML doesnt render any useful text (#2530)
|
2024-07-29 13:27:59 +02:00 |
|
dgtlmoon
|
44e7e142f8
|
Restock/Price detection - Improving text information snapshot value
|
2024-07-18 13:28:54 +02:00 |
|
dgtlmoon
|
fe704e05a3
|
Restock - Tweaking storage of "original price"
|
2024-07-18 13:15:56 +02:00 |
|
dgtlmoon
|
321426dea2
|
Ability to use restock and price amounts in notifications as tokens (for example {{restock.price}} ) (#2503)
|
2024-07-17 20:27:47 +02:00 |
|
dgtlmoon
|
bde27c8a8f
|
Restock & Price detection - Ability to set up a tag/group that applies to all watches with price + restock limits
|
2024-07-16 17:23:39 +02:00 |
|
dgtlmoon
|
6f2186b442
|
UI - Restock/price following text cleanups
|
2024-07-14 07:50:52 +02:00 |
|
dgtlmoon
|
cf0ff26275
|
UI - Extract <title> as title should work on all processors (#2490)
|
2024-07-12 19:42:18 +02:00 |
|
dgtlmoon
|
cffb6d748c
|
Restock & Price monitor - Huge refactor, set upper and lower price alert limits, set % change, follow the prices and restock amounts directly in the watch-overview list
|
2024-07-12 17:09:42 +02:00 |
|
dgtlmoon
|
f07ff9b55e
|
UI - Visual Selector should still update when elements were not found (#2476)
|
2024-07-09 15:35:19 +02:00 |
|
dgtlmoon
|
343e359b39
|
Now saving last two HTML snapshots for future reference, refactor, dont write screenshots and xpath to disk when no change detected (saves disk IO) (#2431)
|
2024-06-23 09:19:32 +02:00 |
|
Hritik Vijay
|
ffd160ce0e
|
Filters - Implement jqraw: filter (use this to output nicer JSON format when selecting/filtering by JSON) (#2430)
|
2024-06-21 13:31:03 +02:00 |
|
dgtlmoon
|
c6ee6687b5
|
Fetching/Requests - Fixing user agent header overrides per-watch of global settings (#2409)
|
2024-06-13 10:50:46 +02:00 |
|
dgtlmoon
|
f49eb4567f
|
Ability to set default User-Agent for either fetching types directly in the UI (#2375)
|
2024-05-20 15:11:15 +02:00 |
|
dgtlmoon
|
9449c59fbb
|
Code - Getting ready for newer python versions - packing our own strtobool (#2291)
|
2024-04-03 16:17:15 +02:00 |
|
Constantin Hong
|
52c895b2e8
|
text_json_diff/fix: Keep an order of filter and remove duplicated filters. 2 (#2178)
|
2024-02-21 11:46:23 +01:00 |
|
dgtlmoon
|
904ef84f82
|
Build fix - Pinning package versions and Custom browser endpoints should not have a proxy set (#2204)
|
2024-02-20 22:11:17 +01:00 |
|
dgtlmoon
|
ccb42bcb12
|
Fetching pages - Custom browser endpoints should not have default proxy info added
|
2024-02-12 19:05:10 +01:00 |
|
dgtlmoon
|
823a0c99f4
|
Code - Split content fetcher code up (playwright, puppeteer and requests), fix puppeteer direct chrome support (#2169)
|
2024-02-11 00:09:12 +01:00 |
|
dgtlmoon
|
616c0b3f65
|
New text filter - Sort text alphabetically filter (#2153)
|
2024-02-02 11:36:58 +01:00 |
|
dgtlmoon
|
c90b27823a
|
Filtering - include_filters in group and watch settings should not duplicate (#2151 #1845)
|
2024-02-02 09:30:01 +01:00 |
|
dgtlmoon
|
fe3cf5ffd2
|
Logging - Adding extra debug logging to change detection (#2136)
|
2024-01-29 11:21:21 +01:00 |
|
dgtlmoon
|
399cdf0fbf
|
Logging loguru output tweaks (#2112)
|
2024-01-16 11:27:47 +01:00 |
|
Constantin Hong
|
4be0fafa93
|
Support Loguru as a logger (#2036)
|
2024-01-16 09:48:16 +01:00 |
|
dgtlmoon
|
1749c07750
|
Restock detection - Check all elements for text to get stock status from, only consider elements inside the viewport, only consider elements more than 100px from the top (avoid menu) , trim any text returned (#2040)
|
2024-01-12 23:11:56 +01:00 |
|
dgtlmoon
|
273bd45ad7
|
Fetching - Custom browser on experimental/puppeteer fetcher - Don't switch to custom puppeteer mode if external browser URL is active (#2068)
|
2024-01-01 16:40:24 +01:00 |
|
dgtlmoon
|
599291645d
|
PDF Fetcher for change detection - Always use plain requests for PDF because otherwise we cant access the embed PDF in the browser (#2020)
|
2023-11-30 20:01:14 +01:00 |
|
dgtlmoon
|
5e2049c538
|
Fix build issue
|
2023-11-13 17:02:27 +01:00 |
|
Constantin Hong
|
26931e0167
|
feature: Support XPath2.0 to 3.1 (#1774)
|
2023-11-13 16:42:21 +01:00 |
|
dgtlmoon
|
5229094e44
|
New functionanlity - Selectable browser / ability to add extra browser connections (good for using "scraping browsers"/ etc) (#1943)
|
2023-11-13 16:39:11 +01:00 |
|
dgtlmoon
|
c8dcc072c8
|
Code refactor for fetchers (#1941)
|
2023-11-13 10:42:56 +01:00 |
|
dgtlmoon
|
7220afab0a
|
RSS fetch - RSS field <title> was not rendering as text correctly, added workaround #1879
|
2023-10-19 16:42:05 +02:00 |
|
dgtlmoon
|
1c0fe4c23e
|
PDF Fetching - Handle when the PDF is given as inline content without a proper mime header (#1875)
|
2023-10-19 13:20:01 +02:00 |
|
dgtlmoon
|
f707c914b6
|
RSS Fetching - Handle CDATA (commented out text) in RSS correctly, generally handle RSS better (#1866)
|
2023-10-17 18:34:19 +02:00 |
|
dgtlmoon
|
ceac8c21e4
|
LD JSON Price followers - Handle incorrectly created LD-JSON price structures better (#1837)
|
2023-10-04 15:57:55 +02:00 |
|
dgtlmoon
|
2b948c15c1
|
Backend - Regular expression / string filtering refactor for Python 3.11 and deprecation warnings since Python 3.6 (#1786)
|
2023-10-03 17:44:27 +02:00 |
|
dgtlmoon
|
e30b17b8bc
|
UI + Fetching - Be more helpful when a filter contains no text, suggest ways to deal with images in filters (#1819)
|
2023-09-26 13:59:59 +02:00 |
|
dgtlmoon
|
1987e109e8
|
New feature - Helper button to trigger a scan/access test of all proxies for a particular watch (#1685)
|
2023-07-10 16:08:45 +02:00 |
|
dgtlmoon
|
52f2c00308
|
UI/Functionality - Ability to manage/apply filters and notifications across tags/groups
|
2023-06-19 23:29:13 +02:00 |
|
dgtlmoon
|
f9387522ee
|
Fetching - Be sure that content-type detection works when the headers are a mixed case (#1604)
|
2023-05-29 16:11:43 +02:00 |
|
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 )
|
2023-05-22 17:19:52 +02:00 |
|
dgtlmoon
|
955835df72
|
Restock detection - Better reporting when it fails (#1584)
|
2023-05-21 23:10:39 +02:00 |
|
dgtlmoon
|
1fb90bbddc
|
Quick add form - adjust font size and rename stock recheck
|
2023-03-20 20:19:32 +01:00 |
|