Skip to content

Releases: exactly-one-kas/Gittyup

Gittyup Release 1.1.1

28 Oct 09:54
320a40c
Compare
Choose a tag to compare
Merge pull request #333 from exactly-one-kas/persist-version

Fix release tag creation

Latest Build (Development)

28 Oct 09:53
320a40c
Compare
Choose a tag to compare
Pre-release
Merge pull request #333 from exactly-one-kas/persist-version

Fix release tag creation

testpre

22 Jan 15:38
Compare
Choose a tag to compare
testpre Pre-release
Pre-release
Use plain version tags for releases

Use "latest" redirect URL for stable releases
Use the correct "latest" tag for development versions

Gittyup Release 1.1.1

28 Oct 09:28
Compare
Choose a tag to compare

Commits

  • 9e4fe7e: Add full file context menu to file tree / list (kas) #302
  • 24361d2: Fix crash when choosing ignore in file context menu (kas) #302
  • bac71fe: add initial test (Martin Marmsoler) #302
  • 972b1f1: Fix test (kas) #302
  • a1f270c: fix warnings (Martin Marmsoler) #302
  • 9796926: Merge branch 'file-list-context-menu' of git@github.com:exactly-one-kas/Gittyup.git (Martin Marmsoler) #302
  • f169960: add tests for discarding folder, ignoring file, ignoring folder (Martin Marmsoler) #302
  • ed7f6ea: discard nothing should not lead to discard anything (Martin Marmsoler) #302
  • 322533e: check if enabled is false. No discard if nothing is selected (Martin Marmsoler) #302
  • 2e037df: add tests for removing untrackedFolders (Martin Marmsoler) #302
  • b635856: use show instead of exec, so it is possible to act in the tests with the message box (Martin Marmsoler) #302
  • 917c191: to call it during tests make it part of the doubletreewidget (Martin Marmsoler) #302
  • fa2ec37: add test for testing discard on the DoubleTreeWidgetLevel (Martin Marmsoler) #302
  • b15aa70: in newBranchDialog add also the invalidRef and ignore the stash as firstBranch (Martin Marmsoler) #312
  • a6244bd: include invalid only if commit is valid and can be used as reference (Martin Marmsoler) #312
  • 5257a11: condition not needed, because already in the onCommit variable checked (Martin Marmsoler) #312
  • b4d7f87: ignore stash if not on the current commit (Martin Marmsoler) #312
  • 292b468: if no valid stash, return an invalid index, otherwise the remote is not taken first (Martin Marmsoler) #312
  • 734e154: must be && (Martin Marmsoler) #312
  • 8fd8644: Add Gitea Support (Odin Vex) #313
  • 2f4594d: Fix Gitea Account Name (Odin Vex) #313
  • aa8c765: add data install prefix (Martin Marmsoler) #314
  • 5800dd9: update (Martin Marmsoler) #314
  • c77b262: set also for icon set (Martin Marmsoler) #314
  • 03684ab: no need of two ifs (Martin Marmsoler) #314
  • 7a91b32: use GNUInstallDirs module (Martin Marmsoler) #314
  • be5c926: Update CMakeLists.txt, CMakeLists.txt, and CMakeLists.txt (Martin Marmsoler) #314
  • fffa3c7: Fix AUR builds Fix tests to work on machines without GIT configured Disable tests that touch global configuration by default Remove empty HunkWidget test Make resource install directory configurable Copy resources into output directory so that debugging works Replace "OK" button with "Remind me later" and "Skip this version" for non-updateable builds Allow using system-wide installations of most dependencies Make debug output suppressable and disable it in CI builds (kas) #314
  • 3ce1969: Add license attribute to Gitea backend, clang-formatting (Odin Vex) #313
  • 1687f44: Fix formatting and formatting scripts (kas) #313
  • ef57402: hide mRefs when clicking in the commitlist, because then it makes not that much sense to select different branches (Martin Marmsoler) #312
  • 94e466a: Fix account type saving and loading (kas) #317
  • ce8e66e: Use constant instead of hard-coded literals for number of available account types (kas) #317
  • c77ecc8: Fix clang build error on Windows (kas) #320
  • 29c6f24: Use constant instead of hard-coded literals for number of available account types (kas) #319
  • b1b1949: Fix Flatpak build (kas) #319
  • eb69ce4: debug root dir and conf dir (Martin Marmsoler) #314
  • 2a5cb1b: approach to fix flatpak (Martin Marmsoler) #314
  • e17d08f: datadir is the relative path considering the prefix, FULL_DATADIR will be created out of DATADIR (Martin Marmsoler) #314
  • 7ff58e1: FIx file context menu for directories (kas) #302
  • 044722f: more accurate comment (Murmele) #302
  • bbf4a10: Fix tests on Windows (kas) #302
  • 0bb1f6f: show details by default (Martin Marmsoler) #326
  • cb1b100: format (Martin Marmsoler) #326
  • d125b2f: Merge branch 'master' into arch-aur-build (Murmele) #314
  • 6fdd536: format (Martin Marmsoler) #314
  • 5390c34: delete pkgbuild (Martin Marmsoler) #314
  • b8f62a7: move readme file (Martin Marmsoler) #314
  • 799907c: add "manifest" into the readme (Martin Marmsoler) #314
  • 66793e0: Publish persistent version on GitHub CI (kas) #328
  • 565fe7f: Remove stable release tag, only publish to version tag (kas) #328
  • 3e5383a: execute latest release always (Martin Marmsoler) #328
  • 8bf743b: tag must be included, otherwise always the stable releases are used (Martin Marmsoler) #328
  • 9dce315: no automatic release tag. For stable (Murmele) #328
  • f1777a1: Clarify the stability of the GitHub releases (kas) #328
  • 08d4a8e: Fix release tag creation (kas)