From 06d990dec48b490179a02c44ca46ef0a378afdd7 Mon Sep 17 00:00:00 2001 From: Carl Chang Date: Fri, 4 Nov 2022 20:38:02 +0800 Subject: [PATCH 1/4] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5419831..92205ff 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -17,7 +17,7 @@ pool: variables: solution: '**/*.sln' - buildPlatform: 'x64' + buildPlatform: 'any cpu' buildConfiguration: 'Release' steps: From bcc0441b6b000e75bee6e54b99c5b43ccdbe2be8 Mon Sep 17 00:00:00 2001 From: Carl Chang Date: Fri, 4 Nov 2022 20:46:55 +0800 Subject: [PATCH 2/4] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 92205ff..501e9a8 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,7 +40,7 @@ steps: - task: ArchiveFiles@2 inputs: - rootFolderOrFile: '$(System.DefaultWorkingDirectory)/bin/x64/Release' + rootFolderOrFile: '$(System.DefaultWorkingDirectory)/bin/Release' includeRootFolder: false archiveType: 'zip' archiveFile: '$(System.DefaultWorkingDirectory)/$(Build.Repository.Name).zip' From 605ee023cb89b45bbf47d9aecee6da21998a96b4 Mon Sep 17 00:00:00 2001 From: Carl Chang Date: Fri, 4 Nov 2022 21:17:19 +0800 Subject: [PATCH 3/4] Create README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index cb7fa29..b79742f 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ The only **simple** yet **rich-featured** desktop note app you'll ever need for your PC. ## Download +[![Github releases (by asset)](https://img.shields.io/github/downloads/Naereen/StrapDown.js/latest/strapdown.min.js)](https://github.com/changbowen/DesktopNote/releases/) + **Always go to bin/Release for the [latest dev build](https://github.com/changbowen/DesktopNote/raw/master_C%23/bin/Release/DesktopNote.exe).** **最新开发版本[链接](https://github.com/changbowen/DesktopNote/raw/master_C%23/bin/Release/DesktopNote.exe).** From a0ecaba17709f86fc998481eb4931d70360fdffe Mon Sep 17 00:00:00 2001 From: Carl Chang Date: Fri, 4 Nov 2022 21:35:13 +0800 Subject: [PATCH 4/4] Update README.md --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index b79742f..520a3c6 100644 --- a/README.md +++ b/README.md @@ -2,16 +2,12 @@ The only **simple** yet **rich-featured** desktop note app you'll ever need for your PC. ## Download -[![Github releases (by asset)](https://img.shields.io/github/downloads/Naereen/StrapDown.js/latest/strapdown.min.js)](https://github.com/changbowen/DesktopNote/releases/) - -**Always go to bin/Release for the [latest dev build](https://github.com/changbowen/DesktopNote/raw/master_C%23/bin/Release/DesktopNote.exe).** - -**最新开发版本[链接](https://github.com/changbowen/DesktopNote/raw/master_C%23/bin/Release/DesktopNote.exe).** +[![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/changbowen/DesktopNote)](https://github.com/changbowen/DesktopNote/releases/latest/download/DesktopNote.zip) If you really like it [![PayPal](https://img.shields.io/badge/%24-PayPal-blue.svg)](https://www.paypal.me/BowenChang) or [支付宝](https://user-images.githubusercontent.com/15975872/29361889-175fef58-82bc-11e7-9e3b-ed3c748456b8.png) ## Notice About Recent Changes -**Before using the latest version please backup all of the note contents.** +**If you are upgrading from a very old version:** Commit [2108429](https://github.com/changbowen/DesktopNote/commit/210842905f3477a5a183046c1684cd9514a071fc) added support for re-opening closed notes. It moves most of the per-note settings to the note content file. By updating to the latest version you will lose the list of opened notes and some note specific formatting like paper color, font family etc. But note contents will not be affected. As long as you know where the files are, you can re-open them later.