Releases: prplecake/mastodon-bookmark-sync
v2.0.4 - Add Briefkasten support
What's Changed
- Update README by @prplecake in #104
- Bump Moq from 4.18.4 to 4.20.69 by @dependabot in #105
- Update workflow formatting - remove blank lines by @prplecake in #107
- Add GitVersion by @prplecake in #106
- Bump Microsoft.NET.Test.Sdk from 17.7.0 to 17.7.1 by @dependabot in #108
- Update global usings in BookmarkSync.Infrastructure.Tests by @prplecake in #109
- Implement Briefkasten API by @prplecake in #83
- Update links to config examples by @prplecake in #110
- Use MajorMinorPatch instead of SemVer for now by @prplecake in #111
Full Changelog: 2.0.3...2.0.4
v2.0.4-alpha
Not intended for production use!
This release and future alpha releases (2.0.4-alpha*
) are being used to demonstrate an issue with GitVersion.
v2.0.3 - Account Ignore List
What's Changed
- Gracefully handle 403 when deleting bookmarks by @prplecake in #87
- Add GetConfigValue_InvalidKey test by @prplecake in #89
- Small tweaks by @prplecake in #88
- Bump HtmlAgilityPack from 1.11.48 to 1.11.49 by @dependabot in #90
- Bump MSTest.TestFramework from 3.0.4 to 3.1.1 by @dependabot in #91
- Bump MSTest.TestAdapter from 3.0.4 to 3.1.1 by @dependabot in #92
- Bump HtmlAgilityPack from 1.11.49 to 1.11.50 by @dependabot in #93
- Bump HtmlAgilityPack from 1.11.50 to 1.11.51 by @dependabot in #94
- Bump Microsoft.NET.Test.Sdk from 17.6.3 to 17.7.0 by @dependabot in #95
- Update existing links if present in LinkAce by @prplecake in #96
- Don't call unimplemented method by @prplecake in #97
- Add ToSnakeCase tests by @prplecake in #100
- Implement account ignore list by @prplecake in #101
- Use JSON stream instead of in-memory configs in tests by @prplecake in #102
Full Changelog: 2.0.2...2.0.3
v2.0.2 - Added linkding support
What's Changed
- Add linux-arm64 to release matrix by @prplecake in #67
- Bump coverlet.collector from 3.2.0 to 6.0.0 by @dependabot in #68
- Bump Microsoft.NET.Test.Sdk from 17.5.0 to 17.6.0 by @dependabot in #69
- Bump MSTest.TestFramework from 3.0.2 to 3.0.3 by @dependabot in #71
- Bump MSTest.TestAdapter from 3.0.2 to 3.0.3 by @dependabot in #70
- Bump Microsoft.NET.Test.Sdk from 17.6.0 to 17.6.1 by @dependabot in #73
- Bump MSTest.TestFramework from 3.0.3 to 3.0.4 by @dependabot in #72
- Bump MSTest.TestAdapter from 3.0.3 to 3.0.4 by @dependabot in #74
- Bump Microsoft.NET.Test.Sdk from 17.6.1 to 17.6.2 by @dependabot in #75
- Bump HtmlAgilityPack from 1.11.46 to 1.11.47 by @dependabot in #76
- Bump HtmlAgilityPack from 1.11.47 to 1.11.48 by @dependabot in #79
- Bump Serilog from 2.12.0 to 3.0.1 by @dependabot in #78
- Bump Microsoft.NET.Test.Sdk from 17.6.2 to 17.6.3 by @dependabot in #77
- Reorganize project by @prplecake in #80
- Implement linkding API by @prplecake in #82
- Add links to the various bookmarking services by @prplecake in #84
Full Changelog: 2.0.1...2.0.2
v2.0.1 - appsettings tweaks
⚠️ Breaking Changes
We've made some changes to how we handle application settings. Going forward you will need an appsettings.json
, provided by us, and an appsettings.Production.json
, created by you from the appsettings.Example.json
. If you're already using the C# application and have an appsettings.json
, you will need to move the App
and Instance
configuration keys to a new appsettings.Production.json
. The only key in appsettings.json
at this time should be Serilog
. If you need help, please head over to the support forum.
What's Changed
- Cache nuget packages by @prplecake in #47
- Bump actions/dependency-review-action from 2 to 3 by @dependabot in #48
- Fix workflow indentation by @prplecake in #51
- Use NuGet packages lockfile by @prplecake in #49
- Remove alpha from version by @prplecake in #50
- Change language to prefer LinkAce by @prplecake in #52
- Revert "Use NuGet packages lockfile" by @prplecake in #54
- Enable implicit usings by @prplecake in #55
- Enable implicit usings by @prplecake in #56
- Make dictionary value nullable by @prplecake in #58
- Use global usings by @prplecake in #57
- Update workflow permissions by @prplecake in #61
- Bump Serilog.Extensions.Hosting from 5.0.1 to 7.0.0 by @dependabot in #59
- Bump Serilog.Settings.Configuration from 3.4.0 to 7.0.0 by @dependabot in #60
- Split standard app config from production configs by @prplecake in #63
- Fix malformed release workflow introduced in #47 by @prplecake in #65
Full Changelog: 2.0.0...2.0.1
v2.0.0
What's Changed
- Rewrite in C# by @prplecake in #22
- Update logging defaults by @prplecake in #25
- Move bookmarking services into a subfolder by @prplecake in #26
- Update README badges by @prplecake in #29
- Don't log the "The current time is..." message by @prplecake in #27
- Add note to README (and add Wiki page) regarding running on macOS by @prplecake in #30
- Fix order of Assert.AreEqual parameters by @prplecake in #31
- Introduce Bookmark.DefaultTags property by @prplecake in #32
- Revert "Introduce Bookmark.DefaultTags property" by @prplecake in #33
- Revert "Revert "Introduce Bookmark.DefaultTags property"" by @prplecake in #34
- Update log messages by @prplecake in #28
- Add LinkAce support by @prplecake in #36
- Create .github/workflows/codeql.yml by @prplecake in #39
- Create .github/workflows/dependency-review.yml by @prplecake in #40
LinkAce requires a new config key LinkAceUri
to be provided in App:Bookmarking
with the URL to your LinkAce instance without a trailing slash. See LinkAce Configuration
Full Changelog: 1.3.1...2.0.0
v2.0.0-alpha
v1.3.1
What's Changed
- Bump wangyoucao577/go-release-action to 1.32 by @prplecake in #15
- Delete FUNDING.yml by @prplecake in #16
- Add User-Agent header by @prplecake in #17
Full Changelog: 1.3.0...1.3.1
1.3.0
What's Changed
- Update release.yml by @prplecake in #1
- Update config.example.yaml by @prplecake in #2
- Add config option to delete bookmarks after saving to Pinboard by @prplecake in #6
- Move
auth_token
to front of query string by @prplecake in #12 - [Pinboard] Save bookmarks as private by default by @prplecake in #11
- Improve users' privacy by @prplecake in #13
Full Changelog: https://github.com/prplecake/mastodon-bookmark-sync/commits/1.3.0
v1.2.0
Matthew Jorgensen (6):
Add DeleteBookmarks instanceConfig field
Add another crontab example
Add status ID and visibility to bookmark object
Add deleteBookmark method to instanceConfig
Add VS Code launch config
Merge pull request #6 from prplecake/dev-delete-bookmarks