From bdaf4ed2f7579d96c247faa95c504c837f35b459 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Sun, 28 Feb 2021 00:11:06 +0100 Subject: [PATCH] Added CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..d76bc8e --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ +# Changelog +All notable changes to this project will be documented in this file. + +## [Unreleased] + +## [1.0.0] - 2021-02-26 +### Added +- Automatic discovery of Platypush web services on the network. +- Manual connection to a service not found on the network. +- Transparent interface to the responsive web view provided by the Platypush web server.