Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
j-andrews7 committed Sep 23, 2024
1 parent 2546b87 commit 96ac7f0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## v0.4.0

**Release date: 09/27/2024**

- Tooltips added to inputs in Shiny application.
- More graceful handling of edge cases that returned unhelpful feedback.
- Better display of batch results in app that don't require download for viewing.

## v0.3.1

**Release date: 07/29/2024**
Expand Down
2 changes: 1 addition & 1 deletion strprofiler/shiny_app/shiny_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ def create_app(db=None):
),
),
ui.nav_panel(
"About",
"Usage Guide",
ui.panel_main(
ui.tags.iframe(
src="help.html",
Expand Down

0 comments on commit 96ac7f0

Please sign in to comment.