Skip to content

Releases: whatwareweb/homebase

homebase v1.1-dev2 build

07 Feb 20:16
e36452d
Compare
Choose a tag to compare
Pre-release
Update homebase.py

- minimize to tray actually minimizes to the tray now!

HomeBase v.1.0

30 Oct 20:56
ae10797
Compare
Choose a tag to compare

🎉First major release!🎉

What's New

Bugs Fixed

  • Layout issues on Mac and Linux
  • Calculator not working
  • Readability issues
  • Filesystem access issues

New Features

  • Website pinger
  • Settings menu
  • Dark theme/light theme
  • Minimize to taskbar option
  • Quit button
  • Sound when timer ends

Full Changelog: v.0.4...v.1.0

Install on Windows

Download and install the homebase-windows.exe file below. Windows will show a dialog box that says Windows protected your PC. This is because we cannot sign the installer yet. Click More Info and click Run Anyway.

Run on Linux

Install Python3 using the package manager on your distro.
apt : Debian/Ubuntu and derivatives
dnf : Fedora
zypper : openSUSE
pacman : Arch

Download the homebase-linux.tar.xz file below and extract.
Open a terminal where extracted.
Run python3 homebase.py in terminal.

Install on Mac

Download the homebase-macos.zip zip file below and extract.
Drag the app to your Applications folder and run as usual.

HomeBase v.0.4

11 Feb 23:14
ef09eec
Compare
Choose a tag to compare
HomeBase v.0.4 Pre-release
Pre-release

Install on Windows

Download and install the homebase.msi file below. Windows will show a dialogue that says Windows protected your pc. This is because we cannot sign the installer yet. Click More Info and click Run Anyway.

Run on Linux

Install Python3.
Download the zip file below and extract.
Open a terminal where extracted.
Run python3 main.py in terminal.

Run on Mac

install Homebrew from https://brew.sh.
Install Python by running brew install python3.

Download the zip file below and extract.
Open a terminal where extracted.
Run python3 main.py in terminal.