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

code smells: make more readonly #1740

Merged
merged 8 commits into from
Oct 4, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
keep a changelog
  • Loading branch information
qdraw committed Oct 4, 2024
commit a5f055bb18e9f4caafba770d583ce951bf998edb
3 changes: 3 additions & 0 deletions history.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ Semantic Versioning 2.0.0 is from version 0.1.6+
- [x] (Fixed) _Back-end_ Query execution was interrupted, Regex Timeout (Issue #1628, #1590) (PR #1676)
- [x] (Fixed) _Back-end_ Download Exiftool did not work (PR #1677)
- [x] (Changed) _Back-end_ Change password hashing security and auto-upgrade path (PR #1688)
- [x] (Changed) _Back-end_ Fixed models for replace (PR #1740)
- [x] (Changed) _Tools_ Update cypress and eslint to 9 (PR #1740)
- [x] (Changed) _Front-end_ Make more properties readonly for internal security (PR #1740)

## version 0.6.1 - 2024-05-16 {#v0.6.1}

Expand Down
Loading