Skip to content

Commit ff87e5f

Browse files
committed
chore: prepare 1.0.5 formal release
- Promote changelog from pre-release to stable 1.0.5 - Add 1.0.5 What's New modal release notes - Add release/1.0.5 dist artifacts and RELEASE_NOTES.md - Include all 1.0.5 feature and style changes
1 parent bf9711e commit ff87e5f

74 files changed

Lines changed: 3929 additions & 2759 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

CHANGELOG.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
All notable changes to Sprout are summarized here.
44

55
<details open>
6-
<summary><strong>Latest pre-release: 1.0.5-beta.1 (2026-02-16)</strong></summary>
6+
<summary><strong>Latest release: 1.0.5 (2026-02-18)</strong></summary>
77

8-
### Pre-release notes
8+
### Release notes
99

10-
Targeting final `1.0.5`.
10+
This stable release builds on the features delivered in `1.0.5-beta.1`.
1111

12-
#### Changed
12+
#### Added
1313
- Added new card types: multi-select MCQ and ordered questions for memorising sequences
1414
- Added more card customisation: typed cloze and customisation of image occlusion masks
1515
- Overhauled Reading view with two styles: Flashcards and Clean markdown
@@ -19,8 +19,11 @@ Targeting final `1.0.5`.
1919
#### Fixed
2020
- Limited modal background/overlay to the workspace so tab-switching remains available
2121

22-
#### Planned
23-
- Additional Reading styles and full Custom Reading style support are planned for a future update
22+
#### In development
23+
- Mobile functionality support, building on this release
24+
- Continued bug-fix and stability work
25+
- Reading view improvements and expanded style support
26+
- Codebase tidy-up to improve long-term extensibility
2427

2528
#### Hint
2629
If scheduling or analytics data is lost after an update, restore from a backup.

dist/main.js

Lines changed: 167 additions & 147 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"description": "Spaced repetition flashcards. Write in Markdown, review efficiently, retain more.",
77
"author": "William Guy",
88
"authorUrl": "https://github.com/ctrlaltwill",
9-
"isDesktopOnly": true
9+
"isDesktopOnly": false
1010
}

dist/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"description": "Spaced repetition flashcards. Write in Markdown, review efficiently, retain more.",
77
"author": "William Guy",
88
"authorUrl": "https://github.com/ctrlaltwill",
9-
"isDesktopOnly": true
9+
"isDesktopOnly": false
1010
}

release/1.0.5/RELEASE_NOTES.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Sprout 1.0.5
2+
3+
Release date: 2026-02-18
4+
5+
This is the formal 1.0.5 stable release and builds on the 1.0.5-beta.1 pre-release.
6+
7+
## Added
8+
- New card types: multi-select MCQ and ordered questions for memorising sequences
9+
- Card customisation improvements: typed cloze and image occlusion mask customisation
10+
- Reading view overhaul with two styles: Flashcards and Clean markdown
11+
- New settings view with more control
12+
- Updated guide made visible directly within Obsidian
13+
14+
## Fixed
15+
- Modal background/overlay is now limited to the workspace so tab-switching remains available
16+
17+
## Development focus after 1.0.5
18+
1. Bug fixes and stability hardening
19+
2. Mobile functionality support (in development)
20+
3. Reading view improvements and style expansion
21+
4. Codebase tidy-up to support long-term extensibility
22+
23+
## Note
24+
If scheduling or analytics data appears missing after update, restore from backup.

release/1.0.5/main.js

Lines changed: 167 additions & 147 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

release/1.0.5/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
"description": "Spaced repetition flashcards. Write in Markdown, review efficiently, retain more.",
77
"author": "William Guy",
88
"authorUrl": "https://github.com/ctrlaltwill",
9-
"isDesktopOnly": true
9+
"isDesktopOnly": false
1010
}

release/1.0.5/styles.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)