From 6c07387e7e43a9c8ce40513e9e914e3ac09c4edc Mon Sep 17 00:00:00 2001 From: Chelsea Hughes Date: Thu, 13 Apr 2017 11:10:45 -0700 Subject: [PATCH 1/4] Add badge for latest release --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 23dc077..8a7f7c1 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # VBA Sync Tool ![VBA Sync logo](http://i.imgur.com/sQAsBy4.png) +[![release](http://github-release-version.herokuapp.com/github/chelh/VBASync/release.png)](https://github.com/chelh/VBASync/releases/latest) + Microsoft Office VBA code is usually held in binary format, making proper version control difficult. VBA Sync Tool synchronizes macros between a VBA-enabled file and a folder, enabling easy version control using any VCS. From 535622ec2f121e31326de0be661f81da61d43826 Mon Sep 17 00:00:00 2001 From: Chelsea Hughes Date: Thu, 13 Apr 2017 11:11:55 -0700 Subject: [PATCH 2/4] Fix release badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8a7f7c1..3e3bf86 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # VBA Sync Tool ![VBA Sync logo](http://i.imgur.com/sQAsBy4.png) -[![release](http://github-release-version.herokuapp.com/github/chelh/VBASync/release.png)](https://github.com/chelh/VBASync/releases/latest) +[![release](https://github-release-version.herokuapp.com/github/chelh/VBASync/release.png)](https://github.com/chelh/VBASync/releases/latest) Microsoft Office VBA code is usually held in binary format, making proper version control difficult. VBA Sync Tool synchronizes macros between a From 8530bd74d9fa5103e3057f9a73a614ac52eb72c2 Mon Sep 17 00:00:00 2001 From: Chelsea Hughes Date: Thu, 13 Apr 2017 11:12:58 -0700 Subject: [PATCH 3/4] Replace release badge with simple link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3e3bf86..4bde04d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # VBA Sync Tool ![VBA Sync logo](http://i.imgur.com/sQAsBy4.png) -[![release](https://github-release-version.herokuapp.com/github/chelh/VBASync/release.png)](https://github.com/chelh/VBASync/releases/latest) +[**Download latest release**](https://github.com/chelh/VBASync/releases/latest) Microsoft Office VBA code is usually held in binary format, making proper version control difficult. VBA Sync Tool synchronizes macros between a From 68e7daef4bc7d8afcdde313945bcb8b6c228fbce Mon Sep 17 00:00:00 2001 From: Chelsea Hughes Date: Thu, 13 Apr 2017 11:13:26 -0700 Subject: [PATCH 4/4] Reposition release link --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bde04d..d77d123 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ # VBA Sync Tool ![VBA Sync logo](http://i.imgur.com/sQAsBy4.png) -[**Download latest release**](https://github.com/chelh/VBASync/releases/latest) - Microsoft Office VBA code is usually held in binary format, making proper version control difficult. VBA Sync Tool synchronizes macros between a VBA-enabled file and a folder, enabling easy version control using any VCS. +[**Download latest release**](https://github.com/chelh/VBASync/releases/latest) + ## Features VBA Sync Tool works *directly with the Office file,* unlike most other solutions, which use a host application (e.g., Excel) to manipulate