[PR #3125] [MERGED] Changelog Pub Date #3873

Closed
opened 2026-04-25 00:17:24 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf/pull/3125
Author: @nichwall
Created: 7/6/2024
Status: Merged
Merged: 7/6/2024
Merged by: @advplyr

Base: masterHead: changelog_link


📝 Commits (4)

  • 92aae73 Add: current pubdate
  • 3764ef1 Add: publish date of current version to modal
  • b0f1827 Merge branch 'master' into changelog_link
  • 1e5cb09 Update changelog version to link to release, pass versionData into changelog modal

📊 Changes

3 files changed (+29 additions, -25 deletions)

View changed files

📝 client/components/app/SideRail.vue (+2 -5)
📝 client/components/modals/changelog/ViewModal.vue (+23 -18)
📝 client/plugins/version.js (+4 -2)

📄 Description

Fixes https://github.com/advplyr/audiobookshelf/issues/3124

This PR adds the publish date of the current release. The publish date follows the server setting for date formats, but requires a page reload if the date format setting changes.

changelist_pubdate

The PR also adds the current version tag URL to the version variable, but not sure if it's really needed because other GitHub links exist in the modal. I couldn't get the link to look nice.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf/pull/3125 **Author:** [@nichwall](https://github.com/nichwall) **Created:** 7/6/2024 **Status:** ✅ Merged **Merged:** 7/6/2024 **Merged by:** [@advplyr](https://github.com/advplyr) **Base:** `master` ← **Head:** `changelog_link` --- ### 📝 Commits (4) - [`92aae73`](https://github.com/advplyr/audiobookshelf/commit/92aae736c4a7773c0a86b6f3ec141ea84d26db48) Add: current pubdate - [`3764ef1`](https://github.com/advplyr/audiobookshelf/commit/3764ef14a9726d38e9d09c859754e107f90e603c) Add: publish date of current version to modal - [`b0f1827`](https://github.com/advplyr/audiobookshelf/commit/b0f1827e3cb14b593500132a81d9e31b566201ac) Merge branch 'master' into changelog_link - [`1e5cb09`](https://github.com/advplyr/audiobookshelf/commit/1e5cb09adaf3c1ede63c42f19b604b09ecb4c681) Update changelog version to link to release, pass versionData into changelog modal ### 📊 Changes **3 files changed** (+29 additions, -25 deletions) <details> <summary>View changed files</summary> 📝 `client/components/app/SideRail.vue` (+2 -5) 📝 `client/components/modals/changelog/ViewModal.vue` (+23 -18) 📝 `client/plugins/version.js` (+4 -2) </details> ### 📄 Description Fixes https://github.com/advplyr/audiobookshelf/issues/3124 This PR adds the publish date of the current release. The publish date follows the server setting for date formats, but requires a page reload if the date format setting changes. ![changelist_pubdate](https://github.com/advplyr/audiobookshelf/assets/5686638/dd9406f4-8dc3-467e-b081-7bc7c9c90309) The PR also adds the current version tag URL to the version variable, but not sure if it's really needed because other GitHub links exist in the modal. I couldn't get the link to look nice. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:17:24 +02:00
adam closed this issue 2026-04-25 00:17:24 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#3873