From 0bb3fc923291ac15cccfe155c697237e79d759fb Mon Sep 17 00:00:00 2001 From: rafapaezbas <15270736+rafapaezbas@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:48:58 +0100 Subject: [PATCH] v1.1.0 changelog (#66) * v1.1.0 changelog * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: rafapaezbas --- CHANGELOG.md | 24 +++++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 770d6ee..d7661f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,27 @@ # Pear Desktop Changelog +## v1.1.0 + +### Features +- Label Pear API's as experimental. +- Added guide on terminal debuging. +- Added 'Apps' section and keet.md. +- Added note on Bare Runtime + cross platform app example. +- Added update button. +- Removed deprecated bultinMaps configuration from documentation. +- Implemented anchor auto scroll on navigation. + +### UX/UI Improvements +- Improved system path setup UI. +- Various typo fixes. +- Language improvements. + +### Fixes +- Windows - System Path Setup is manual only for now. +- Fixed navigation after Pear installation. +- Path text is selectable in installation screen. +- Fixed indexes for Gitbook and Pear-Desktop app. + ## v1.0.0 -First public release 🍐 \ No newline at end of file +First public release 🍐