|
| 1 | +repository_link: https://github.com/nextcloud/summary_bot |
| 2 | +title: Change Log |
| 3 | +description: All notable changes to this project will be documented in this file. |
| 4 | +markdown_preamble: |- |
| 5 | + <!-- |
| 6 | + - SPDX-FileCopyrightText: 2024 Nextcloud GmbH and Nextcloud contributors |
| 7 | + - SPDX-License-Identifier: AGPL-3.0-or-later |
| 8 | + --> |
| 9 | + # Change Log |
| 10 | + All notable changes to this project will be documented in this file. |
| 11 | +
|
| 12 | + The format is based on [Keep a Changelog](http://keepachangelog.com/) |
| 13 | + and this project adheres to [Semantic Versioning](http://semver.org/). |
| 14 | +release_agent: |
| 15 | + ignore_commits: |
| 16 | + - author: "^pre-commit-ci\\[bot\\]$" |
| 17 | + - author: "^Nextcloud-bot$" |
| 18 | + - email: bot@nextcloud.com |
| 19 | + - author: "^dependabot\\[bot\\]$" |
| 20 | + - message: "^chore\\(changelog\\):" |
| 21 | +entries: |
| 22 | +- version: 1.1.6 |
| 23 | + release_date: '2025-11-27' |
| 24 | + sections: |
| 25 | + - name: Changed |
| 26 | + items: |
| 27 | + - text: improve LLM taskproc error message |
| 28 | + authors: |
| 29 | + - kyteinsky |
| 30 | + issue_number: 43 |
| 31 | + - text: upgrade to python3.13 and nc_py_api to 0.23.0 |
| 32 | + authors: |
| 33 | + - kyteinsky |
| 34 | + issue_number: 43 |
| 35 | + - text: bump max supported NC to 33 |
| 36 | + authors: |
| 37 | + - kyteinsky |
| 38 | + issue_number: 43 |
| 39 | + - name: Fixed |
| 40 | + items: |
| 41 | + - text: do not reload on code change |
| 42 | + authors: |
| 43 | + - kyteinsky |
| 44 | + issue_number: 43 |
| 45 | + - text: add user_id to taskproc OCS calls to avoid 401 resp |
| 46 | + authors: |
| 47 | + - kyteinsky |
| 48 | + issue_number: 43 |
| 49 | + - text: use "admin" as fallback if no user is found |
| 50 | + authors: |
| 51 | + - kyteinsky |
| 52 | + issue_number: 43 |
| 53 | + - text: disallow anon users to request summaries |
| 54 | + authors: |
| 55 | + - kyteinsky |
| 56 | + issue_number: 43 |
| 57 | +- version: 1.1.5 |
| 58 | + release_date: '2025-07-24' |
| 59 | + sections: |
| 60 | + - name: Fixed |
| 61 | + items: |
| 62 | + - text: Fix scheduled summary jobs |
| 63 | + authors: |
| 64 | + - lukasdotcom |
| 65 | + issue_number: 40 |
| 66 | + - text: Enable dependabot and other maintenance tasks |
| 67 | + authors: |
| 68 | + - kyteinsky |
| 69 | + issue_number: 37 |
| 70 | + - text: Add Github actions for reuse |
| 71 | + authors: |
| 72 | + - AndyScherzinger |
| 73 | + issue_number: 36 |
| 74 | +- version: 1.1.4 |
| 75 | + release_date: '2024-10-01' |
| 76 | + sections: |
| 77 | + - name: Fixed |
| 78 | + items: |
| 79 | + - text: Enable appstore-build-publish on nextcloud-releases |
| 80 | + authors: [] |
| 81 | + issue_number: |
| 82 | +- version: 1.1.3 |
| 83 | + release_date: '2024-10-01' |
| 84 | + sections: |
| 85 | + - name: Fixed |
| 86 | + items: |
| 87 | + - text: Add files required for nc release |
| 88 | + authors: [] |
| 89 | + issue_number: |
| 90 | +- version: 1.1.2 |
| 91 | + release_date: '2024-09-30' |
| 92 | + sections: |
| 93 | + - name: Fixed |
| 94 | + items: |
| 95 | + - text: Preserve pip cache on code change |
| 96 | + authors: [] |
| 97 | + issue_number: |
| 98 | +- version: 1.1.1 |
| 99 | + release_date: '2024-09-30' |
| 100 | + sections: |
| 101 | + - name: Fixed |
| 102 | + items: |
| 103 | + - text: Timezone handling |
| 104 | + authors: [] |
| 105 | + issue_number: |
| 106 | + - text: Docker build container repo url |
| 107 | + authors: [] |
| 108 | + issue_number: |
| 109 | + - text: Docker runs-only-on github runners |
| 110 | + authors: [] |
| 111 | + issue_number: |
| 112 | + - text: Minor fixes |
| 113 | + authors: [] |
| 114 | + issue_number: |
| 115 | +- version: 1.1.0 |
| 116 | + release_date: '2024-09-18' |
| 117 | + sections: |
| 118 | + - name: Added |
| 119 | + items: |
| 120 | + - text: Add on-demand execution command |
| 121 | + authors: [] |
| 122 | + issue_number: |
| 123 | + - name: Changed |
| 124 | + items: |
| 125 | + - text: Use TaskProcessing instead of TextProcessing |
| 126 | + authors: [] |
| 127 | + issue_number: |
| 128 | +- version: 1.0.0 |
| 129 | + release_date: '2024-08-02' |
| 130 | + sections: |
| 131 | + - name: Added |
| 132 | + items: |
| 133 | + - text: The app |
| 134 | + authors: [] |
| 135 | + issue_number: |
0 commit comments