Skip to content

Commit 6fad57d

Browse files
author
dotmavriq
committed
chore: release v1.1.1
1 parent 02d967b commit 6fad57d

6 files changed

Lines changed: 23 additions & 7 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
_No unreleased changes yet._
1111

12+
## [1.1.1] - 2025-10-06
13+
14+
### Changed
15+
- Automated the release pipeline to package BRAT-ready builds, update the `release` branch, and publish GitHub releases whenever new versions land on `main`.
16+
- Documented BRAT installation instructions so users can opt into automatic updates via the release branch.
17+
1218
## [1.1.0] - 2025-10-06
1319

1420
### Added

RELEASE-NOTES.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Linian Release Notes
22

3+
## v1.1.1 – 2025-10-06
4+
5+
### 🔧 Maintenance
6+
- End-to-end release automation: pushing a new version to `main` now builds the plugin, refreshes the `release` branch, and publishes a GitHub release bundle automatically.
7+
- Added BRAT setup guidance to the README so you can subscribe to the `release` branch for hands-free updates.
8+
9+
### 📦 Upgrade Notes
10+
- No plugin behavior changes; upgrade only if you want the new automation and documentation improvements.
11+
312
## v1.1.0 – 2025-10-06
413

514
### ✨ Highlights
@@ -8,14 +17,14 @@
817
- **Unified experience**: Compact badges keep priority icons and avatars, while expanded cards focus on titles and metadata—no redundant default tooltip required.
918
- **Repository cleanup**: Removed the experimental dual-plugin workspace and comparison tooling, making this the single source of truth going forward.
1019

11-
### Improvements
20+
### 🔄 Improvements
1221
- Streamlined the hover tooltip so it only appears for expanded cards, cutting dozens of unnecessary event listeners per note.
1322
- Strengthened cache guardrails so already-rendered issues are skipped when notes re-render, avoiding flicker and race conditions.
1423

1524
### 🛠 Fixes
1625
- Patched edge cases where repeated shortcode scanning could remove plugin containers or duplicate renders during Obsidian refreshes.
1726

18-
### Upgrade Notes
27+
### 📦 Upgrade Notes
1928
- Update the plugin from the GitHub release archive (`linian-1.1.0.zip`) or copy `main.js`, `manifest.json`, `styles.css`, and `versions.json` into your vault’s `.obsidian/plugins/linian` folder.
2029
- No configuration changes are required; existing settings carry forward.
2130

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "linian",
33
"name": "Linian",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"minAppVersion": "0.15.0",
66
"description": "Convert Linear issue shortcodes into clickable links with status-based styling",
77
"author": "Jonatan Jansson",

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "linian",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Convert Linear issue shortcodes into clickable links with status-based styling",
55
"main": "main.js",
66
"scripts": {

versions.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"1.0.0": "0.15.0",
33
"1.0.1": "0.15.0",
4-
"1.1.0": "0.15.0"
4+
"1.1.0": "0.15.0",
5+
"1.1.1": "0.15.0"
56
}

0 commit comments

Comments
 (0)