alpha
Login
or
Join now
boltless.me
/
sense.nvim
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Expand your neovim sense with small UI components
Star
0
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chore(main): release 1.0.1
author
Seongmin Lee
date
1 year ago
(Feb 27, 2025, 6:39 PM +0900)
commit
74e61f25
74e61f251fffc64c4f29160569ccde087316b798
parent
aaf07fdc
aaf07fdcb9f13510fb35815a7a0dcb25318cc922
+8
-1
2 changed files
Expand all
Collapse all
Unified
Split
.github
.release-please-manifest.json
CHANGELOG.md
+1
-1
.github/.release-please-manifest.json
View file
Reviewed
···
1
1
{
2
2
-
".": "1.0.0"
2
2
+
".": "1.0.1"
3
3
}
+7
CHANGELOG.md
View file
Reviewed
···
1
1
# Changelog
2
2
3
3
+
## [1.0.1](https://github.com/boltlessengineer/sense.nvim/compare/v1.0.0...v1.0.1) (2025-02-27)
4
4
+
5
5
+
6
6
+
### Bug Fixes
7
7
+
8
8
+
* add guard to UI updates that might fail on some situations (close [#4](https://github.com/boltlessengineer/sense.nvim/issues/4)) ([aaf07fd](https://github.com/boltlessengineer/sense.nvim/commit/aaf07fdcb9f13510fb35815a7a0dcb25318cc922))
9
9
+
3
10
## 1.0.0 (2025-02-20)
4
11
5
12