Skip to content

Commit 00f1f70

Browse files
committed
Release 1.8.1
1 parent d19b19b commit 00f1f70

81 files changed

Lines changed: 4856 additions & 1148 deletions

File tree

Some content is hidden

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

changelog/CHANGELOG_v1.8.1.md

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# **[1.8.1] - 2026/07/15**
2+
3+
Custom Trade Review questions, grouped Gallery entries, and smoother Session Mode workflows.
4+
5+
### **Custom Trade Review Questions**
6+
7+
![Trade Review](https://github.com/user-attachments/assets/bb80b062-0bec-46dd-b80e-49aff4a90c21)
8+
Shape each review around the questions that matter to you.
9+
_Access via Layout Builder → Trade Review_
10+
11+
- Create separate questions for wins, losses, break-even trades, and open trades
12+
- Edit prompts and placeholders, reorder questions, or reset them to defaults
13+
- Trade outcomes now respect your configured break-even range
14+
- Existing review answers are preserved when prompts are renamed or upgraded
15+
16+
### **Grouped Gallery Entries**
17+
18+
Review all media from the same trade or journal entry together.
19+
_Access via Trade Log → Gallery → Grouped_
20+
21+
- Switch between Grouped and Individual views
22+
- See media and annotation counts at a glance
23+
- Move through media within an entry, then continue into the next entry in fullscreen
24+
25+
### **Setup Preferences + Evidence Improvements**
26+
27+
Add more context to each setup and review its evidence more easily.
28+
29+
- Add preferred sessions, timeframes, and tickers to setups
30+
- Open all screenshots linked to a setup in a filtered Gallery view
31+
- Improved Rules, Playbook, and evidence panel layouts
32+
- Expanded Spanish translations across setup details
33+
34+
### **Session Log Controls**
35+
36+
Hide automatic trade entry and exit events for a cleaner Session Log while keeping manual notes and session statistics.
37+
_Access via Settings → Journal → Session Mode → Session log_
38+
39+
### **Trade Gate Workflow Improvements**
40+
41+
Build and edit Trade Gate workflows more comfortably on shorter or zoomed-in screens.
42+
43+
- Workflow actions remain visible while you scroll
44+
- New and selected questions move into view automatically
45+
- Fixed stale or overlapping outcomes when switching the start question
46+
47+
### **More Fixes**
48+
49+
- Session Log tag menus are no longer cut off inside review notes
50+
- Key Levels priority menus are no longer cut off inside review notes

changelog/releases.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
2+
"1.8.1": {
3+
"title": "Trade Review & Improvements",
4+
"description": "Custom Trade Review questions, grouped Gallery entries, and smoother Session Mode workflows.",
5+
"imageUrl": "https://github.com/user-attachments/assets/bb80b062-0bec-46dd-b80e-49aff4a90c21",
6+
"features": [],
7+
"content": "# **[1.8.1] - 2026/07/15**\nCustom Trade Review questions, grouped Gallery entries, and smoother Session Mode workflows.\n\n### **Custom Trade Review Questions**\n![Trade Review](https://github.com/user-attachments/assets/bb80b062-0bec-46dd-b80e-49aff4a90c21)\nShape each review around the questions that matter to you.\n_Access via Layout Builder → Trade Review_\n- Create separate questions for wins, losses, break-even trades, and open trades\n- Edit prompts and placeholders, reorder questions, or reset them to defaults\n- Trade outcomes now respect your configured break-even range\n- Existing review answers are preserved when prompts are renamed or upgraded\n\n### **Grouped Gallery Entries**\nReview all media from the same trade or journal entry together.\n_Access via Trade Log → Gallery → Grouped_\n- Switch between Grouped and Individual views\n- See media and annotation counts at a glance\n- Move through media within an entry, then continue into the next entry in fullscreen\n\n### **Setup Preferences + Evidence Improvements**\nAdd more context to each setup and review its evidence more easily.\n- Add preferred sessions, timeframes, and tickers to setups\n- Open all screenshots linked to a setup in a filtered Gallery view\n- Improved Rules, Playbook, and evidence panel layouts\n- Expanded Spanish translations across setup details\n\n### **Session Log Controls**\nHide automatic trade entry and exit events for a cleaner Session Log while keeping manual notes and session statistics.\n_Access via Settings → Journal → Session Mode → Session log_\n\n### **Trade Gate Workflow Improvements**\nBuild and edit Trade Gate workflows more comfortably on shorter or zoomed-in screens.\n\n- Workflow actions remain visible while you scroll\n- New and selected questions move into view automatically\n- Fixed stale or overlapping outcomes when switching the start question\n\n### **More Fixes**\n- Session Log tag menus are no longer cut off inside review notes\n- Key Levels priority menus are no longer cut off inside review notes\n"
8+
},
29
"1.8.0": {
310
"title": "Setups & Session Mode",
411
"description": "New Setups analytics, Session Mode, Gallery, and trade workflow customisation.",

main.js

Lines changed: 169 additions & 128 deletions
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
@@ -1,7 +1,7 @@
11
{
22
"id": "journalit",
33
"name": "Journalit",
4-
"version": "1.8.0",
4+
"version": "1.8.1",
55
"minAppVersion": "1.12.4",
66
"description": "Trading journal with templates, trade tracking, imports, and reviews.",
77
"author": "Cursivez",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "journalit",
3-
"version": "1.8.0",
3+
"version": "1.8.1",
44
"description": "Trading journal with templates, trade tracking, imports, and reviews for Obsidian.",
55
"main": "main.js",
66
"scripts": {

0 commit comments

Comments
 (0)