mirror of
https://github.com/zhom/donutbrowser.git
synced 2026-09-24 18:30:59 +02:00
style: copy
This commit is contained in:
@@ -52,7 +52,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
prompt-file: issue_analysis.txt
|
prompt-file: issue_analysis.txt
|
||||||
system-prompt: |
|
system-prompt: |
|
||||||
You are an issue validation assistant for Donut Browser, an anti-detect browser.
|
You are an issue validation assistant for Donut Browser, an browser orchestrator.
|
||||||
|
|
||||||
Analyze the provided issue content and determine if it contains sufficient information based on these requirements:
|
Analyze the provided issue content and determine if it contains sufficient information based on these requirements:
|
||||||
|
|
||||||
|
|||||||
@@ -62,7 +62,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
prompt-file: commits.txt
|
prompt-file: commits.txt
|
||||||
system-prompt: |
|
system-prompt: |
|
||||||
You are an expert technical writer tasked with generating comprehensive release notes for Donut Browser, a powerful anti-detect browser.
|
You are an expert technical writer tasked with generating comprehensive release notes for Donut Browser, a powerful browser orchestrator.
|
||||||
|
|
||||||
Analyze the provided commit messages and generate well-structured release notes following this format:
|
Analyze the provided commit messages and generate well-structured release notes following this format:
|
||||||
|
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
<div align="center">
|
<div align="center">
|
||||||
<img src="assets/logo.png" alt="Donut Browser Logo" width="150">
|
<img src="assets/logo.png" alt="Donut Browser Logo" width="150">
|
||||||
<h1>Donut Browser</h1>
|
<h1>Donut Browser</h1>
|
||||||
<strong>A powerful anti-detect browser that puts you in control of your browsing experience. 🍩</strong>
|
<strong>A powerful browser orchestrator that puts you in control of your browsing experience. 🍩</strong>
|
||||||
</div>
|
</div>
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
@@ -27,7 +27,7 @@
|
|||||||
|
|
||||||
## Donut Browser
|
## Donut Browser
|
||||||
|
|
||||||
> A free and open source anti-detect browser built with [Tauri](https://v2.tauri.app/).
|
> A free and open source browser orchestrator built with [Tauri](https://v2.tauri.app/).
|
||||||
|
|
||||||
<picture>
|
<picture>
|
||||||
<source media="(prefers-color-scheme: dark)" srcset="assets/preview-dark.png" />
|
<source media="(prefers-color-scheme: dark)" srcset="assets/preview-dark.png" />
|
||||||
|
|||||||
@@ -154,7 +154,7 @@ program
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
// Command for Camoufox anti-detect browser
|
// Command for Camoufox browser orchestrator
|
||||||
program
|
program
|
||||||
.command("camoufox")
|
.command("camoufox")
|
||||||
.argument("<action>", "launch, stop, list, or open-url for Camoufox browser")
|
.argument("<action>", "launch, stop, list, or open-url for Camoufox browser")
|
||||||
@@ -239,7 +239,7 @@ program
|
|||||||
// Firefox preferences
|
// Firefox preferences
|
||||||
.option("--firefox-prefs <prefs>", "Firefox user preferences (JSON string)")
|
.option("--firefox-prefs <prefs>", "Firefox user preferences (JSON string)")
|
||||||
|
|
||||||
.description("launch and manage Camoufox anti-detect browser instances")
|
.description("launch and manage Camoufox browser orchestrator instances")
|
||||||
.action(async (action: string, options: any) => {
|
.action(async (action: string, options: any) => {
|
||||||
try {
|
try {
|
||||||
if (action === "launch") {
|
if (action === "launch") {
|
||||||
|
|||||||
@@ -1,7 +1,7 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "donutbrowser"
|
name = "donutbrowser"
|
||||||
version = "0.7.1"
|
version = "0.7.1"
|
||||||
description = "Simple Yet Powerful Anti-Detect Browser"
|
description = "Simple Yet Powerful Browser Orchestrator"
|
||||||
authors = ["zhom@github"]
|
authors = ["zhom@github"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
default-run = "donutbrowser"
|
default-run = "donutbrowser"
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
Version=1.0
|
Version=1.0
|
||||||
Type=Application
|
Type=Application
|
||||||
Name=Donut Browser
|
Name=Donut Browser
|
||||||
Comment=Simple Yet Powerful Anti-Detect Browser
|
Comment=Simple Yet Powerful Browser Orchestrator
|
||||||
Exec=donutbrowser %u
|
Exec=donutbrowser %u
|
||||||
Icon=donutbrowser
|
Icon=donutbrowser
|
||||||
StartupNotify=true
|
StartupNotify=true
|
||||||
|
|||||||
@@ -158,7 +158,7 @@ mod windows {
|
|||||||
app_key
|
app_key
|
||||||
.set_value(
|
.set_value(
|
||||||
"ApplicationDescription",
|
"ApplicationDescription",
|
||||||
&"Donut Browser - Simple Yet Powerful Anti-Detect Browser",
|
&"Donut Browser - Simple Yet Powerful Browser Orchestrator",
|
||||||
)
|
)
|
||||||
.map_err(|e| format!("Failed to set ApplicationDescription: {}", e))?;
|
.map_err(|e| format!("Failed to set ApplicationDescription: {}", e))?;
|
||||||
|
|
||||||
@@ -174,7 +174,7 @@ mod windows {
|
|||||||
capabilities
|
capabilities
|
||||||
.set_value(
|
.set_value(
|
||||||
"ApplicationDescription",
|
"ApplicationDescription",
|
||||||
&"Donut Browser - Simple Yet Powerful Anti-Detect Browser",
|
&"Donut Browser - Simple Yet Powerful Browser Orchestrator",
|
||||||
)
|
)
|
||||||
.map_err(|e| format!("Failed to set Capabilities description: {}", e))?;
|
.map_err(|e| format!("Failed to set Capabilities description: {}", e))?;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user