Skip to content

Commit

Permalink
v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RickStrahl committed Aug 4, 2017
1 parent 0019bb3 commit 27e4690
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 29 deletions.
2 changes: 1 addition & 1 deletion AddIns/ScreenCaptureAddin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.10")]
[assembly: AssemblyVersion("1.5.0")]
2 changes: 1 addition & 1 deletion AddIns/WebLogAddin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.4.10")]
[assembly: AssemblyVersion("1.5.0")]
15 changes: 11 additions & 4 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,18 @@
<small>[download latest version](https://markdownmonster.west-wind.com) &bull; [install from Chocolatey](https://chocolatey.org/packages/MarkdownMonster) &bull; [Web Site](https://markdownmonster.west-wind.com)</small>


> #### Upgrades: Explicitly uninstall pre-1.4.10 Installations
> If you have versions **prior to 1.4.10** installed, we recommend you do a **full uninstall**, before updating Markdown Monster. Because the install location changed, the new low rights installer can run into permission problems updating in the old **Program Files** location. A manual Uninstall/Re-install ensures that files get moved to **%LocalAppData%** which doesn't require admin privileges. Use **Programs and Features** to uninstall.</small>
> #### Upgrades: Explicitly uninstall pre-1.4.10 Installations!
> If you have versions **prior to 1.4.10** installed, we recommend you do a **full uninstall using Programs and Features** before updating Markdown Monster. Because the install location changed, the new low rights installer can run into permission problems updating in the old **Program Files** location. A manual Uninstall/Re-install ensures that files get moved to **%LocalAppData%** which doesn't require admin privileges.
### 1.4.12
<small>August 3rd, 2017</small>
### 1.5
*<small>August 4th, 2017</small>*

* **Version Rollup Release**
This release is a version rollup release that combines all the recent additions into a point release.


### 1.4.10
*<small>July 20th, 2017</small>*

* **Uninstall Command Line Option**
You can now run `MarkdownMonster.exe -uninstall` to remove all registry settings that Markdown Monster makes during a portable (ie. non-installer) installation. To do a full, clean, manual uninstall of Markdown Monster run `MarkdownMonster.exe uninstall`, then delete the install folder and `%appdata%\Markdown Monster`.
Expand Down
Binary file modified Install/Builds/CurrentRelease/MarkdownMonster_Version.xml
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>MarkdownMonster.Portable</id>
<version>1.4.8</version>
<version>1.5.0</version>
<title>Markdown Monster Portable Install</title>
<authors>Rick Strahl, West Wind Technologies</authors>
<owners>West Wind Technologies</owners>
Expand Down
4 changes: 2 additions & 2 deletions Install/Chocolatey/build.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

cd "$PSScriptRoot"

$releasePath = "C:\projects2010\MarkdownMonsterAddins\MarkdownMonsterReleases\v1.4"
$releasePath = "C:\projects2010\MarkdownMonsterAddins\MarkdownMonsterReleases\v1.5"

#$file = "MarkdownMonsterSetup-0.55.exe"
$file = gci "$releasePath" | sort LastWriteTime | select -last 1 | select -ExpandProperty "Name"
Expand All @@ -19,7 +19,7 @@ write-host $sha
$filetext = @"
`$packageName = 'markdownmonster'
`$fileType = 'exe'
`$url = 'https://github.com/RickStrahl/MarkdownMonsterReleases/raw/master/v1.4/$file'
`$url = 'https://github.com/RickStrahl/MarkdownMonsterReleases/raw/master/v1.5/$file'
`$silentArgs = '/SILENT'
`$validExitCodes = @(0)
Expand Down
2 changes: 1 addition & 1 deletion Install/Chocolatey/markdownmonster.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>MarkdownMonster</id>
<version>1.4.8</version>
<version>1.5.0</version>
<title>Markdown Monster</title>
<authors>Rick Strahl, West Wind Technologies</authors>
<owners>West Wind Technologies</owners>
Expand Down
Binary file modified Install/Chocolatey/tools/chocolateyInstall.ps1
Binary file not shown.
4 changes: 2 additions & 2 deletions Install/CreateRelease.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ $version = [System.Diagnostics.FileVersionInfo]::GetVersionInfo($releaseFile).Fi
$version = $version.Trim().Replace(".0","")
"Writing Version File for: " + $version

$finalFile = "..\..\MarkdownMonsterAddins\MarkdownMonsterReleases\v1.4\MarkdownMonsterSetup-${version}.exe"
$finalFile = "..\..\MarkdownMonsterAddins\MarkdownMonsterReleases\v1.5\MarkdownMonsterSetup-${version}.exe"
copy $releaseFile $finalFile
copy $releaseFile "..\..\MarkdownMonsterAddins\MarkdownMonsterReleases\CurrentRelease\MarkdownMonsterSetup.exe"
cd "..\..\MarkdownMonsterAddins\MarkdownMonsterReleases"

git add -f "v1.4/MarkdownMonsterSetup-${version}.exe"
git add -f "v1.5/MarkdownMonsterSetup-${version}.exe"
git commit -m "$version"
git push origin master

Expand Down
4 changes: 2 additions & 2 deletions MarkdownMonster/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@

<Button Command="{Binding ShowFolderBrowserCommand}"
Margin="2,0"
ToolTip="Show Folder Browser pane (alt-v-f)"
ToolTip="show Folder Browser pane (alt-v-f)"
fa:Awesome.Content="FilesOutline" Foreground="{StaticResource BlueItem}"
TextElement.FontSize="16"
TextElement.FontFamily="pack://application:,,,/FontAwesome.WPF;component/#FontAwesome"
Expand All @@ -98,7 +98,7 @@
Margin="2,0"
IsChecked="{Binding IsFullScreen}"
Command="{Binding DistractionFreeModeCommand}"
ToolTip="toggle distraction free edit mode (alt-shift-enter)"
ToolTip="toggle distraction free edit mode (alt-shift-enter). configure with: 'DistractionFreeModeHideOptions' setting."
fa:Awesome.Content="ArrowsAlt"
TextElement.FontSize="16"
TextElement.FontFamily="pack://application:,,,/FontAwesome.WPF;component/#FontAwesome"
Expand Down
4 changes: 2 additions & 2 deletions MarkdownMonster/MarkdownMonster.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -84,8 +84,8 @@
<Reference Include="MahApps.Metro, Version=1.5.0.23, Culture=neutral, PublicKeyToken=f4fb5a3c4d1e5b4f, processorArchitecture=MSIL">
<HintPath>..\packages\MahApps.Metro.1.5.0\lib\net45\MahApps.Metro.dll</HintPath>
</Reference>
<Reference Include="Markdig, Version=0.12.3.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Markdig.0.12.3\lib\net40\Markdig.dll</HintPath>
<Reference Include="Markdig, Version=0.13.0.0, Culture=neutral, processorArchitecture=MSIL">
<HintPath>..\packages\Markdig.0.13.0\lib\net40\Markdig.dll</HintPath>
</Reference>
<Reference Include="Microsoft.ApplicationInsights, Version=2.4.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\packages\Microsoft.ApplicationInsights.2.4.0\lib\net46\Microsoft.ApplicationInsights.dll</HintPath>
Expand Down
2 changes: 1 addition & 1 deletion MarkdownMonster/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -53,5 +53,5 @@
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.4.10")]
[assembly: AssemblyVersion("1.5.0")]

2 changes: 1 addition & 1 deletion MarkdownMonster/packages.config
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package id="Dragablz" version="0.0.3.191" targetFramework="net462" />
<package id="FontAwesome.WPF" version="4.7.0.9" targetFramework="net462" />
<package id="MahApps.Metro" version="1.5.0" targetFramework="net462" />
<package id="Markdig" version="0.12.3" targetFramework="net462" />
<package id="Markdig" version="0.13.0" targetFramework="net462" />
<package id="Microsoft.ApplicationInsights" version="2.4.0" targetFramework="net462" />
<package id="Microsoft.WindowsAPICodePack-Core" version="1.1.0.2" targetFramework="net462" />
<package id="Microsoft.WindowsAPICodePack-Shell" version="1.1.0.0" targetFramework="net462" />
Expand Down
15 changes: 4 additions & 11 deletions Todo.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,31 +2,24 @@

### Immediate
* [ ] Addin Enabled/Disabled
* [ ] Master Configuration Form
* [ ] Spell checker Dictionary Downloads
* Store dictionaries online
* Show what's installed
* Show whats available
* Link to Open Office for missing stuff
* [x] ~~Check for start position to make sure it's visible~~


### Mid Term
* [ ] Add File Encryption as an Option
* [x] ~~Add File Encryption as an Option~~
* [ ] Add JavaScript {{Handlebars}} Processing to Snippets Addin

### Bugs
* [ ] Fix Markdown List display where new bullet auto creates
* [x] ~~Fix spell check dialog window overflow~~

### Consideration
* [ ] Check out ReverseMarkdown C# source - needs adjustments (lists, spacing)
* [ ] Multiple configurations for blog posts (use post/blogid subitems?)
* [ ] reveal.js presentations
* [ ] Research **R Markdown**, **AsciiDoc**
* [x] ~~Git Commit/Push Addin~~
* [x] ~~PngOut on Png Images captured with SnagIt or Inserted~~
* [x] ~~Page Templates (add-in?)~~
* [x] ~~Export/Copy/Weblog Publish to Clipboard with Images embedded~~

### Notes


### Notes

0 comments on commit 27e4690

Please sign in to comment.