Releases: linuxserver/docker-changedetection.io
0.42.2-ls39
LinuxServer Changes:
Rebase to Alpine 3.17.
changedetection.io Changes:
What's Changed
- Puppeteer experimental fetcher wasnt returning the status-code by @dgtlmoon in dgtlmoon/changedetection.io#1585
- Restock detection - Better report when it fails by @dgtlmoon in dgtlmoon/changedetection.io#1584
- Basic headers fetch from file by @dgtlmoon in dgtlmoon/changedetection.io#1590
- Re #1598 - Configurable pager size by @dgtlmoon in dgtlmoon/changedetection.io#1599
Full Changelog: dgtlmoon/changedetection.io@0.42.1...0.42.2
0.42.2-ls38
LinuxServer Changes:
Rebase to Alpine 3.17.
changedetection.io Changes:
What's Changed
- Puppeteer experimental fetcher wasnt returning the status-code by @dgtlmoon in dgtlmoon/changedetection.io#1585
- Restock detection - Better report when it fails by @dgtlmoon in dgtlmoon/changedetection.io#1584
- Basic headers fetch from file by @dgtlmoon in dgtlmoon/changedetection.io#1590
- Re #1598 - Configurable pager size by @dgtlmoon in dgtlmoon/changedetection.io#1599
Full Changelog: dgtlmoon/changedetection.io@0.42.1...0.42.2
0.42.2-ls37
LinuxServer Changes:
Rebase to Alpine 3.17.
changedetection.io Changes:
What's Changed
- Puppeteer experimental fetcher wasnt returning the status-code by @dgtlmoon in dgtlmoon/changedetection.io#1585
- Restock detection - Better report when it fails by @dgtlmoon in dgtlmoon/changedetection.io#1584
- Basic headers fetch from file by @dgtlmoon in dgtlmoon/changedetection.io#1590
- Re #1598 - Configurable pager size by @dgtlmoon in dgtlmoon/changedetection.io#1599
Full Changelog: dgtlmoon/changedetection.io@0.42.1...0.42.2
0.42-ls37
LinuxServer Changes:
Rebase to Alpine 3.17.
changedetection.io Changes:
What's Changed
- Initial pip build test by @dgtlmoon in dgtlmoon/changedetection.io#1488
- Restock monitor - identify the cases where the product is also definitely in stock by @dgtlmoon in dgtlmoon/changedetection.io#1489
- Re #1503 - Send test notification should use system defaults for body and title if not set in watch by @dgtlmoon in dgtlmoon/changedetection.io#1547
- Order by created time by default by @dgtlmoon in dgtlmoon/changedetection.io#1519
- UI - Set selected watches as 'viewed' by @dgtlmoon in dgtlmoon/changedetection.io#1550
- Adding pagination by @dgtlmoon in dgtlmoon/changedetection.io#1549
- Html fixes by @dgtlmoon in dgtlmoon/changedetection.io#1551
- Html fixes by @dgtlmoon in dgtlmoon/changedetection.io#1553
- Fix back navigation by @Shraymonks in dgtlmoon/changedetection.io#1556
- Use builtin node puppeteer handler browserless by @dgtlmoon in dgtlmoon/changedetection.io#1559
- Use builtin node puppeteer handler browserless by @dgtlmoon in dgtlmoon/changedetection.io#1561
- Puppeteer fetcher, adding disk cache and other fixes by @dgtlmoon in dgtlmoon/changedetection.io#1563
- Puppeteer fixes by @dgtlmoon in dgtlmoon/changedetection.io#1564
New Contributors
- @Shraymonks made their first contribution in dgtlmoon/changedetection.io#1556
New cool stuff
- Try the env var
USE_EXPERIMENTAL_PUPPETEER_FETCH
and aim it at your existing browserless container - Search the list of watches
- Pagination for huge lists
Pleas see the full changelog
Full Changelog: dgtlmoon/changedetection.io@0.41.1...0.42
0.42-ls36
LinuxServer Changes:
Rebase to Alpine 3.17.
changedetection.io Changes:
What's Changed
- Initial pip build test by @dgtlmoon in dgtlmoon/changedetection.io#1488
- Restock monitor - identify the cases where the product is also definitely in stock by @dgtlmoon in dgtlmoon/changedetection.io#1489
- Re #1503 - Send test notification should use system defaults for body and title if not set in watch by @dgtlmoon in dgtlmoon/changedetection.io#1547
- Order by created time by default by @dgtlmoon in dgtlmoon/changedetection.io#1519
- UI - Set selected watches as 'viewed' by @dgtlmoon in dgtlmoon/changedetection.io#1550
- Adding pagination by @dgtlmoon in dgtlmoon/changedetection.io#1549
- Html fixes by @dgtlmoon in dgtlmoon/changedetection.io#1551
- Html fixes by @dgtlmoon in dgtlmoon/changedetection.io#1553
- Fix back navigation by @Shraymonks in dgtlmoon/changedetection.io#1556
- Use builtin node puppeteer handler browserless by @dgtlmoon in dgtlmoon/changedetection.io#1559
- Use builtin node puppeteer handler browserless by @dgtlmoon in dgtlmoon/changedetection.io#1561
- Puppeteer fetcher, adding disk cache and other fixes by @dgtlmoon in dgtlmoon/changedetection.io#1563
- Puppeteer fixes by @dgtlmoon in dgtlmoon/changedetection.io#1564
New Contributors
- @Shraymonks made their first contribution in dgtlmoon/changedetection.io#1556
New cool stuff
- Try the env var
USE_EXPERIMENTAL_PUPPETEER_FETCH
and aim it at your existing browserless container - Search the list of watches
- Pagination for huge lists
Pleas see the full changelog
Full Changelog: dgtlmoon/changedetection.io@0.41.1...0.42
0.41-ls35
LinuxServer Changes:
Rebase to Alpine 3.17.
changedetection.io Changes:
Mainly
- Beta release of 'restock monitoring' for single production pages
- Lots of notification improvements
- Uses Brotli for saving snapshot data for less disk usage
What's Changed
- Notification Improvements, new tokens
{{diff_added}}
and{{diff_removed}}
, removed whitespace aroundadded
andinto
( Issue #905 ) by @reecespieces in dgtlmoon/changedetection.io#1454 - Added new notification
{{ triggered_text }}
so you can just see what was triggered - Fixing bad linebreak definition
</br>
in notifications and UI by @dgtlmoon in dgtlmoon/changedetection.io#1465 - BrowserSteps - Adding
Goto URL
step by @dgtlmoon in dgtlmoon/changedetection.io#1466 - Abstract out the diff fetchers to make it easier to integrate new ones by @dgtlmoon in dgtlmoon/changedetection.io#1467
- no point creating two images by @dgtlmoon in dgtlmoon/changedetection.io#1481
- Use brotli for storage of the text snapshots, reducing 70-80% file size by @dgtlmoon in dgtlmoon/changedetection.io#1482
- Ability to set which text to process (added, removed, changed) according to the difference by @dgtlmoon in dgtlmoon/changedetection.io#1483
- Include triggered text token in notification by @dgtlmoon in dgtlmoon/changedetection.io#1485
New Contributors
- @reecespieces made their first contribution in dgtlmoon/changedetection.io#1454
Full Changelog: dgtlmoon/changedetection.io@0.40.3...0.41
0.41-ls34
LinuxServer Changes:
Rebase to Alpine 3.17.
changedetection.io Changes:
Mainly
- Beta release of 'restock monitoring' for single production pages
- Lots of notification improvements
- Uses Brotli for saving snapshot data for less disk usage
What's Changed
- Notification Improvements, new tokens
{{diff_added}}
and{{diff_removed}}
, removed whitespace aroundadded
andinto
( Issue #905 ) by @reecespieces in dgtlmoon/changedetection.io#1454 - Added new notification
{{ triggered_text }}
so you can just see what was triggered - Fixing bad linebreak definition
</br>
in notifications and UI by @dgtlmoon in dgtlmoon/changedetection.io#1465 - BrowserSteps - Adding
Goto URL
step by @dgtlmoon in dgtlmoon/changedetection.io#1466 - Abstract out the diff fetchers to make it easier to integrate new ones by @dgtlmoon in dgtlmoon/changedetection.io#1467
- no point creating two images by @dgtlmoon in dgtlmoon/changedetection.io#1481
- Use brotli for storage of the text snapshots, reducing 70-80% file size by @dgtlmoon in dgtlmoon/changedetection.io#1482
- Ability to set which text to process (added, removed, changed) according to the difference by @dgtlmoon in dgtlmoon/changedetection.io#1483
- Include triggered text token in notification by @dgtlmoon in dgtlmoon/changedetection.io#1485
New Contributors
- @reecespieces made their first contribution in dgtlmoon/changedetection.io#1454
Full Changelog: dgtlmoon/changedetection.io@0.40.3...0.41
0.41-ls33
LinuxServer Changes:
Rebase to Alpine 3.17.
changedetection.io Changes:
Mainly
- Beta release of 'restock monitoring' for single production pages
- Lots of notification improvements
- Uses Brotli for saving snapshot data for less disk usage
What's Changed
- Notification Improvements, new tokens
{{diff_added}}
and{{diff_removed}}
, removed whitespace aroundadded
andinto
( Issue #905 ) by @reecespieces in dgtlmoon/changedetection.io#1454 - Added new notification
{{ triggered_text }}
so you can just see what was triggered - Fixing bad linebreak definition
</br>
in notifications and UI by @dgtlmoon in dgtlmoon/changedetection.io#1465 - BrowserSteps - Adding
Goto URL
step by @dgtlmoon in dgtlmoon/changedetection.io#1466 - Abstract out the diff fetchers to make it easier to integrate new ones by @dgtlmoon in dgtlmoon/changedetection.io#1467
- no point creating two images by @dgtlmoon in dgtlmoon/changedetection.io#1481
- Use brotli for storage of the text snapshots, reducing 70-80% file size by @dgtlmoon in dgtlmoon/changedetection.io#1482
- Ability to set which text to process (added, removed, changed) according to the difference by @dgtlmoon in dgtlmoon/changedetection.io#1483
- Include triggered text token in notification by @dgtlmoon in dgtlmoon/changedetection.io#1485
New Contributors
- @reecespieces made their first contribution in dgtlmoon/changedetection.io#1454
Full Changelog: dgtlmoon/changedetection.io@0.40.3...0.41
0.41-ls32
LinuxServer Changes:
Rebase to Alpine 3.17.
changedetection.io Changes:
Mainly
- Beta release of 'restock monitoring' for single production pages
- Lots of notification improvements
- Uses Brotli for saving snapshot data for less disk usage
What's Changed
- Notification Improvements, new tokens
{{diff_added}}
and{{diff_removed}}
, removed whitespace aroundadded
andinto
( Issue #905 ) by @reecespieces in dgtlmoon/changedetection.io#1454 - Added new notification
{{ triggered_text }}
so you can just see what was triggered - Fixing bad linebreak definition
</br>
in notifications and UI by @dgtlmoon in dgtlmoon/changedetection.io#1465 - BrowserSteps - Adding
Goto URL
step by @dgtlmoon in dgtlmoon/changedetection.io#1466 - Abstract out the diff fetchers to make it easier to integrate new ones by @dgtlmoon in dgtlmoon/changedetection.io#1467
- no point creating two images by @dgtlmoon in dgtlmoon/changedetection.io#1481
- Use brotli for storage of the text snapshots, reducing 70-80% file size by @dgtlmoon in dgtlmoon/changedetection.io#1482
- Ability to set which text to process (added, removed, changed) according to the difference by @dgtlmoon in dgtlmoon/changedetection.io#1483
- Include triggered text token in notification by @dgtlmoon in dgtlmoon/changedetection.io#1485
New Contributors
- @reecespieces made their first contribution in dgtlmoon/changedetection.io#1454
Full Changelog: dgtlmoon/changedetection.io@0.40.3...0.41
0.41-ls31
LinuxServer Changes:
Rebase to Alpine 3.17.
changedetection.io Changes:
Mainly
- Beta release of 'restock monitoring' for single production pages
- Lots of notification improvements
- Uses Brotli for saving snapshot data for less disk usage
What's Changed
- Notification Improvements, new tokens
{{diff_added}}
and{{diff_removed}}
, removed whitespace aroundadded
andinto
( Issue #905 ) by @reecespieces in dgtlmoon/changedetection.io#1454 - Added new notification
{{ triggered_text }}
so you can just see what was triggered - Fixing bad linebreak definition
</br>
in notifications and UI by @dgtlmoon in dgtlmoon/changedetection.io#1465 - BrowserSteps - Adding
Goto URL
step by @dgtlmoon in dgtlmoon/changedetection.io#1466 - Abstract out the diff fetchers to make it easier to integrate new ones by @dgtlmoon in dgtlmoon/changedetection.io#1467
- no point creating two images by @dgtlmoon in dgtlmoon/changedetection.io#1481
- Use brotli for storage of the text snapshots, reducing 70-80% file size by @dgtlmoon in dgtlmoon/changedetection.io#1482
- Ability to set which text to process (added, removed, changed) according to the difference by @dgtlmoon in dgtlmoon/changedetection.io#1483
- Include triggered text token in notification by @dgtlmoon in dgtlmoon/changedetection.io#1485
New Contributors
- @reecespieces made their first contribution in dgtlmoon/changedetection.io#1454
Full Changelog: dgtlmoon/changedetection.io@0.40.3...0.41