Skip to content

Releases: lanseria/wr-cl

Release v1.4.0

27 Feb 03:49
Compare
Choose a tag to compare

Word Document Content Replacer CLI Tool v1.4.0

​**发布日期:​ 2025-02-27
构建提交:**​ b4cf485

初始版本

  • 首次发布

安装指南

  1. 下载对应操作系统的压缩包
  2. 解压并配置:
# Linux/macOS
tar xzf wr-cl-*.tar.gz

# Windows
tar -xzf wr-cl-windows.tar.gz
  1. 复制 config.json.templateconfig.json 并按需修改

SHA256 校验和

12b641e7fbcb61a585d45b4ee22853d485df302bd5b7f5de4328abe74104b6b7

Release v1.3.0

27 Feb 03:24
Compare
Choose a tag to compare

Word Document Content Replacer CLI Tool v1.3.0

Release Date: 2025-02-27

Installation

  1. Download the appropriate version for your operating system
  2. Extract the archive:
    # Linux/macOS
    tar xzf wr-cl-*.tar.gz
    
    # Windows (PowerShell)
    tar -xzf wr-cl-windows.tar.gz
  3. Copy config.json.template to config.json and modify as needed

Usage

# Show help
./wr-cl --help

# Run with config
./wr-cl --config config.json

# Run in dry-run mode
./wr-cl --config config.json --dry-run

# Set log level
./wr-cl --config config.json --log-level debug

System Requirements

  • Windows/macOS/Linux
  • No additional dependencies required (bundled)

Build Information

  • Built with Python 3.11
  • PyInstaller bundle
  • Build date: 2025-02-27
  • Build commit: d5ea55b

SHA256 Checksums

c8a1be1d0953d1affada0961e7e55d51cfce2037145a0ec1ec668dbb768c612d

Release v1.2.0

24 Feb 07:19
Compare
Choose a tag to compare

Word Document Content Replacer CLI Tool v1.2.0

Release Date: 2025-02-24

Installation

  1. Download the appropriate version for your operating system
  2. Extract the archive:
    # Linux/macOS
    tar xzf wr-cl-*.tar.gz
    
    # Windows (PowerShell)
    tar -xzf wr-cl-windows.tar.gz
  3. Copy config.json.template to config.json and modify as needed

Usage

# Show help
./wr-cl --help

# Run with config
./wr-cl --config config.json

# Run in dry-run mode
./wr-cl --config config.json --dry-run

# Set log level
./wr-cl --config config.json --log-level debug

System Requirements

  • Windows/macOS/Linux
  • No additional dependencies required (bundled)

Build Information

  • Built with Python 3.11
  • PyInstaller bundle
  • Build date: 2025-02-24
  • Build commit: 29f31de

SHA256 Checksums

875ab8af2b78b4fa635aa0557556978137d5b5815c6f720a94da3429c99de3bb

Release v1.1.0

21 Feb 06:17
Compare
Choose a tag to compare

Word Document Content Replacer CLI Tool v1.1.0

Release Date: 2025-02-21

Installation

  1. Download the appropriate version for your operating system
  2. Extract the archive:
    # Linux/macOS
    tar xzf wr-cl-*.tar.gz
    
    # Windows (PowerShell)
    tar -xzf wr-cl-windows.tar.gz
  3. Copy config.json.template to config.json and modify as needed

Usage

# Show help
./wr-cl --help

# Run with config
./wr-cl --config config.json

# Run in dry-run mode
./wr-cl --config config.json --dry-run

# Set log level
./wr-cl --config config.json --log-level debug

System Requirements

  • Windows/macOS/Linux
  • No additional dependencies required (bundled)

Build Information

  • Built with Python 3.11
  • PyInstaller bundle
  • Build date: 2025-02-21
  • Build commit: 59171cf

SHA256 Checksums

e0af4571232e57ee7c58a006c067ba34b02f279b0764d445c61fab008e7ed921

Release v1.0.0

20 Feb 03:42
Compare
Choose a tag to compare

Word Document Content Replacer CLI Tool v1.0.0

Installation

  1. Download the appropriate version for your operating system
  2. Extract the archive:
    # Linux/macOS
    tar xzf wr-cl-*.tar.gz
    
    # Windows (PowerShell)
    tar -xzf wr-cl-windows.exe.tar.gz
  3. Copy config.json.template to config.json and modify as needed

Usage

# Show help
./wr-cl --help

# Run with config
./wr-cl --config config.json

# Run in dry-run mode
./wr-cl --config config.json --dry-run

# Set log level
./wr-cl --config config.json --log-level debug

System Requirements

  • Windows/macOS/Linux
  • No additional dependencies required (bundled)

Build Information

  • Python 3.11
  • Built with PyInstaller
  • Platform-specific binaries included