From 564e421288bed76431e4d75afb94fd0cac1d8773 Mon Sep 17 00:00:00 2001 From: yeongpin Date: Sat, 12 Apr 2025 14:28:56 +0800 Subject: [PATCH] Update version to 1.9.01 and enhance CHANGELOG - Updated the version in the .env file to 1.9.01. - Added new entries in CHANGELOG.md for version 1.9.01, detailing enhancements such as increased browser support for Opera, Brave, Edge, and Firefox, along with fixes for browser profile selection and other issues. --- .env | 4 ++-- CHANGELOG.md | 7 +++++++ 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 2a8c9a1..a06dda7 100644 --- a/.env +++ b/.env @@ -1,2 +1,2 @@ -version=1.8.11 -VERSION=1.8.11 +version=1.9.01 +VERSION=1.9.01 diff --git a/CHANGELOG.md b/CHANGELOG.md index 92ff47f..1911200 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## v1.9.01 +1. Add: More Browser Support | 添加更多瀏覽器支持 +2. Support: Add Opera, Brave, Edge, Firefox | 添加支持 Opera, Brave, Edge, Firefox +3. Add config manual browser path | 添加配置手動選擇遊覽器路徑 +4. Fix: Browser Profile Selection | 修復瀏覽器配置文件選擇 +5. Fix: Some Issues | 修復一些問題 + ## v1.8.11 1. Add: Bypass Token Limit | 添加繞過 Token 限制 2. Fix: Some Issues | 修復一些問題