Skip to content

Commit

Permalink
updated RNs and message manager for 1.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
tconfrey committed Dec 9, 2024
1 parent ecd451b commit 7a89cd5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/messageManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const messageManager = (() => {
"<span class='emoji'>&#128512;</span> You can use emojis to <span class='emoji'>&#127774;</span> brighten up your topic names. <span class='emoji'>&#128079; &#128736;</span>"
];
const messageArray = [
"Welcome to the BrainTool 1.1!<br/>See the <a target='_blank' href='https://braintool.org/support/releaseNotes.html'>release notes</a> for a list of changes.",
"Local file backups are now available. See Settings.<br/>NB GDrive syncing must be off (see Actions)."
"Welcome to the BrainTool 1.2!<br/>See the <a target='_blank' href='https://braintool.org/support/releaseNotes.html'>release notes</a> for a list of changes.",
"The Topic Manager can now run inside the browser window in a side panel. See the settings.",
];
const introSlidesArray = [
`<p>This window is the <b>Topic Manager</b>.</p><p>It allows you to open and close tabs, tab groups, and browser windows, organize them into nested <b>Topics</b> and find them again when you need them.</p><img class="introImage" src="resources/slide1.png"/>`,
Expand Down
Binary file added site/postAssets/TM-in-Sidepanel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions support/releaseNotes.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ tagline: The Topic Manager for your Online Life
audience: user
---

# BrainTool 1.2
The notable change in 1.2 is the ability to run the Topic Manager in the browsers side panel. It kindof feels like BT has been pulled inside the browser!

![Topic Manager in side panel](../site/postAssets/TM-in-Sidepanel.png)

# BrainTool 1.1
The major change in 1.1 is the addition of automatic local file backups. Other minor improvements include:
- Improved scrolling and arrow key support for search and row navigation.
Expand Down

0 comments on commit 7a89cd5

Please sign in to comment.