@@ -12,11 +12,92 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1212### Fixed
1313### Security
1414
15+
16+ ## [ v2.0.0] 2026-03-18
17+ ### Added
18+ - Added support for GakuNin.
19+ - Added a Secret URL functionality.
20+ - Added an integration feature with OA Assist.
21+ - Added a dedicated workspace feature for researchers.
22+ - Enabled workflow usage for registrations via the SWORDv3 API.
23+ - Added functions to group and role management through GakuNin mAP integration.
24+ - Added functionality to record comments during the approval process.
25+ - Modified the approval screen to display links to items.
26+ - Added features to import metadata from researchmap and synchronize data to researchmap.
27+ - Added an option to choose whether to update the author information of linked items when updating the Author Database.
28+
29+ ### Changed
30+ - Updated the item list and journal display screens.
31+ - Updated the version of Node.js and nginx used in the system.
32+ - Modified file URLs to allow access via authorization (OAuth 2.0).
33+ - Renamed the "Reject" button to "Back" on the approval screen.
34+ - Updated the notation of "Publish Status" on the item detail screen to Japanese.
35+ - Changed the tabs on the Author DB editing screen from English to Japanese.
36+
37+ ### Fixed
38+ - Resolved issues occurring within the JPCOAR Schema 2.0.
39+ - Fixed an issue where location information could not be retrieved during JPCOAR schema metadata harvesting.
40+ - Fixed a registration failure for metadata containing the "Catalog (jpcoar: catalog )" element in JPCOAR Schema 2.0.
41+ - Modified the author detail popup on the item detail screen to display "Creator Type" and "Name Type" attributes added in JPCOAR Schema 2.0.
42+ - Changed the "Original Language (dcndl: originalLanguage )" field to a list box instead of a text box in registration and edit screens.
43+ - Fixed an issue where the "Name Type" attribute became blank when updating linked Author DB data.
44+ - Fixed an issue where full-text search was unavailable for some items by correcting the PDF indexing process.
45+ - Fixed character corruption in PDFs when a cover page is attached.
46+ - Resolved an issue where duplicate file extensions during cover page generation exceeded OS character limits.
47+ - Removed the 10-item limit for bulk deletions in Administration > Item Management.
48+ - Fixed a bug where access controls were not reflected in the "Number of Public Items" in the Operations Report.
49+ - Fixed an issue where unintended keys were registered during bulk registration in Author DB Management.
50+ - Added the creation date to download filenames in Author DB Management > Bulk Export.
51+ - Fixed a loading issue for specific item types.
52+ - Corrected the activity list display in the workflow screen based on user roles.
53+ - Added an error message popup when clicking links to already deleted items in the workflow screen.
54+ - Fixed a bug where items with assigned DOIs were deleted during bulk deletion.
55+ - Fixed an issue where deleting item type fields in metadata management did not remove the corresponding item fields.
56+ - Resolved an issue preventing metadata export in BIBTEX format.
57+ - Fixed an issue where items did not appear in "New Arrivals" after registration.
58+ - Resolved failures in generating custom and standard reports.
59+ - Fixed a bug where changing item visibility on a community page caused an unintended transition to the top screen.
60+ - Fixed the "showlist" functionality for various bibliographic info properties.
61+ - Improved Author Integration to refresh the screen automatically upon completion and handle consecutive integration errors.
62+ - Fixed an issue where the "Publish Status" was not properly inherited after item updates.
63+ - Fixed an issue where "Holding Agency Identifier" values were hidden in registration and detail screens.
64+ - Fixed a security issue where proxy submitters could approve items without proper authorization.
65+ - Fixed an issue preventing faculty users from editing or deleting their own registered items.
66+ - Fixed "Show List" and "Hide" settings for the "Bibliographic Information" item type.
67+ - Removed incorrect options from the Item Type Mapping screen.
68+ - Fixed an issue where items could become disconnected from indexes if a browser was closed during index deletion.
69+ - Fixed an issue where items moved to a parent index were deleted if the original child index was subsequently deleted.
70+ - Enabled CSV file previews on the item detail screen.
71+ - Fixed an error when updating items with NDL JaLC DOIs via import.
72+ - Removed unnecessary strings when registering items with "NDL JaLC" via import.
73+ - Corrected the field label for "Funder Identifier Type" in Funding Information.
74+ - Fixed TSV exports so that "#ID" fields start with a blank space instead of "None."
75+ - Fixed harvesting errors in JDCat caused by years with fewer than four digits.
76+ - Fixed a bug where custom sort settings were not displayed for indices with child indices.
77+ - Removed "[ Currently Unused] " from the PMID option in Related Identifiers.
78+ - Fixed a bug where content files became inaccessible after specific publication date changes.
79+ - Removed the mandatory requirement for "Start Page" when editing theses.
80+ - Fixed an issue where feedback email recipients were not updated after author integration.
81+ - Fixed an error causing feedback emails to show zero downloads.
82+ - Fixed a redirection issue after GakuNin RDM or OA Assist login.
83+ - Corrected the date/month order in import log filenames.
84+ - Fixed an error on the item detail screen for the "periodical" resource type.
85+ - Fixed a bug where "static value" settings were cleared during property updates.
86+ - Performed data corrections following property definition changes.
87+ - Fixed the 100-item retrieval limit in OAI-PMH harvesting.
88+ - Fixed missing funderIdentifierTypeURI in OAI-PMH output.
89+ - Prevented APC (rioxxterms: apc ) from being output in OAI-PMH JPCOAR Schema 2.0.
90+ - Modified JPCOAR Schema 1.0 resource types to be updated to version 2.0 vocabulary at the time of item approval.
91+
92+ ## [ v1.0.8b] 2025-10-28
93+ ### Changed
94+ - Updated the library used for extracting text from PDFs for full-text search.
95+ - Refined the reindexing command to improve system performance.
96+
1597## [ v1.0.8a] 2025-07-08
1698### Fixed
1799- Fixed an issue where the tika library was not included in the Docker image.
18100
19-
20101## [ v1.0.8] 2025-05-20
21102### Changed
22103- Improved an issue where the Tika process consumed excessive memory.
0 commit comments