Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
Merge pull request #474 from Murmele/release
  • Loading branch information
Murmele authored Apr 20, 2023
2 parents 1e5e00a + 4974a32 commit 6bf49f0
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 11 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,6 @@ jobs:
owner: 'flathub'
repository: 'com.github.Murmele.Gittyup'

# just until the new release is out
- name: Checkout restructureCMake
run: |
cd com.github.Murmele.Gittyup
git checkout restructureCMake
- name: Replace git tag by the commit id on which it runs
if: github.ref_type != 'tag'
run: >
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ set(GITTYUP_NAME "Gittyup")
set(GITTYUP_EXECUTABLE_NAME "gittyup")
set(GITTYUP_IDENTIFIER "com.github.Murmele.Gittyup")
set(GITTYUP_VERSION_MAJOR 1)
set(GITTYUP_VERSION_MINOR 2)
set(GITTYUP_VERSION_PATCH 2)
set(GITTYUP_VERSION_MINOR 3)
set(GITTYUP_VERSION_PATCH 0)
set(GITTYUP_VERSION
"${GITTYUP_VERSION_MAJOR}.${GITTYUP_VERSION_MINOR}.${GITTYUP_VERSION_PATCH}"
)
Expand Down
10 changes: 7 additions & 3 deletions docs/changelog.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### v9.9.9 - 2023-01-22
### v1.3.0 - 2023-04-20

Current unreleased version
Performance Improvement and feature release

#### Added

Expand All @@ -11,10 +11,14 @@ Current unreleased version

#### Changed

* Fix external diff with Flatpak
* Fix external diff in Flatpak build
* Fix windows credentials
* Fix force push to correct remote
* Fix tab title if more than three times a repository with the same name is opened
* Fix storing repository settings correctly, because otherwise they are not applied
* Fix language support
* Improved refresh velocity
* Fix storing and restoring current opened file when Gittyup refreshes
* Improved velocity for files with many hunks

----
Expand Down

0 comments on commit 6bf49f0

Please sign in to comment.