Skip to content

Commit

Permalink
Release security fix (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
NikkelM authored Sep 28, 2023
1 parent 582196c commit 1ae3bad
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 7 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,17 @@
# Changelog

## v1.3.0
## v1.3.1

<!--Releasenotes start-->
- This release includes security updates to dependencies.
<!--Releasenotes end-->

## v1.3.0

- Added a button on the settings page that allows you to export all your notes to a CSV file.
- Added a display for when the current note was last edited.
- When opening the Add-In window, the most recently edited note is now opened.
- Fixed some layouting on the settings page.
<!--Releasenotes end-->

## v1.2.2

Expand Down
2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<OfficeApp xmlns="http://schemas.microsoft.com/office/appforoffice/1.1" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:bt="http://schemas.microsoft.com/office/officeappbasictypes/1.0" xmlns:mailappor="http://schemas.microsoft.com/office/mailappversionoverrides/1.0" xsi:type="MailApp">
<Id>4d810708-b23f-4105-bfab-6301f6d3a8ba</Id>
<Version>1.3.0</Version>
<Version>1.3.1</Version>
<ProviderName>Nikkel Mollenhauer</ProviderName>
<DefaultLocale>en-GB</DefaultLocale>
<DisplayName DefaultValue="Mail Notes"/>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "outlook-mail-notes",
"description": "Easily add notes to e-mails, senders & conversations in Outlook!",
"version": "1.3.0",
"version": "1.3.1",
"author": "Nikkel Mollenhauer",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion src/taskpane.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h2>This isn't the page you're looking for...</h2>
<button id="conversationContextButton" title="Add a note to the current conversation">
Conversation
</button>
<button id="senderContextButton" title="Add a note that will be available in all e-mails from this sender">
<button id="senderContextButton" title="Add a note that will be available in all messages from this sender">
Sender
</button>
</div>
Expand Down

0 comments on commit 1ae3bad

Please sign in to comment.