You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+21
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,26 @@
1
1
# Changelog
2
2
3
+
## 7.16.0 - 2024-03-28
4
+
5
+
### Features
6
+
7
+
* Now have a dropdown for Books similar to Cases that leverages our existing tracking of what books you have viewed. https://github.com/o19s/quepid/pull/986 by @epugh.
8
+
9
+
* We now run scorers over queries that have no ratings and queries that are ZSR. This lets us have smarter logic about how you want to score those situations. https://github.com/o19s/quepid/pull/993 by @epugh.
10
+
11
+
### Improvements
12
+
13
+
* One less query to determine what a user has access to via being an owner or a member of a team while ensuring no duplicate cases/books show up. https://github.com/o19s/quepid/pull/982 by @epugh with input from @reid-rigo.
14
+
15
+
* Remove extranous faraday logs when running tests. https://github.com/o19s/quepid/pull/983 by @epugh with input form @reid-rigo fixes https://github.com/o19s/quepid/issues/964.
16
+
17
+
* Nicer onboarding using TMDB dataset for Algolia users. https://github.com/o19s/quepid/pull/987 by @chuckmeyer.
18
+
19
+
### Bugs
20
+
21
+
* Book Importing was broken. Plus now we have nicer formatted error message when you validate a book to import. https://github.com/o19s/quepid/pull/989 by @epugh.
0 commit comments