Skip to content

Commit 38ae072

Browse files
committed
version++, changelog update
1 parent 86d14be commit 38ae072

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Changelog
22

33
All notable changes to this project will be documented in this file.
4+
## [1.6.3] - 2025-06-26
5+
### Added
6+
- Buttons for `Create NAR/Hub` when looking for a hub
7+
8+
### Fixed
9+
- Sometimes after posting a record and then opening a unposted record, the `Post` button would be "green," this shouldn't happen anymore
10+
411
## [1.6.2] - 2025-04-28
512
### Update
613
- Copycat has a MARC comparison view. The comparison is shown after selecting a profile to load with and provides a chance for the cataloger to backout. Comparison can also be envoked from a "Compare" button if an existing record is found.

src/stores/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ export const useConfigStore = defineStore('config', {
88

99
versionMajor: 1,
1010
versionMinor: 6,
11-
versionPatch: 2,
11+
versionPatch: 3,
1212

1313

1414

0 commit comments

Comments
 (0)