Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare 1.0.5 release #32

Merged
merged 3 commits into from
Nov 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading