Skip to content

Commit 6c436cd

Browse files
author
sora
committed
version bump
1 parent 0f89c29 commit 6c436cd

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# v1.0.0-alpha.14
22

3+
- Added: Support for xmodmap custom keyboard maps
4+
- Fixed: Ctrl + Delete/Backspace movement was too aggressive at line boundary
5+
- Chore: Updated dependencies
6+
7+
# v1.0.0-alpha.14
8+
39
- Fixed: `-t` tag search shows no result until some tag string is typed in
410
- Fixed: rg v13.0.0 hangs on search
511
- Chore: Updated dependencies

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/scripts/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/usr/bin/env bash
22

3-
wget -O ripgrep.deb https://github.com/BurntSushi/ripgrep/releases/download/12.1.1/ripgrep_12.1.1_amd64.deb
3+
wget -O ripgrep.deb https://github.com/BurntSushi/ripgrep/releases/download/13.0.0/ripgrep_13.0.0_amd64.deb
44
dpkg -i ripgrep.deb

packages/server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@osmoscraft/osmosnote",
3-
"version": "1.0.0-alpha.14",
3+
"version": "1.0.0-alpha.15",
44
"description": "",
55
"main": "main.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)