Skip to content

Commit f695e82

Browse files
committed
chore: release v0.35.0
1 parent 95358fc commit f695e82

File tree

3 files changed

+64
-3
lines changed

3 files changed

+64
-3
lines changed

CHANGELOG.md

Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,66 @@
11

22

3+
## [0.35.0](https://github.com/CyanSalt/commas/compare/v0.34.0...v0.35.0) (2024-10-16)
4+
5+
### Features
6+
7+
* a11y for find box ([26b8445](https://github.com/CyanSalt/commas/commit/26b844559dc0057cc7b50dab0809193edccf04e9))
8+
* add camera addon ([c74721f](https://github.com/CyanSalt/commas/commit/c74721f74e4abc6e65dca1f664d3767b9d5aff4d))
9+
* add icons for addons ([4c11727](https://github.com/CyanSalt/commas/commit/4c11727b89f4db32f2292448621d49041031b1c9))
10+
* add remote methods for renderer api ([553e49f](https://github.com/CyanSalt/commas/commit/553e49f33327e00f3ab4669aadc173def5828731))
11+
* add view transitions ([011a7c4](https://github.com/CyanSalt/commas/commit/011a7c44d48d3b638f292e3bc613c5e3f9aed46c))
12+
* add WebContents and overridable open-url ([c1ff607](https://github.com/CyanSalt/commas/commit/c1ff607cc76ade64af53fd7a0dc784f15746163c))
13+
* **addon-manager:** default builtin state ([4a1ee03](https://github.com/CyanSalt/commas/commit/4a1ee0354db235172ed2b3c86a79643c8ea985ae))
14+
* auto enable future addons ([f732338](https://github.com/CyanSalt/commas/commit/f732338fc48693abd095d49d5731e6b473a95285))
15+
* **browser:** add browser addon ([3638855](https://github.com/CyanSalt/commas/commit/3638855fff7a1562bd8e2649ca2cb64ffb2e7442))
16+
* **browser:** add keybindings ([d5f1c8b](https://github.com/CyanSalt/commas/commit/d5f1c8be6afc525102e3483fa12fcc7ab29cda58))
17+
* **browser:** add omitbox ([6479753](https://github.com/CyanSalt/commas/commit/64797538c51940d35b4f9257462e55b4697815db))
18+
* **explorer:** add breadcrumbs ([b3a0f47](https://github.com/CyanSalt/commas/commit/b3a0f47577dbce3c5258384e103a8371b25a8d49))
19+
* **explorer:** add explorer addon ([5d1d09d](https://github.com/CyanSalt/commas/commit/5d1d09d55e30bfa68c7aee7bb5888e61a080fdbc))
20+
* **explorer:** add keyboard shortcut ([e28a356](https://github.com/CyanSalt/commas/commit/e28a3564e26e992054f1ac59d53e3678057d3199))
21+
* **explorer:** customizable directory ([ff8d748](https://github.com/CyanSalt/commas/commit/ff8d7480add2219f9ea8c0f69b8aa300fdbaf243))
22+
* **explorer:** update icon color ([6210f73](https://github.com/CyanSalt/commas/commit/6210f73c2bbec1d161d59b221b0d24e911ce6b31))
23+
* **git:** move to title ([72acf65](https://github.com/CyanSalt/commas/commit/72acf652325bf3d0359888527dabc7c8ce64513a))
24+
* pass url params ([c950c91](https://github.com/CyanSalt/commas/commit/c950c919225afc4f276fdff3370eb4bb721dcaf5))
25+
* **preference:** refine ui ([51f0cd9](https://github.com/CyanSalt/commas/commit/51f0cd9d79d77888a8e4a7b7061e1d3f77fb388c))
26+
* refine button style ([da8da9f](https://github.com/CyanSalt/commas/commit/da8da9fa9aaab6a3dcd68486582d477e1a957b15))
27+
* refine tab item opacity ([a0f5bf5](https://github.com/CyanSalt/commas/commit/a0f5bf5a9f54942b089d3351ea2388b63b8bc179))
28+
* simplify pane definitions ([481c62c](https://github.com/CyanSalt/commas/commit/481c62c7873ade1ceb5f6d222c20d3f3462172c0))
29+
* support directory pane ([ac410b0](https://github.com/CyanSalt/commas/commit/ac410b0dbfe4a9de05b367e1dda522d9718d8239))
30+
* tab list transition ([e032cbe](https://github.com/CyanSalt/commas/commit/e032cbeeddeb6b4237430d56acd258e5d0ae59d5))
31+
* terminal url opener ([fff04dd](https://github.com/CyanSalt/commas/commit/fff04dd3e83a3f37ca73791a752867e331f5ca7f))
32+
* update external icon ([182b95f](https://github.com/CyanSalt/commas/commit/182b95f1354b5278645a3c985376a50c5b96ab5f))
33+
* update system colors ([e8614c2](https://github.com/CyanSalt/commas/commit/e8614c226fb980a79a1d040ee78e6a1cfb183aff))
34+
* web icon for browser ([ae2a77b](https://github.com/CyanSalt/commas/commit/ae2a77b46fd96a0d7da9035ad3560a31e59f7b1a))
35+
36+
### Bug Fixes
37+
38+
* a11y for title customization ([9953c2c](https://github.com/CyanSalt/commas/commit/9953c2ce5aff368828275491a15d2eff0db27d83))
39+
* add border radius to web contents ([2405683](https://github.com/CyanSalt/commas/commit/2405683beb44b9b6dfc162ffdc0d6ec612fc3bef))
40+
* **browser:** compact ui ([095bb05](https://github.com/CyanSalt/commas/commit/095bb052a164aef6b2ab40d384f7d6042b32d683))
41+
* **camera:** watermark text font ([2d330d0](https://github.com/CyanSalt/commas/commit/2d330d02700dbccdf6402e19edfa63f309cffc44))
42+
* clear completion while output starting ([44d32a7](https://github.com/CyanSalt/commas/commit/44d32a7e3cec55a7a3fb23318989ef895d026ed2))
43+
* **clippy:** use jsdelivr by default ([98e162f](https://github.com/CyanSalt/commas/commit/98e162f2b2d95f029515b9612ed87bc99c8a304e))
44+
* drop file on terminal ([cfb18bb](https://github.com/CyanSalt/commas/commit/cfb18bb396a2ba6749c217a38a18a0ad4f68354d))
45+
* electron version script ([c55ff0d](https://github.com/CyanSalt/commas/commit/c55ff0da19efba2147fb6b18f51fe8e601e22e71))
46+
* **explorer:** interact with launcher ([6c22c1b](https://github.com/CyanSalt/commas/commit/6c22c1beefc37a69d727700b89c2abd8ec3e948a))
47+
* **explorer:** send to terminal with panes ([99e210c](https://github.com/CyanSalt/commas/commit/99e210c45ecec938adc6e619ecae214c62dc7af4))
48+
* **explorer:** support home sign ([5312f50](https://github.com/CyanSalt/commas/commit/5312f50e28dc101291884893f5f5234c7f3f5b68))
49+
* faster transition ([bff3fa8](https://github.com/CyanSalt/commas/commit/bff3fa8e9df1e65f35a4e16d0f9f6d7efd49488a))
50+
* **git:** simplify ui ([fa9dfe7](https://github.com/CyanSalt/commas/commit/fa9dfe7b1ffe544a072effec41cb939c48c42afa))
51+
* highlight new tab button when hover ([e994ded](https://github.com/CyanSalt/commas/commit/e994ded4fe468ead21c0e331f2b20f7743804e69))
52+
* keyboard args ([8c641fe](https://github.com/CyanSalt/commas/commit/8c641fe28dbfcc7ee41f33238ed590117af1e68c))
53+
* **launcher:** default profile ([a247e8d](https://github.com/CyanSalt/commas/commit/a247e8d652a0738b1d84ea3e5b7c2f56005abb6d))
54+
* layout overflow ([6d63e57](https://github.com/CyanSalt/commas/commit/6d63e572b017b729e0924054b2a0f48d77e7e814))
55+
* optimize folder icons ([f1c6d79](https://github.com/CyanSalt/commas/commit/f1c6d79dba013d097c519983de127f7bc440dfce))
56+
* pane factory ([9f844fe](https://github.com/CyanSalt/commas/commit/9f844fe4cb8cd0d096d3f93781625de1a92b2a3d))
57+
* recognize directory symlinks ([c078fcc](https://github.com/CyanSalt/commas/commit/c078fccc0099ed13ad10ed3ebc41c37d44c881b5))
58+
* remove detached and optimize title display ([dc6e7dc](https://github.com/CyanSalt/commas/commit/dc6e7dcfa5ba98012a081fb159b9faad2e5c5380))
59+
* repeating event listener ([999fe4c](https://github.com/CyanSalt/commas/commit/999fe4c988eba7a12aa3e65260256fe9f875bee6))
60+
* tab list at bottom ([7e58573](https://github.com/CyanSalt/commas/commit/7e58573db2cd5fd03f595bd467273e5447ff0a52))
61+
* title bar overlay on linux ([95358fc](https://github.com/CyanSalt/commas/commit/95358fca11c12dde47f51a01a57b18825bcb98ed))
62+
* translation for platform ([073f4ef](https://github.com/CyanSalt/commas/commit/073f4ef786b3db099693fb413153925e5c8a4ed8))
63+
364
## [0.34.0](https://github.com/CyanSalt/commas/compare/v0.33.1...v0.34.0) (2024-09-11)
465

566

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": "commas",
3-
"version": "0.34.0",
3+
"version": "0.35.0",
44
"productName": "Commas",
55
"author": "CyanSalt",
66
"description": "A hackable terminal and command runner.",

0 commit comments

Comments
 (0)