Skip to content

Commit 61fb614

Browse files
committed
Bump version to v2.6.3
1 parent cd41df2 commit 61fb614

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

codex-md.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22
"""
3-
Codex Session Manager & Markdown Converter (v2.6.2)
3+
Codex Session Manager & Markdown Converter (v2.6.3)
44
-------------------------------------------------
55
An interactive tool to browse, filter, and convert OpenAI Codex
66
session logs (.jsonl) into readable Markdown documents.
@@ -1565,7 +1565,7 @@ def group_by_project(records: List[SessionRecord]) -> List[Dict]:
15651565

15661566
def print_menu_header():
15671567
os.system('cls' if os.name == 'nt' else 'clear')
1568-
print(f"\n{Style.BOLD}CODEX SESSION MANAGER{Style.RESET} {Style.DIM}v2.6.2{Style.RESET}")
1568+
print(f"\n{Style.BOLD}CODEX SESSION MANAGER{Style.RESET} {Style.DIM}v2.6.3{Style.RESET}")
15691569
print(f"{Style.DIM}Directory: {SESSIONS_DIR}{Style.RESET}")
15701570
print(f"{Style.DIM}Default output: {script_directory()}{Style.RESET}\n")
15711571

0 commit comments

Comments
 (0)