See the [documentation](https://dockupdater.dev/).
**Enhancements:**
* Add options [`--start`](https://www.dockupdater.dev/Options.htmlstart) and [`--stop`](https://www.dockupdater.dev/Options.htmlstop) with labels [`dockupdater.starts`](https://www.dockupdater.dev/Labels.htmlstarts) and [`dockupdater.stops`](https://www.dockupdater.dev/Labels.htmlstops). That replace the labels `depends_on` and `hard_depends_on` of Ouroboros/watchtower. Theses options can be a name of a container or a service, and optionally a weight. See the [documentation](https://www.dockupdater.dev) for more information.
**Bug fixes:**
* Log warning for all non-matching labels beginning by `dockupdater`.
* Fix [`dockupdater.disable`](https://www.dockupdater.dev/Labels.htmldisable-update) and [`dockupdater.enable`](https://www.dockupdater.dev/Labels.htmlenable-update) when the value is `False`.
**Documentation:**
* Sort options and labels documentations by alphabetical order.
* Add [`How to use with service but without stack`](https://www.dockupdater.dev/Frequently-Asked-Questions.htmlhow-to-use-with-service-but-without-stack) in [Frequently Asked Questions](https://www.dockupdater.dev/Frequently-Asked-Questions.html).
**Misc:**
* Move method `check_swarm_mode`.
* Add few tests for new and old methods.