diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 57d853e3..4bdbd68b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -21,7 +21,7 @@ If you're interested in creating plugins for BetterSEQTA+, check out our plugin ## Pull Request Process 1. It is recommended to start by opening an issue to discuss the change you wish to make. This will allow us to discuss the change and ensure it is a good fit for the project. -2. Fork the repo and create your branch from `master`. +2. Fork the repo and create your branch from `main`. 3. When writing your pull request, make sure to use the pull request template. ### Pull Request Template diff --git a/src/seqta/utils/Whatsnew.ts b/src/seqta/utils/Whatsnew.ts index 56d9d32a..49f92394 100644 --- a/src/seqta/utils/Whatsnew.ts +++ b/src/seqta/utils/Whatsnew.ts @@ -68,7 +68,7 @@ export function OpenWhatsNewPopup() {

3.4.8 - Improvements!

  • Added new assessments kanban overview
  • -
  • Added custom pictures
  • +
  • Added custom profile pictures
  • Added custom shortcut icons
  • Added modern and animated notices on homepage
  • Improved global search performance and bug fixes