Skip to content

Releases: gyuanlou/multi-account-browser

v1.0.5

Choose a tag to compare

@github-actions github-actions released this 28 May 12:09

多账号浏览器 v1.0.5

中文 | English

更新内容

  • 增强了Windows、macOS和Linux系统下的下载处理逻辑兼容性
  • 修复了临时文件清理机制,确保 UUID 格式文件被正确删除
  • 统一了下载完成通知功能,移至基类实现减少代码重复
  • 添加了自动重命名功能,避免覆盖已有文件
  • 优化了“打开文件夹”功能,提升用户体验
  • 修复了Windows系统上的文件锁定问题
  • 增强了macOS系统上的资源分叉文件处理

下载地址


Multi-Account Browser v1.0.5

English | 中文

Updates

  • Enhanced download handling compatibility for Windows, macOS, and Linux systems
  • Fixed temporary file cleanup mechanism to ensure UUID format files are properly deleted
  • Unified download completion notification functionality in the base class to reduce code duplication
  • Added automatic file renaming to avoid overwriting existing files
  • Optimized 'Open Folder' functionality for better user experience
  • Fixed file locking issues on Windows systems
  • Enhanced resource fork file handling on macOS systems

Downloads

v1.0.4

Choose a tag to compare

@github-actions github-actions released this 26 May 12:38

多账号浏览器 v1.0.4

中文 | English

更新内容

  • 改进浏览器适配器下载功能,确保所有浏览器能正确保存文件名
  • 将文件名处理方法移至基类,减少代码重复
  • 添加对空文件名或无效文件名的处理,自动生成基于时间戳的文件名
  • 增强文件扩展名识别功能,支持从URL和Content-Type中提取扩展名
  • 修复Edge、Firefox和Safari适配器下载处理中的潜在问题

下载地址


Multi-Account Browser v1.0.4

English | 中文

Updates

  • Improved browser adapter download functionality to ensure correct filename handling across all browsers
  • Moved filename handling methods to base class, reducing code duplication
  • Added handling for empty or invalid filenames, automatically generating timestamp-based filenames
  • Enhanced file extension recognition, supporting extraction from URLs and Content-Type
  • Fixed potential issues in Edge, Firefox and Safari adapters' download handling

Downloads

v1.0.3

Choose a tag to compare

@github-actions github-actions released this 23 May 04:05

多账号浏览器 v1.0.3

中文 | English

更新内容

  • 改进了指纹防护系统,添加了随机种子一致性机制
  • 增强了Canvas、音频和WebRTC指纹防护功能
  • 修复了RECTS矩形防护配置的保存和加载问题
  • 为新配置文件添加了自动随机种子生成功能
  • 提高了多个浏览器实例之间的指纹一致性

下载地址


Multi-Account Browser v1.0.3

English | 中文

Updates

  • Improved fingerprint protection with consistent random seed mechanism
  • Enhanced Canvas, Audio and WebRTC fingerprint protection
  • Fixed RECTS protection configuration saving and loading
  • Added automatic random seed generation for new profiles
  • Improved fingerprint consistency across multiple browser instances

Downloads

v1.0.2

Choose a tag to compare

@github-actions github-actions released this 19 May 04:56

多账号浏览器 v1.0.2

中文 | English

更新内容

  • 改进了指纹防护系统,添加了随机种子一致性机制
  • 增强了Canvas、音频和WebRTC指纹防护功能
  • 修复了RECTS矩形防护配置的保存和加载问题
  • 为新配置文件添加了自动随机种子生成功能
  • 提高了多个浏览器实例之间的指纹一致性

下载地址


Multi-Account Browser v1.0.2

English | 中文

Updates

  • Improved fingerprint protection with consistent random seed mechanism
  • Enhanced Canvas, Audio and WebRTC fingerprint protection
  • Fixed RECTS protection configuration saving and loading
  • Added automatic random seed generation for new profiles
  • Improved fingerprint consistency across multiple browser instances

Downloads

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 18 May 12:06

多账号浏览器 v1.0.1

中文 | English

更新内容

  • 优化了日志输出,减少了不必要的控制台信息
  • 减少了各个浏览器适配器(Chrome、Edge、Firefox、Safari)中的不必要日志输出
  • 减少了浏览器管理器中的不必要日志输出
  • 修复了前端无法获取浏览器实例状态常量的问题
  • 在 preload.js 中添加了 get-instance-status-constants 到有效通道白名单中
  • 在 app.js 中添加了默认的浏览器实例状态常量
  • 修复了浏览器实例的启动和关闭问题
  • 修正了浏览器实例状态判断逻辑
  • 改进了用户界面,使运行中的配置项背景色变为浅蓝色
  • 修复了Cookie管理功能的连接问题
  • 确保浏览器启动时使用配置的启始页

下载地址


Multi-Account Browser v1.0.1

English | 中文

Updates

  • Optimized log output, reducing unnecessary console information
  • Reduced unnecessary log output in browser adapters (Chrome, Edge, Firefox, Safari)
  • Reduced unnecessary log output in browser manager
  • Fixed issue where frontend couldn't retrieve browser instance status constants
  • Added 'get-instance-status-constants' to valid channels whitelist in preload.js
  • Added default browser instance status constants in app.js
  • Fixed browser instance startup and shutdown issues
  • Fixed browser instance status detection logic
  • Improved UI with light blue background for running configurations
  • Fixed Cookie management connection issues
  • Ensured browsers start with the configured start page

Downloads

多账号浏览器 v1.0.0

Choose a tag to compare

@github-actions github-actions released this 17 May 13:32

中文 | English

更新内容

  • 使用 Playwright 统一管理所有浏览器(Chrome、Edge、Firefox、Safari)
  • 修复了浏览器实例的启动和关闭问题
  • 实现了用户数据目录清理功能,防止锁文件问题
  • 修正了浏览器实例状态判断逻辑
  • 改进了用户界面,使运行中的配置项背景色变为浅蓝色
  • 修复了Cookie管理功能的连接问题
  • 确保浏览器启动时使用配置的启始页

下载地址


Multi-Account Browser v1.0.0

English | 中文

Updates

  • Unified browser management with Playwright for all browsers (Chrome, Edge, Firefox, Safari)
  • Fixed browser instance startup and shutdown issues
  • Implemented user data directory cleanup to prevent lock file issues
  • Fixed browser instance status detection logic
  • Improved UI with light blue background for running configurations
  • Fixed Cookie management connection issues
  • Ensured browsers start with the configured start page

Downloads