Skip to content

Releases: B1Z0N/homelander

Homelander v1.5.3

Choose a tag to compare

@B1Z0N B1Z0N released this 11 Aug 13:37

Fixed

  • Suchen tab burned CPU in a refresh loop. The 30-second refresh effect depended on the filters array it replaced. Every IPC read returns a fresh array, so each update retriggered the effect immediately — the timer never fired and the app spun on back-to-back SQLite reads and renderer re-renders. Thanks to @jhoogstraat for the fix (#12), their first contribution to Homelander.

Downloads: macOS (Apple Silicon + Intel), Windows x64, Linux x64 (.deb + .AppImage) are attached below once the build matrix finishes.

macOS: after installing, run xattr -cr /Applications/Homelander.app if Gatekeeper blocks the app.

Homelander v1.5.2

Choose a tag to compare

@B1Z0N B1Z0N released this 09 Aug 09:46

Adds support for IS24 radius searches.

Pasting a radius search URL (a circle you draw around an address on immobilienscout24.de) previously failed with "Nicht unterstützte Filter: centerofsearchaddress, geocoordinates" and showed the search as "Deutschlandweit" — the location was dropped entirely. Radius URLs now work, and the preview shows the real centre and radius.

Fixed

  • Radius search URLs are parsed and sent to the IS24 mobile API correctly
  • Radius links missing their map coordinates are blocked with a clear message instead of silently failing
  • Map-drawn (shape) links are blocked up front rather than erroring at request time
  • Radius searches are no longer auto-named "Radius · …"
  • Errors in the Add Search dialog now render in the app language instead of always English

Homelander v1.5.1

Choose a tag to compare

@B1Z0N B1Z0N released this 07 Aug 06:08

Fixes

The macOS Intel build now works. v1.5.0's Intel .dmg shipped Apple Silicon binaries inside it and crashed on launch with an incompatible architecture error. Each macOS architecture is now built on its own native runner, and CI hard-fails if a packaged app contains any wrong-architecture binary.

Which file do I download?

Platform Package
macOS (Apple Silicon — M1 and newer) Homelander-1.5.1-arm64.dmg
macOS (Intel) Homelander-1.5.1.dmg — the one without -arm64
Windows Homelander.Setup.1.5.1.exe
Linux (x64 — experimental) homelander_1.5.1_amd64.deb

Apple menu → About This Mac: "Apple M…" means Apple Silicon, "Intel" means Intel.

Linux is experimental and x64-only. Install with sudo apt install ./homelander_1.5.1_amd64.deb. An .AppImage is also published, but the .deb is the recommended install. On Ubuntu 23.10+ the bundled browser may fail to launch (AppArmor user-namespace restriction) — a fix is planned.

v1.5.0

Choose a tag to compare

@github-actions github-actions released this 28 Jun 07:33
v1.5.0: Messenger cache fix + summary cleanup

v1.4.0 — Open-Source Polish

Choose a tag to compare

@B1Z0N B1Z0N released this 25 Jun 09:51

What's new

This release is an open-source polish pass — no code changes, but the repo is now fully set up for community:

  • Rewritten README with badges, Why Homelander, FAQ, architecture table, and screenshot
  • Community files: CONTRIBUTING.md, CODE_OF_CONDUCT.md, SECURITY.md
  • CHANGELOG.md in Keep a Changelog format, backfilled from all prior versions
  • Issue templates — bug report and feature request YAML forms
  • Pull request template and FUNDING.yml
  • .editorconfig for consistent formatting
  • LICENSE now includes author name
  • package.json bump to 1.4.0 with keywords and fuller description

Full changelog

See CHANGELOG.md

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 25 Jun 06:45
ci: comment out ubuntu from release matrix (not yet supported)

v1.3.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 16:23
v1.3.2 — captcha fix + background throttling + detached daemon + elev…

v1.3.1

Choose a tag to compare

@github-actions github-actions released this 24 Jun 15:57
v1.3.1 — history tab bugfix, date re-verification, clean all data imp…

v1.2.5

Choose a tag to compare

@github-actions github-actions released this 24 Jun 11:23
fix: add missing headers mock — fetchListings test now includes conte…

v1.2.4

Choose a tag to compare

@github-actions github-actions released this 24 Jun 09:49
fix: SVG flags for language picker; fix EBUSY on data clean (await da…