Skip to content

Commit

Permalink
chore(release): 0.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
anpigon committed Jun 27, 2024
1 parent b9a5dd7 commit ec10ef5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,25 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

### [0.4.3](https://github.com/anpigon/obsidian-steemit-plugin/compare/0.4.2...0.4.3) (2024-06-27)


### Features

* **encrypt:** add isEncrypted method to check if a string is encrypted ([a5dcbe1](https://github.com/anpigon/obsidian-steemit-plugin/commit/a5dcbe1720df11f27a2a149fc479e8dc6cf25af3))
* **settings:** add defaultTags setting to SteemitPluginSettings and corresponding UI component ([f7822f7](https://github.com/anpigon/obsidian-steemit-plugin/commit/f7822f7162d773fe03d1bf47ef1558a9aeed219d))
* **SubmitConfirmModal:** add default tags and placeholder to dropdown for better user experience ([7048069](https://github.com/anpigon/obsidian-steemit-plugin/commit/704806901ada24deb9f16b55d6f8ac117f1711a1))


### Bug Fixes

* **encrypt.ts:** update crypto.scryptSync to use Buffer.from for key encryption ([486d1f1](https://github.com/anpigon/obsidian-steemit-plugin/commit/486d1f1f053d623a9621a71606bc67eed06c44d6))
* **encrypt.ts:** update encryption key retrieval to use process.env.ENCRYPTION_KEY and add error handling ([9deafee](https://github.com/anpigon/obsidian-steemit-plugin/commit/9deafee09580cde41bb6babb3b5a7b889767405b))
* **settings.ts:** rename setting key from appName to category for consistency and accuracy ([ab76b61](https://github.com/anpigon/obsidian-steemit-plugin/commit/ab76b61867015daebd72f596afee4e33b0f31d9f))
* **SubmitConfirmModal:** fix default tags initialization to use plugin settings ([b9a5dd7](https://github.com/anpigon/obsidian-steemit-plugin/commit/b9a5dd7704fd56314ee4be1c254ee120d3063a7a))
* **SubmitConfirmModal:** fix typo in Record type parameter name from 'a' to 'acc' ([dd580e3](https://github.com/anpigon/obsidian-steemit-plugin/commit/dd580e34720568375bdda51b17382d14e13b1cb3))
* **SubmitConfirmModal:** handle errors when fetching community categories and publishing posts ([95b038c](https://github.com/anpigon/obsidian-steemit-plugin/commit/95b038c56e7c630e7e37c6b45f9a0df7ea21b187))

### [0.4.2](https://github.com/anpigon/obsidian-steemit-plugin/compare/0.4.1...0.4.2) (2024-03-29)


Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"id": "obsidian-steemit",
"name": "Steemit",
"version": "0.4.2",
"version": "0.4.3",
"minAppVersion": "1.4.5",
"description": "A plugin for publishing Obsidian documents to Steemit.",
"author": "anpigon",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "obsidian-steemit",
"version": "0.4.2",
"version": "0.4.3",
"description": "A plugin for publishing Obsidian documents to Steemit. (https://steemit.com)",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit ec10ef5

Please sign in to comment.