Skip to content

Commit

Permalink
Merge pull request #33 from nathan-fiscaletti/dev
Browse files Browse the repository at this point in the history
Backend version 5.8.9, Application version: 1.2.3
  • Loading branch information
nathan-fiscaletti authored Dec 27, 2024
2 parents 247e082 + 7e9a3c6 commit 5bb4bf6
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 34 deletions.
2 changes: 1 addition & 1 deletion application/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "kbs-electron",
"productName": "Keyboard Sounds",
"version": "1.2.2",
"version": "1.2.3",
"description": "https://keyboardsounds.net/",
"main": ".webpack/main",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion application/src/api/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const kbs = {

openInBrowser: function () {
return Promise.resolve(
shell.openExternal("https://github.com/nathan-fiscaletti/keyboardsounds")
shell.openExternal("https://github.com/nathan-fiscaletti/keyboardsounds?ref=KeyboardSounds%20Application")
);
},

Expand Down
Binary file added keyboardsounds/profiles/apple-ios/alt.mp3
Binary file not shown.
Binary file added keyboardsounds/profiles/apple-ios/back.mp3
Binary file not shown.
Binary file added keyboardsounds/profiles/apple-ios/key.mp3
Binary file not shown.
36 changes: 36 additions & 0 deletions keyboardsounds/profiles/apple-ios/profile.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
keys:
default:
- Default
other:
- keys:
- backspace
sound: Back
- keys:
- space
- alt_l
- ctrl_l
- shift_l
- tab
- shift_r
- enter
- insert
- home
- page_up
- delete
- end
- page_down
- alt_r
- ctrl_r
- enter
sound: Alternate
profile:
author: Apple Inc. (Sampled)
description: Simulates the sounds made by the iPhone keyboard.
name: apple-ios
sources:
- id: Default
source: key.mp3
- id: Alternate
source: alt.mp3
- id: Back
source: back.mp3
Binary file removed keyboardsounds/profiles/ios/ios-video-recording.mp4
Binary file not shown.
30 changes: 0 additions & 30 deletions keyboardsounds/profiles/ios/profile.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "keyboardsounds"
version = "5.8.8"
version = "5.8.9"
authors = [
{ name="Nathan Fiscaletti", email="[email protected]" },
]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="keyboardsounds",
version="5.8.8",
version="5.8.9",
description="Adds the ability to play sounds while typing on any system.",
author="Nathan Fiscaletti",
author_email="[email protected]",
Expand Down

0 comments on commit 5bb4bf6

Please sign in to comment.