Skip to content

v1.1.9

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Jul 20:48

FileFind 1.1.9

Advanced file search utility with comprehensive search options and cross-platform compatibility.

Downloads 📦

Linux:

  • 📦 Debian/Ubuntu Package: filefind_1.1.9_amd64.deb
  • 📁 Portable Archive: filefind-linux-portable-1.1.9.tar.gz

Windows:

  • 🔧 System Installer (Admin): FileFind-Setup-System-1.1.9.exe
  • 👤 User Installer (No Admin): FileFind-Setup-User-1.1.9.exe
  • 📁 Portable Archive: filefind-windows-portable-1.1.9.zip

Installation 🚀

Linux (DEB)

1. Download the package:

curl -LO https://github.com/NDXDeveloper/FileFind/releases/download/v1.1.9/filefind_1.1.9_amd64.deb

2. Install the package (choose one method):

Method A: Recommended (handles dependencies)

sudo apt install ./filefind_1.1.9_amd64.deb

Method B: Using dpkg

sudo dpkg -i filefind_1.1.9_amd64.deb
# If you have dependency errors, run this:
sudo apt-get install -f

Linux (Portable)

1. Download and extract:

curl -LO https://github.com/NDXDeveloper/FileFind/releases/download/v1.1.9/filefind-linux-portable-1.1.9.tar.gz
tar -xzf filefind-linux-portable-1.1.9.tar.gz

2. Run the application:

cd filefind-linux-portable
./run.sh

Windows

System Installer (Recommended for Admins):

  • Download and run FileFind-Setup-System-1.1.9.exe
  • Requires administrator privileges
  • Installs for all users in Program Files
  • Automatically adds to system PATH

User Installer (For Standard Users):

  • Download and run FileFind-Setup-User-1.1.9.exe
  • No administrator privileges required
  • Installs in user AppData folder
  • Adds to user PATH only

Portable:

  • Download and extract filefind-windows-portable-1.1.9.zip
  • No installation required

Features ✨

New in this release:

  • 🔧 Dual Windows installers - System (admin) and User (no admin) options
  • 🎯 Automatic PATH setup - FileFind available from command line
  • 🖥️ Desktop shortcut - Checked by default during installation
  • 🎨 Proper icons - Display correctly in Windows uninstall list
  • 📦 Enhanced packaging - Professional Linux .deb and Windows installers

Verification ✅

All files are signed with SHA256 checksums available in checksums.txt.

Technical Details 🛠️

  • Build System: Automated CI/CD with GitHub Actions
  • Compiler: Lazarus 4.0.0 with Free Pascal Compiler 3.2.2
  • Platforms: Linux x86_64, Windows x86/x64
  • Dependencies: Minimal system dependencies for maximum compatibility

Full Changelog: v1.1.8...v1.1.9