Release v1.11.65
crocson v1.11.65
What's Changed
WebDAV: upload files and directories from receiver to sender via dialogs and drag&drop
WebDAV: file tree refresh without delay
Chat: browser auto-open on incoming message without delay
Chat: browser tab deduplication accounting for peer role — local/remote
Android: added CHANGE_WIFI_MULTICAST_STATE for local peer discovery. Settings~"Force to use only local connections" toggle now works
Android: app no longer crashes due to service restart
CI: direct AAB upload to RuStore via public API, bundletool 1.18.3
Localizations: fixes
Release built via GitHub Actions for multiple platforms.
App Version read from FyneApp.toml.
Included Platforms & Files:
- Windows (x86_64):
crocson.exe,crocson.appx - Linux (x86_64):
.tar.xzarchive,.debpackage, and.AppImage - macOS:
.dmgfiles for Apple Silicon (crocson-arm64.dmg) and Intel (crocson-amd64.dmg) - Android: APK files for ARM64, ARM, x86_64, x86 architectures
- Metadata:
FyneApp.toml(version info),BUILD_INFO.txt(build details)
Package Manager Installation (Recommended):
- macOS: run once
brew install --cask abakum/tap/crocsonthenbrew --cask upgrade crocson - Linux: run once
brew install abakum/tap/crocsonthenbrew upgrade crocson - Linux: run
sudo dpkg -i crocson_*_amd64.deb - Windows: run once
winget install crocsonthenwinget upgrade crocson - Windows: run once
scoop bucket add abakum https://github.com/abakum/homebrew-tap && scoop install crocsonthenscoop update crocson - Windows: run once as user I_trust_the_signer_of_this.exe then
crocson.appx
Manual Installation:
Linux (from tar.xz):
System installation (requires sudo):
TEMP_DIR=$(mktemp -d) && trap "rm -rf $TEMP_DIR" EXIT && tar -xf crocson.tar.xz -C "$TEMP_DIR" && sudo make -C "$TEMP_DIR" -f Makefile install
User installation (no sudo):
TEMP_DIR=$(mktemp -d) && trap "rm -rf $TEMP_DIR" EXIT && tar -xf crocson.tar.xz -C "$TEMP_DIR" && make -C "$TEMP_DIR" -f Makefile user-install
Linux (from AppImage):
Download crocson-x86_64.AppImage, make executable and run:
chmod +x crocson-x86_64.AppImage && ./crocson-x86_64.AppImage
macOS (from .dmg):
Mount the .dmg file and drag crocson.app to Applications folder
Launch Instructions:
- macOS:
open /Applications/crocson.appor click in Launchpad - Linux:
crocsonorgtk-launch com.github.abakum.crocsonor./crocson-x86_64.AppImage - Windows:
crocsonfrom Command Prompt/PowerShell
Notes:
- Homebrew installations on Linux require Homebrew for Linux
- After manual installation, you may need to log out and back in for desktop menu integration
- Android APKs are developer-signed and can be directly sideloaded or installed via ADB
- Since
crocson.appxis signed with a self-signed certificate, run I_trust_the_signer_of_this.exe to install the certificate into the Trusted People store automatically.