Skip to content

Commit

Permalink
Merge pull request #32 from nextcloud/release/1.0.5
Browse files Browse the repository at this point in the history
chore: prepare 1.0.5 release
  • Loading branch information
edward-ly authored Nov 22, 2024
2 parents 54c20bc + d818b84 commit 1cea0f4
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.0.5] - 2024-11-22

### Added

- Password confirmation for sensitive configuration changes. #29

### Changed

- Multiple dependency upgrades. #28

### Fixed

- Query parameter formatting for API requests. #31
- Removal of stored secrets from front-end. #29
- Encryption of stored API key. #24

## [1.0.4] - 2024-10-01

### Changed
Expand Down Expand Up @@ -42,7 +58,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

- Upload selected Nextcloud files to configured Zulip instance.

[Unreleased]: https://github.com/nextcloud/integration_zulip/compare/v1.0.4...HEAD
[Unreleased]: https://github.com/nextcloud/integration_zulip/compare/v1.0.5...HEAD
[1.0.5]: https://github.com/nextcloud/integration_zulip/releases/tag/v1.0.5
[1.0.4]: https://github.com/nextcloud/integration_zulip/releases/tag/v1.0.4
[1.0.3]: https://github.com/nextcloud/integration_zulip/releases/tag/v1.0.3
[1.0.2]: https://github.com/nextcloud/integration_zulip/releases/tag/v1.0.2
Expand Down
2 changes: 1 addition & 1 deletion appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ These values can be found in and copied from your Zulip account's `zuliprc` file
If those settings are not configured, a link to the "Connected accounts" user settings page will be displayed when attempting to send a file to a Zulip user/topic.
The context menu to send a file can be accessed by right clicking on the file/folder to be shared or selecting them and clicking on the "Actions" button.
]]></description>
<version>1.0.4</version>
<version>1.0.5</version>
<licence>agpl</licence>
<author>Edward Ly</author>
<namespace>Zulip</namespace>
Expand Down
2 changes: 1 addition & 1 deletion 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,6 +1,6 @@
{
"name": "integration_zulip",
"version": "1.0.4",
"version": "1.0.0",
"description": "Zulip integration",
"scripts": {
"build": "NODE_ENV=production webpack --progress --config webpack.js",
Expand Down

0 comments on commit 1cea0f4

Please sign in to comment.