Skip to content

Releases: NAU-CS/BudgetJustificationGenerator

v1.1.0-beta.5

24 Jan 23:00

Choose a tag to compare

Add disclaimer about template modification

Added note in Excel file selection frame warning users not to
modify the template structure beyond adding budget data.

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v1.1.0-beta.4

24 Jan 22:54

Choose a tag to compare

Convert all buttons to ttk for cross-platform consistency

- Browse, Change, and Generate buttons now use ttk.Button
- Simplified button state management for ttk compatibility

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v1.1.0-beta.3

24 Jan 22:47

Choose a tag to compare

Use ttk buttons for cross-platform consistency

macOS native tk.Button ignores bg color - switched to ttk.Button
which renders consistently on both macOS and Windows

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v1.1.0-beta.2

24 Jan 22:38

Choose a tag to compare

Fix button contrast - use dark blue for template buttons

Changed from light green to dark blue (#2C5F87) matching other buttons

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v1.1.0-beta.1

24 Jan 22:33

Choose a tag to compare

Add new budget template buttons and larger window

- Increase window size to 750x580 for better text visibility on Windows
- Add "Start a New Budget" section with 3 buttons (3, 5, 10 year)
- Bundle OSP budget templates with the application
- Fix Windows "Open Folder" functionality
- Update PyInstaller specs to include template files

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v1.1.0

24 Jan 23:04

Choose a tag to compare

Add disclaimer about template modification

Added note in Excel file selection frame warning users not to
modify the template structure beyond adding budget data.

Co-Authored-By: Claude Opus 4.5 <[email protected]>

v1.0.0.0

24 Jan 20:37

Choose a tag to compare

Fix signing: add timestamp, sign Frameworks folder

- Add --timestamp flag to all codesign commands
- Sign Python framework and Pandoc binaries in Contents/Frameworks
- Sign all executables in both MacOS and Frameworks folders

Co-Authored-By: Claude Opus 4.5 <[email protected]>