Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate database/settings/logs for debug builds #137

Merged
merged 2 commits into from
Jan 11, 2024
Merged

Conversation

Gawdl3y
Copy link
Owner

@Gawdl3y Gawdl3y commented Jan 11, 2024

  • Appends ".debug" to the bundle identifier at runtime for debug builds, resulting in all data for the app being separated from release builds
  • Appends "(debug)" to the main window title for debug builds
  • Extracts app information logic into its own composable on the frontend and a command on the backend
  • Makes the frontend use the debug status from the backend for any debug mode decisions (i.e. text selection and context menu disabling)
  • Enables logging to a single file for debug builds

@Gawdl3y Gawdl3y added the enhancement Improvements/tweaks to existing features label Jan 11, 2024
@Gawdl3y Gawdl3y merged commit 817428c into main Jan 11, 2024
6 checks passed
@Gawdl3y Gawdl3y deleted the feat/separate-debug branch January 11, 2024 02:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvements/tweaks to existing features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant