Skip to content

Commit df862d2

Browse files
committed
docs: version bump & summarize changes
1 parent 0a3e265 commit df862d2

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGES.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Change log for Boffo
22

3+
## Version 1.7.0
4+
5+
New in this version:
6+
* The interface for searching by call numbers now optionally lets you enter only one value, to search for that single call number at the given location.
7+
8+
Changes in this version:
9+
* The previous algorithm for searching by call numbers was completely broken. This new implementation should do the right thing.
10+
* Previously, when searching by call numbers, if nothing was found for a given call number, Boffo assumed the call number had an error in it and printed an error message to that effect. This was wrong because failing to find a call number could be due to other causes, such as if there are no items with that call number at the given location. The new version of Boffo hopefully prints a more accurate error message.
11+
12+
313
## Version 1.6.1
414

515
Changes in this version:

codemeta.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"name": "Boffo",
55
"identifier": "boffo",
66
"description": "Boffo (Barcodes from FOLIO) is a Google Apps script that looks up item barcodes in a FOLIO instance.",
7-
"version": "1.6.1",
7+
"version": "1.7.0",
88
"datePublished": "2023-09-05",
99
"dateCreated": "2023-06-08",
1010
"author": [

0 commit comments

Comments
 (0)