Skip to content

Releases: manuel-koch/gitover

Minor improvements and dependency upgrades

11 Jul 09:03
Compare
Choose a tag to compare

Minor improvements and dependency upgrades

02 Aug 16:15
Compare
Choose a tag to compare
v0.20.2

Upgrade some dependencies

Upgraded dependencies

26 Feb 10:17
Compare
Choose a tag to compare
  • Upgrade dependencies

Multiple windows and signed app bundle

18 Nov 10:07
Compare
Choose a tag to compare
  • Added screenshot to README
  • Show branch combobox tooltip
  • Include build timestamp in resources
  • Check for updates of Gitover by getting github repo releases
  • Add menu item to start a new instance of Gitover
  • Upgrade dependencies
  • Introduce code signing of app ( to support running under MacOS Catalina )
  • Build dmg image from application bundle

Improved background tasks

26 Aug 08:38
Compare
Choose a tag to compare
  • Upgrade dependencies: gitpython==3.0.1, pyinstaller==3.5, pyqt5==5.13.0, pyyaml==5.1.2
  • Repo can be removed from UI via menu command or shortcut
  • Include git rev in version when HEAD is not the tagged version
  • Use pip-tools to manage requirements
  • Use YAML SafeLoader
  • Force utf-8 encoding when reading whole file for diff'ing
  • Double check that _func attribute is available on WorkerRunnable
  • Add scrollbar to commit list
  • Show trunk/tracking ahead/behind in dedicated tabs
  • Show commit history as list
  • Only show "..." badge when there is no other action active
  • Fix wrong argument type for sleeping
  • Filter environment variables used to start tool

Known issues:
QML renderer seems to hang/stuck when app is run while system goes to sleep ( e.g. over night ).
UI seems to handle menu commands and shortcuts but QML UI is not re-rendered and appears stuck.
Workaround by manually open the About-Dialog via menu.

v0.19.0

13 Dec 08:21
Compare
Choose a tag to compare
  • Showing commit tags in commit details
  • Optionally use fswatch to track filesystem changes
  • Refactored background tasks to add repos and get commit details
  • Renamed commandline option --timing to --detailed-log

v0.18.3

03 Sep 06:24
Compare
Choose a tag to compare
  • Use newer GitPython (2.1.11)
  • Use newer PyQt5 (5.11.2)
  • Show action badge when remote URL was found in push output

v0.18.1

06 Apr 15:31
Compare
Choose a tag to compare

Use less resources ( file/pipe handles ) to allow tracking many/huge repositories.

v0.18.0

05 Apr 07:43
Compare
Choose a tag to compare

Various bugfixes and minor improvements.
Build is now based on Python 3.6.4 and PyQt5 5.10.1.