Skip to content

Releases: bruxy70/Garbage-Collection

Fixed PL translation

09 Apr 06:05
2ffd71b
Compare
Choose a tag to compare
Fixed PL translation Pre-release
Pre-release
Merge pull request #124 from bruxy70/development

Polish translation

Polish translation

08 Apr 12:57
2ffd71b
Compare
Choose a tag to compare
Polish translation Pre-release
Pre-release

Thanks to @KrzesloSzatan

Polish translation

08 Apr 12:23
e9379e6
Compare
Choose a tag to compare
Polish translation Pre-release
Pre-release
Merge pull request #122 from bruxy70/development

Polish translation

Fix Options Flow

02 Apr 17:15
49f96e7
Compare
Choose a tag to compare

Fix

#118 - fixing options flow (changing parameters configured through web GUI)

New

#117 support Norwegian

Monthly frequency period, group frequency fix

20 Mar 17:12
75b5eb5
Compare
Choose a tag to compare

New feature

#104 Added period configuration option for monthly frequency, allowing a schedule on odd/even months, quarterly, etc.
See the documentation

Fix

#103 Fixed updates for group schedule. In some cases, the group sensor got updated before the sensors in that group, so that the sensor was out of date for 1 day. This is now fixed - the group sensor will wait with the update until all child sensors are updated.

Period parameter for monthly frequency

13 Mar 21:44
75b5eb5
Compare
Choose a tag to compare
Pre-release

New feature

#104 - using the period parameter, you can now configure monthly collection that occurs every n months, like odd or even months, or once per quarter.

See the documentation

Better update of group sensor updates

13 Mar 14:53
5ff910a
Compare
Choose a tag to compare
Pre-release

Improvement

This should be waiting with the group sensor update until the grouped sensors are updated.
The previous beta was updating the group sensors constantly. This goes back to once per day update.

Do not block updates for group frequency

12 Mar 09:32
fe99f22
Compare
Choose a tag to compare

Fix

I update all sensors only once per day. For group frequency, the sensor now updates at every refresh. This should hopefully fix the issue #103

Adding Dutch sensor translation

26 Feb 15:18
34e9841
Compare
Choose a tag to compare

Timedelta change

25 Feb 15:05
8ee07fe
Compare
Choose a tag to compare

Fix

Change from using datetime.timedelta to dateutil.relativedelta. It apparently better handles leap year.
Fixed issue #98