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

Release 1.12.0 #363

Closed
23 tasks done
enricoros opened this issue Jan 26, 2024 · 6 comments
Closed
23 tasks done

Release 1.12.0 #363

enricoros opened this issue Jan 26, 2024 · 6 comments
Milestone

Comments

@enricoros
Copy link
Owner

enricoros commented Jan 26, 2024

Release checklist:

  • Create a new Release Issue
    • Replace 1.11.0 with the former release, and 1.12.0 with THIS
  • Update the Roadmap calling out shipped features
  • Create and update a Milestone for the release
  • Code changes:
    • Create a release branch 'release-x.y.z': git checkout -b release-1.12.0
    • Create a temporary tag git tag v1.12.0 && git push opensource --tags
    • Create a New Draft GitHub Release, and generate the automated changelog (for new contributors)
    • Update the release version in package.json, and npm i
    • Update in-app News src/apps/news/news.data.tsx
    • Update the in-app News version number
    • Update the README.md with the new release
    • Copy the highlights to the docs/changelog.md
  • Release:
    • merge onto main git checkout main && git merge --no-ff release-1.12.0
    • re-tag `git tag -f v1.12.0 && git push opensource --tags -f'
    • verify deployment on Vercel
    • verify container on GitHub Packages
    • update the GitHub release
    • push as stable git push opensource main:main-stable
  • Announce:
    • Discord announcement
    • Twitter announcement

Links

Artifacts Generation

You help me generate the following collateral for the new release of my opensource application
called big-AGI. The new release is 1.12.0.
To familiarize yourself with the application, the following are the Website and the GitHub README.md.
I am announcing a new version, 1.12.0.
For reference, the following was the collateral for 1.11.0 (Discord announcement,
GitHub Release, in-app-news file news.data.tsx, changelog.md).
  • paste the former: discord announcement,
  • GitHub release,
  • news.data.tsx,
  • changelog.md
The following are the new developments for 1.12.0:
  • paste the link to the milestone (closed) and each individual issue (content will be downloaded)
  • paste the git changelog git log --pretty=format:"%h %an %B" v1.11.0..v1.12.0 | clip

news.data.tsx

I need the following from you:

1. a table summarizing all the new features in 1.12.0 (description, significance, usefulness, do not link the commit, but have the issue number), 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, in particular check if there are commits of significance from a user or developer point of view, which are not contained in the table
4. I want you then to update the news.data.tsx for the new release

Readme (and Changelog)

I need you to update the README.md and the with the new release.
Attaching the in-app news, with my language for you to improve on, but keep the tone.

GitHub release

Please create the 1.12.0 Release Notes for GitHub.
Use a truthful and honest tone, understanding that people's time and attention span is short.
Today is 2024-1-1.

Now paste-attachment the former release notes (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

Can you generate my 1.12.0 big-AGI discord announcement from the GitHub Release announcement?
Please keep the formatting and stye of the discord announcement for 1.11.0, but with the new messaging above.
@enricoros enricoros self-assigned this Jan 26, 2024
@enricoros enricoros added this to the 1.12.0 milestone Jan 26, 2024
@enricoros
Copy link
Owner Author

More misc info:

  • Call App
  • Mobile UI
  • updated tiktoken
  • large speed improvements
  • updated ollama models
  • 150 commits, 7,000+ lines changed

@enricoros
Copy link
Owner Author

Screenshots

1.12.0.-.Release.2024-01-26.042616.mp4

@enricoros
Copy link
Owner Author

news.data.tsx

  {// 🆕
    versionCode: '1.12.0',
    versionName: 'AGI Hotline',
    versionMoji: '✨🗣️',
    versionDate: new Date('2024-01-26T12:30:00Z'),
    items: [
      { text: <><B issue={354}>Voice Call Personas</B>: save time, recap conversations</>, issue: 354 },
      { text: <>Updated <B issue={364}>OpenAI Models</B> to the 0125 release</>, issue: 364 },
      { text: <>Chats: Auto-<B issue={222}>Rename</B> and <B issue={360}>assign folders</B></>, issue: 222 },
      { text: <><B issue={356}>Link Sharing</B> makeover and control</>, issue: 356 },
      { text: <><B issue={358}>Accessibility</B> for screen readers</>, issue: 358 },
      { text: <>Export chats to <B>Markdown</B></>, issue: 337 },
      { text: <>Paste <B>tables from Excel</B></>, issue: 286 },
      { text: <>Large optimizations</> },
      { text: <>Ollama updates</>, issue: 309 },
      { text: <>Over <B>150 commits</B> and <B>7,000+ lines changed</B> for development enhancements</>, dev: true },
    ],
  },

@enricoros
Copy link
Owner Author

Readme.md

## What's New in 1.12.0 · Jan 26, 2024 · AGI Hotline

https://github.com/enricoros/big-AGI/assets/32999/95ceb03c-945d-4fdd-9a9f-3317beb54f3f

- **Voice Calls**: real-time voice call your personas out of the blue or in relation to a chat [#354](https://github.com/enricoros/big-AGI/issues/354)
- Support **OpenAI 0125** Models. [#364](https://github.com/enricoros/big-AGI/issues/364)
- Rename or Auto-Rename chats.  [#222](https://github.com/enricoros/big-AGI/issues/222), [#360](https://github.com/enricoros/big-AGI/issues/360)
- More control over **Link Sharing** [#356](https://github.com/enricoros/big-AGI/issues/356)
- **Accessibility** to screen readers [#358](https://github.com/enricoros/big-AGI/issues/358)
- Export chats to Markdown [#337](https://github.com/enricoros/big-AGI/issues/337)
- Paste tables from Excel [#286](https://github.com/enricoros/big-AGI/issues/286)
- Ollama model updates and context window detection fixes [#309](https://github.com/enricoros/big-AGI/issues/309)

@enricoros
Copy link
Owner Author

enricoros commented Jan 26, 2024

GitHub Release

🚀 big-AGI 1.12.0 - AGI Hotline

Introducing big-AGI 1.12.0, a significant step in refining AGI interaction and management. Who can it be now? Your phone is ringing - it's your AGI. Voice Call, with new OpenAI models, flying on a snappier and juicier UI. Here's the essence of what's new:

For Developers:

  • Over 150 commits and 7,000+ lines changed, emphasizing performance optimizations and under-the-hood improvements for a smoother experience.
  • Dive into the details: v1.11.0...v1.12.0
1.12.0.-.Release.2024-01-26.042616.mp4

Upgrade Now

Upgrade to big-AGI 1.12.0 today (code, docker, or the hosted site).

Join us on Discord and explore our public roadmap. Together, we're shaping its future! 🚀

@enricoros
Copy link
Owner Author

Discord Annoucement

@everyone ## ✨ big-AGI 1.12.0 - AGI Hotline (Bling) Released

Massive drop :partyblob: . Update to 1.12.0 and get closer to your AGI personas than ever before:

  • Voice Calls: Dial-up your AGI personas for real-time calls, out of the blue or over a chat
  • Updated OpenAI Models: just announced by OpenAI the 0125 models
  • Chats renaming, auto-renaming, exporting and folder selections
  • Link Sharing makeover: share with more control
  • Accessibility for screen readers - fully reforged the structure
  • Paste from Excel, and export to Markdown,
  • Ollama models and context updates

For Developers: This release is larger than usual, with over 150 commits and 7,000+ lines changed, in features, React optimizations, and fixes across the board :capybarathink:

Quick Links:

🚀 So much more coming, and lots of exciting innovation - ping the devs, join us, so much to do! :partyblob:

@enricoros enricoros removed their assignment Jan 26, 2024
@enricoros enricoros mentioned this issue Feb 8, 2024
23 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant