diff --git a/.github/ISSUE_TEMPLATE/maintainers-release.md b/.github/ISSUE_TEMPLATE/maintainers-release.md index 1bc8be515..3875f3daa 100644 --- a/.github/ISSUE_TEMPLATE/maintainers-release.md +++ b/.github/ISSUE_TEMPLATE/maintainers-release.md @@ -7,7 +7,7 @@ assignees: enricoros --- -Release checklist: +## Release checklist: - [ ] Update the [Roadmap](https://github.com/users/enricoros/projects/4/views/2) calling out shipped features - [ ] Create and update a [Milestone](https://github.com/enricoros/big-agi/milestones) for the release @@ -31,3 +31,31 @@ Release checklist: - Announce: - [ ] Discord announcement - [ ] Twitter announcement + +## Artifacts + +1) first copy and paste the former release `discord announcement`, `news.data.ts`, `changelog.md`, `README.md` +2) then copy and paste the milestone and each indivdual issue (content will be downloaded) +3) then paste the git changelog 1.2.2...1.2.3 + +### news.data.tsx + +```markdown +I need the following from you: + +1. a table summarizing all the new features in 1.2.3, which will be used for the artifacts later +2. after the table score each feature from a user impact and magnitude point of view +3. Improve the table, in decreasing order of importance for features, fixing any detail that's missing +4. I want you then to update the news.data.tsx for the new release +``` + +### GitHub release + +Now paste the former release (or 1.5.0 which was accurate and great), including the new contributors and +some stats (# of commits, etc.), and roll it for the new release. + +### Discord announcement + +```markdown +Can you generate my 1.2.3 big-AGI discord announcement from the GitHub Release announcement, and the in-app News? +``` diff --git a/README.md b/README.md index feb827d3e..90ffa0ef3 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,17 @@ shows the current developments and future ideas. - Got a suggestion? [_Add your roadmap ideas_](https://github.com/enricoros/big-agi/issues/new?&template=roadmap-request.md) - Want to contribute? [_Pick up a task!_](https://github.com/users/enricoros/projects/4/views/4) - _easy_ to _pro_ -### What's New in 1.5.0 🌟 +### What's New in 1.6.0 - Nov 28, 2023 🌟 + +- **Web Browsing**: Download web pages within chats - [browsing guide](https://github.com/enricoros/big-agi/blob/main/docs/config-browse.md) +- **Branching Discussions**: Create new conversations from any message +- **Keyboard Navigation**: Swift chat navigation with new shortcuts (e.g. ctrl+alt+left/right) +- **Performance Boost**: Faster rendering for a smoother experience +- **UI Enhancements**: Refined interface based on user feedback +- **New Features**: Anthropic Claude 2.1, `/help` command, and Flattener tool +- **For Developers**: Code quality upgrades and snackbar notifications + +### What's New in 1.5.0 - Nov 19, 2023 - **Continued Voice**: Engage with hands-free interaction for a seamless experience - **Visualization Tool**: Create data representations with our new visualization capabilities diff --git a/docs/changelog.md b/docs/changelog.md index e82ab4579..bc1b9aa5d 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -5,12 +5,22 @@ by release. - For the live roadmap, please see [the GitHub project](https://github.com/users/enricoros/projects/4/views/2) -### 1.6.0 - Dec 2023 +### 1.7.0 - Dec 2023 - work in progress: [big-AGI open roadmap](https://github.com/users/enricoros/projects/4/views/2), [help here](https://github.com/users/enricoros/projects/4/views/4) -- milestone: [1.6.0](https://github.com/enricoros/big-agi/milestone/6) +- milestone: [1.7.0](https://github.com/enricoros/big-agi/milestone/7) -### ✨ What's New in 1.5.0 👊 - Nov 19, 2023 +### ✨ What's New in 1.6.0 👊 - Nov 28, 2023 + +- **Web Browsing**: Download web pages within chats - [browsing guide](https://github.com/enricoros/big-agi/blob/main/docs/config-browse.md) +- **Branching Discussions**: Create new conversations from any message +- **Keyboard Navigation**: Swift chat navigation with new shortcuts (e.g. ctrl+alt+left/right) +- **Performance Boost**: Faster rendering for a smoother experience +- **UI Enhancements**: Refined interface based on user feedback +- **New Features**: Anthropic Claude 2.1, `/help` command, and Flattener tool +- **For Developers**: Code quality upgrades and snackbar notifications + +### What's New in 1.5.0 - Nov 19, 2023 - **Continued Voice**: Engage with hands-free interaction for a seamless experience - **Visualization Tool**: Create data representations with our new visualization capabilities diff --git a/package-lock.json b/package-lock.json index fc1f3615a..bb478a9a0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "big-agi", - "version": "1.5.0", + "version": "1.6.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "big-agi", - "version": "1.5.0", + "version": "1.6.0", "hasInstallScript": true, "dependencies": { "@dqbd/tiktoken": "^1.0.7", diff --git a/package.json b/package.json index 0491da422..2f825d4e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "big-agi", - "version": "1.5.0", + "version": "1.6.0", "private": true, "scripts": { "dev": "next dev", diff --git a/src/apps/news/AppNews.tsx b/src/apps/news/AppNews.tsx index 56b034fdb..750199cd6 100644 --- a/src/apps/news/AppNews.tsx +++ b/src/apps/news/AppNews.tsx @@ -69,7 +69,7 @@ export function AppNews() { } {!!ni.items && (ni.items.length > 0) &&