From 2724b783de7bebb34411942568eb33ea66c62d3b Mon Sep 17 00:00:00 2001 From: Team YAYC Date: Sun, 2 Jun 2024 17:44:02 +0200 Subject: [PATCH] Update changelog for release v1.3 --- APPVERSION | 2 +- CHANGELOG.md | 14 ++++++++++++++ docs/_posts/2000-01-02-get.md | 2 +- 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/APPVERSION b/APPVERSION index 26aaba0..f0bb29e 100644 --- a/APPVERSION +++ b/APPVERSION @@ -1 +1 @@ -1.2.0 +1.3.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index c5d902e..fcc719a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## YAYC v1.3.0 (2024.06) -- Limes + +### ✨ New Features + +- Added button to disable/enable custom JS javascript +- Yayc can be configured to switch homepage to about:blank when in bg to save CPU + +### 🐞 Bug fixes + +- Fixed handling presses to the window X button +- Various internal fixes +- Fixed a bug causing doubled startup time +- Fixed bookmark sorting by date + ## YAYC v1.2.0 (2023.08) -- Chase ### ✨ New Features diff --git a/docs/_posts/2000-01-02-get.md b/docs/_posts/2000-01-02-get.md index 6e7746b..e1d3204 100755 --- a/docs/_posts/2000-01-02-get.md +++ b/docs/_posts/2000-01-02-get.md @@ -10,7 +10,7 @@ fa-icon: download ### Releases Binary releases are published on [GitHub](https://github.com/yayc-stream/yayc/releases) -Latest binary releases: [Windows](https://github.com/yayc-stream/yayc/releases/download/yayc-v1.2.0/yayc-v1.2.0-win-x64-portable.zip) (you might need [Microsoft Visual C++ redistributable package](https://learn.microsoft.com/it-IT/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022) if you get an error about missing VCRUNTIME140_1.dll) +Latest binary releases: [Windows](https://github.com/yayc-stream/yayc/releases/download/yayc-v1.3.0/yayc-v1.3.0-win-x64-portable.zip) (you might need [Microsoft Visual C++ redistributable package](https://learn.microsoft.com/it-IT/cpp/windows/latest-supported-vc-redist?view=msvc-170#visual-studio-2015-2017-2019-and-2022) if you get an error about missing VCRUNTIME140_1.dll) ### Build from sources Alternately, it is possible to build YAYC from [sources](https://github.com/yayc-stream/yayc).