Skip to content

Commit

Permalink
v2024.4.30 — Assorted improvements
Browse files Browse the repository at this point in the history
- Rewrote the searching & rendering functionality as a Flask extension
- Show package source link & version at bottom of application page
- Ignore non-files that match the input path
- Check for unsupported file extensions before searching
- The text field is now "sticky"
- Ignore filesystem errors that occur while traversing directories
- Catch errors from opening or reading files
- Added basic tests of the views
- Left-align the input form instead of centering it
  • Loading branch information
jwodder committed Apr 30, 2024
1 parent e89a0c2 commit 049f464
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
In Development
--------------
v2024.4.30
----------
- Rewrote the searching & rendering functionality as a Flask extension
- Show package source link & version at bottom of application page
- Ignore non-files that match the input path
Expand Down

0 comments on commit 049f464

Please sign in to comment.