From f1b7c3475e922070361a14b08ce5e14cf6f3d2be Mon Sep 17 00:00:00 2001 From: Jones Date: Mon, 23 Jun 2025 19:42:11 +0930 Subject: [PATCH 1/2] fix: tell people to fork it from 'main' not 'master' since when was it called "master"??? --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From e28a3e1bc670a2a95d5ced5e94c9cd035d43bd1b Mon Sep 17 00:00:00 2001 From: Jones Date: Tue, 24 Jun 2025 11:09:20 +0930 Subject: [PATCH 2/2] fix: missing word in changelog --- src/seqta/utils/Whatsnew.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seqta/utils/Whatsnew.ts b/src/seqta/utils/Whatsnew.ts index 3f5383a1..7e639145 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