Skip to content

Commit 9256efc

Browse files
committed
update release yml
1 parent 4ea71da commit 9256efc

File tree

2 files changed

+34
-27
lines changed

2 files changed

+34
-27
lines changed

.github/workflows/tagged-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212

1313
jobs:
1414
build_and_release:
15-
runs-on: macos-12
15+
runs-on: macos-14
1616

1717
steps:
1818
- run: echo "VERSION=${GITHUB_REF_NAME#v}" >> $GITHUB_ENV

CURRENT_CHANGE.md

Lines changed: 33 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,45 @@
1-
# Changes
1+
Long time no see — ChatGPTBox is back! Nearly every feature that had broken due to page updates or API changes has been fixed, and we’ve also introduced some new features.
22

3-
this is a patch for v2.5.7, including some minor fixes and improvements
3+
Over the past year the LLM landscape has shifted dramatically, and the key players are now fairly clear. Regarding ChatGPTBox’s free web APIs, some providers are still actively trying to block reverse-engineering, while others remain open. At the moment, ChatGPT, Claude, and Kimi are still open, so we’ll keep maintaining the related web free APIs. The web APIs for Bing and Gemini, however, will no longer be supported; if you need some reverse-engineering web apis, please check out the work of this organization: https://github.com/LLM-Red-Team.
44

5-
## Features
6-
- unlimited custom API Modes (#731, #717, #712, #659, #647)
5+
As OpenRouter has consistently offered stable and affordable APIs, we’ve now added direct option support for it — no need to rely on custom mode and manually fill in the API URL.
76

8-
<img src="https://github.com/user-attachments/assets/6419a024-b8e2-48c4-8b64-fc4fe705ce36" width="256"/>
7+
During this period, countless AI projects have exploded onto the scene and just as many have quietly disappeared. I’ve been tied up with various non-public projects and have neglected ChatGPTBox, while also pondering how to keep it vibrant.
98

10-
<img src="https://github.com/user-attachments/assets/f7602e33-7772-41d3-81a6-ccb1dccaf00f" width="256"/>
9+
I have to admit that when ChatGPTBox was first created, many decisions and code designs were rather hasty and not very modern. Without much forethought, I made choices that now make it inconvenient to add new features.
1110

12-
- Option to always display floating window, disable sidebar for all site adapters (#747, #753) f50249e7 226fb108 b96ba7c0
11+
I’m currently rewriting ChatGPTBox from scratch using the WXT framework while ensuring full backward compatibility with old data. This will take a considerable amount of time, but I’ll keep pushing forward. I also have some commercialization ideas for ChatGPTBox; of course only server-related features would be charged, while all web APIs and user Api Key features will remain completely free, and the project will stay open-source under the MIT license.
1312

14-
![image](https://github.com/user-attachments/assets/6975496b-3700-4de5-ae31-6d35ce6e9e80)
13+
As I’m simultaneously in charge of several other non-public projects, I can’t promise when the rewrite will be finished, but I’ll keep making steady progress. In the meantime, I’ll continue to fix major issues in the current version of ChatGPTBox.
1514

16-
- Add Ollama native API to support keep alive parameters (#748) 6877a1b7 48817006
15+
## Changes
1716

18-
<img src="https://github.com/user-attachments/assets/f9647f03-da17-447b-988a-ec3b1db66fe6" width="256"/>
17+
### Features
1918

20-
- Option to allow ESC to close all floating windows (#750)
21-
- allow exporting and importing all data (#740)
19+
- add support for openRouter, AI/ML and DeepSeek api (previously required filling in the URL via the custom model option)
20+
- a new option has been added to the general settings to disable cropText, ensuring the full input tokens are always passed. This can improve summarization on sites like YouTube, but note that you should only disable cropText when using a model with a sufficiently long context.
21+
- <img width="300" src="https://github.com/user-attachments/assets/455931d6-8a73-4cdf-88a6-d4dcff53ecd7"/>
22+
- reasoning model renderer support
23+
- <img width="420" src="https://github.com/user-attachments/assets/1951cc7e-d12a-4cc2-8f7f-826603bbf884" />
2224

23-
<img src="https://github.com/user-attachments/assets/f26ff58e-5371-47fd-bf20-1c9afa0cfb63" width="256"/>
25+
### Improvements
26+
- add a range of new models recently made available by various AI providers
27+
- significantly improve the prompt templates for built-in tools. Great thanks to @PeterDaveHello
28+
- update and enhance API clients (including Claude, ChatGLM, and Kimi.Moonshot) that had become unavailable or unstable due to recent policy changes and adjustments by AI providers
29+
- increase the default input and response limits, as current LLMs generally support longer contexts
30+
- improve kimi.moonshot support and add more available models like k2, kimi-latest, k1.5, k1.5-thinking
31+
- improve google search sidebar
2432

25-
## Improvements
26-
- for simplified chinese users, use Kimi.Moonshot Web for free by default, while other users default to using Claude.ai for free and a better user experience
27-
- improve chatglm support (#696, #464)
28-
- improve style conflicts (#724, #378)
29-
- improve user experience for claude.ai and kimi.moonshot.cn
33+
### Fixes
34+
- fix the issue where YouTube subtitles could not be fetched and the video summarization feature became unavailable due to the recent introduction of the "pot" parameter by YouTube
35+
- avoid crash when readability parser returns null (#865) @PeterDaveHello
36+
- fix the issue where kimi web functionality became unstable due to changes in the page and domain
37+
- fix an issue where the selected model might be not displayed correctly due to inconsistent key ordering in JSON.stringify
38+
- fix the issue of abnormal subtitle retrieval caused by changes to Bilibili API
3039

31-
## Fixes
32-
- fix firefox bilibili summary (#761)
33-
- fix Buffer is not defined when using tiny package (#691, https://github.com/josStorer/chatGPTBox/issues/752#issuecomment-2240977750)
34-
35-
## Chores
36-
- Added Claude 3.5 Sonnet API to available models e7cec334
37-
- Add gpt-4o-mini for both web and api access (#749)
38-
- update enforcement rule
40+
### Chores
41+
- update adapters support for startpage, kagi, naver, wechat, juejin
42+
- update dependencies to mitigate security vulnerabilities @PeterDaveHello
43+
- update default configs
44+
- since ChatGPT has relaxed the web API request restrictions, it is no longer necessary to simulate input to retrieve data (#869)
45+
- update verify-search-engine-configs.mjs

0 commit comments

Comments
 (0)