From edca670a5291b73af9b76bac5f76775c0dd005dc Mon Sep 17 00:00:00 2001 From: Manuel Cortez Date: Fri, 18 Feb 2022 12:05:15 -0600 Subject: [PATCH] Updated readme --- README.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a5f9b98..14d2c17 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,17 @@ # updater -Module to perform automatic software updates. \ No newline at end of file +Module to perform automatic software updates. + +This module has been started thanks to the code at [app_updater.](https://github.com/accessibleapps/app_updater) + +## Features + +* [x] Fully documented and testable. +* [x] Decoupled update logic from user interface. +* [ ] Support for updates via proxied environments. +* [ ] Tools to generate updates by taking a folder of distributable files. +* [x] Compatibility with Windows, Mac OSx and GNU/Linux. +* [ ] Multiple implementations for common Graphical User interfaces: + * [ ] WxPython + * [ ] PyGame + * [ ] Command Line interface \ No newline at end of file