Skip to content

Commit

Permalink
Update changelog and about page
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmartinez committed May 23, 2020
1 parent a8ac325 commit ce932f6
Show file tree
Hide file tree
Showing 11 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion Changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ Version 11.0 (May 23, 2020)
• Easier resizing of images before insertion
• Pressing CTRL+S on character editor and dictionary now saves the notebook
• Display shortcut keys on menus
• Added tons of shortcut keys all across the program
• Add menu and shortcut keys to dictionary
• New words are automatically selected in dictionary
• Added alternating colors to dictionary grid
• Default dictionary display font is now larger
• Opening a dictionary now adds the new words to the current dictionary, instead of replacing them
• Added tons of shortcut keys to make all across the program
• Custom characters can be assigned to keys CTRL+1 to CTRL+0
• Character insertion now respects caps lock
• Allow the adjustment of bullet indent
Expand Down
4 changes: 2 additions & 2 deletions src/LangPad/Dialogs/AboutDialog.resx
Original file line number Diff line number Diff line change
Expand Up @@ -130,16 +130,16 @@ Redistribution and use in source and binary forms, with or without modification,
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.</value>
</data>
<data name="ChangelogTextBox.Text" xml:space="preserve">
<value>Version 11.0 (June 30, 2020)
<value>Version 11.0 (May 23, 2020)
• Easier resizing of images before insertion
• Pressing CTRL+S on character editor and dictionary now saves the notebook
• Display shortcut keys on menus
• Added tons of shortcut keys all across the program
• Add menu and shortcut keys to dictionary
• New words are automatically selected in dictionary
• Added alternating colors to dictionary grid
• Default dictionary display font is now larger
• Opening a dictionary now adds the new words to the current dictionary, instead of replacing them
• Added tons of shortcut keys to make all across the program
• Custom characters can be assigned to keys CTRL+1 to CTRL+0
• Character insertion now respects caps lock
• Allow the adjustment of bullet indent
Expand Down
24 changes: 12 additions & 12 deletions src/LangPad/DictionaryForm.Designer.vb

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/LangPad/bin/Debug/LangPad.application
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>g0lHtknDbuIv6J1BLid5BqV5FS9sggHcMo7dCf08bmI=</dsig:DigestValue>
<dsig:DigestValue>CwB5o4Ms6AMEl5ebed76elBM/GpkQETMO5Z/VNWB0VY=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified src/LangPad/bin/Debug/LangPad.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/LangPad/bin/Debug/LangPad.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>zpVGlKZK6ZbemrMFJtbpREcf/L1rz6Vy6jgcdwer22s=</dsig:DigestValue>
<dsig:DigestValue>v3z+r85pWg6eElijfeZpMQ8bdCUk2VasLg14TOczkvE=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified src/LangPad/bin/Debug/app.publish/LangPad.exe
Binary file not shown.
Binary file modified src/LangPad/obj/Debug/LangPad.AboutDialog.resources
Binary file not shown.
2 changes: 1 addition & 1 deletion src/LangPad/obj/Debug/LangPad.application
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>g0lHtknDbuIv6J1BLid5BqV5FS9sggHcMo7dCf08bmI=</dsig:DigestValue>
<dsig:DigestValue>CwB5o4Ms6AMEl5ebed76elBM/GpkQETMO5Z/VNWB0VY=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down
Binary file modified src/LangPad/obj/Debug/LangPad.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion src/LangPad/obj/Debug/LangPad.exe.manifest
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
</dsig:Transforms>
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
<dsig:DigestValue>zpVGlKZK6ZbemrMFJtbpREcf/L1rz6Vy6jgcdwer22s=</dsig:DigestValue>
<dsig:DigestValue>v3z+r85pWg6eElijfeZpMQ8bdCUk2VasLg14TOczkvE=</dsig:DigestValue>
</hash>
</dependentAssembly>
</dependency>
Expand Down

0 comments on commit ce932f6

Please sign in to comment.