Commit Graph

68 Commits

Author SHA1 Message Date
vomba
f202e64382 code-cursor: 3.9.16 -> 3.11.13
https://cursor.com/changelog

Cap build-time vscodeVersion for ripgrep path selection so the
notarized macOS app bundle is not modified during the build.

Assisted-by: Cursor (Composer)
2026-07-11 15:24:05 +02:00
Angel J
5da5a7a7e8 code-cursor: 3.2.21 -> 3.4.16
Assisted-by: Cursor (GPT-5.5)
2026-05-18 14:53:46 -07:00
Kamil Monicz
83f6805a7c code-cursor: add mime registration 2026-04-18 13:41:52 -04:00
Kamil Monicz
1cbb45d453 buildVcode: disable update checks and add missing tools 2026-04-07 00:15:28 +02:00
Aliaksandr
e157104d21 code-cursor: remove overrideAttrs 2026-01-23 17:34:18 +02:00
Aliaksandr
44c52a5a2e buildVcode: init 2026-01-23 17:34:18 +02:00
Aliaksandr
9e63314ca8 code-cursor: add qweered to maintainers 2026-01-10 11:07:23 +02:00
Kamil Monicz
921621a45d code-cursor: auto-update vscodeVersion and save to sources.json 2026-01-10 11:07:22 +02:00
R. Ryantm
1002d875a5 code-cursor: 2.1.42 -> 2.2.44 2025-12-28 01:30:27 +00:00
R. Ryantm
ec308d648a code-cursor: 2.1.39 -> 2.1.42 2025-12-01 18:35:49 +00:00
Sizhe Zhao
282106beed code-cursor: 2.0.64 -> 2.1.39 2025-11-29 11:14:44 +08:00
Jet Pham
86c0e22c9c code-cursor: 1.7.38 -> 2.0.64
Update code-cursor with new changes as listed in
https://cursor.com/changelog/2-0
2025-11-06 17:26:17 -08:00
R. Ryantm
478092acd7 code-cursor: 1.7.38 -> 1.7.52 2025-10-20 09:20:43 +00:00
R. Ryantm
de41f3dffe code-cursor: 1.6.45 -> 1.7.38 2025-10-08 01:21:06 +00:00
R. Ryantm
c8e6ce9e43 code-cursor: 1.5.11 -> 1.6.45 2025-09-28 14:07:45 +00:00
R. Ryantm
8ad155d879 code-cursor: 1.5.5 -> 1.5.11 2025-09-06 20:39:17 +00:00
R. Ryantm
0d2ef6a4bd code-cursor: 1.4.5 -> 1.5.5 2025-08-26 02:16:53 +00:00
R. Ryantm
7a06419cb2 code-cursor: 1.4.2 -> 1.4.5 2025-08-17 10:39:07 +00:00
Jon Hermansen
43744d55b9 code-cursor: 1.3.9 -> 1.4.2 2025-08-07 18:58:06 -04:00
Jon Hermansen
db5969bfbb code-cursor: 1.3.8 -> 1.3.9 2025-08-06 11:29:18 -04:00
Jon Hermansen
35a0fe5c60 code-cursor: 1.2.2 -> 1.3.8 2025-08-02 01:19:06 -04:00
Wolfgang Walther
5a0711127c treewide: run nixfmt 1.0.0 2025-07-24 13:55:40 +02:00
R. Ryantm
9f5916f02e code-cursor: 1.2.1 -> 1.2.2 2025-07-13 23:25:06 +00:00
alper-han
970f64a0e9 code-cursor: 1.1.3 -> 1.2.1 2025-07-04 00:28:58 +03:00
R. Ryantm
b88508efe0 code-cursor: 1.0.0 -> 1.1.3 2025-06-24 13:05:57 +00:00
Kamil Monicz
0f4dd70e9d code-cursor: specify linux platforms explicitly
Co-authored-by: Masum Reza <50095635+JohnRTitor@users.noreply.github.com>
2025-06-13 18:29:41 +05:30
Kamil Monicz
4ecec0b6f6 code-cursor: use generic vscode package builder 2025-06-13 18:29:41 +05:30
Mohammad Al-Ahdal
67ec01ff28 code-cursor: 0.50.5 -> 1.0.0 2025-06-04 20:30:50 -06:00
Sizhe Zhao
c0099261f9 code-cursor: 0.49.6 -> 0.50.5 2025-05-20 11:24:44 +08:00
Sizhe Zhao
293bb8f348 code-cursor: add prince213 to maintainers 2025-05-18 13:54:37 +08:00
John Titor
a5e6c18f8e Revert "code-cursor: use chromium's inbuilt x11wayland renderer by defaullt"
This reverts commit 8ceaa4acec.

This is just bad and not intended behaviour.

`x11` is the default, and setting this to "auto" means Electron will choose the platform to run automatically (potentially switching to use Wayland backend).

if an user does not want to run this app on Wayland they should unset `NIXOS_OZONE_WL` instead.

General distro wide (NixOS) expectation is that `NIXOS_OZONE_WL` will make all electron apps use Wayland backend. and this contradicts that.

If the idea is to force X11, due to upstream not having proper Wayland support, this whole line should be removed instead.
https://github.com/NixOS/nixpkgs/pull/401864/files#r2083493979
2025-05-11 22:56:00 +05:30
John Titor
7cdc158f51 cursor: allow commandLineArgs to be set
Signed-off-by: John Titor <50095635+JohnRTitor@users.noreply.github.com>
2025-05-09 01:33:42 +05:30
Sarah Clark
d51987a099 code-cursor: rm sarahec as maintainer 2025-05-04 17:59:56 -07:00
Sarah Clark
99c1a0217a code-cursor: 0.48.9 -> 0.49.6 2025-04-27 12:49:28 -07:00
Sarah Clark
dc76202813 code-cursor: disable automatic updates 2025-04-27 12:33:50 -07:00
Sarah Clark
8ceaa4acec code-cursor: use chromium's inbuilt x11wayland renderer by defaullt 2025-04-27 12:32:20 -07:00
Sarah Clark
5dc7db81cd code-cursor: 0.48.8 -> 0.48.9 2025-04-21 23:58:14 +02:00
Sarah Clark
2f8376ab2e code-cursor: 0.48.7 -> 0.48.8 2025-04-12 12:05:45 -07:00
Josh Heinrichs
f47914228e code-cursor: fix passing arg to cli on darwin
Currently if you try to pass arguments to cursor on the cli on Darwin,
it just opens the app instead of respecting arguments like -h. This
takes cues from how vscode is packaged and symlinks to the app's bin
rather than creating an app wrapper.
2025-04-10 14:14:02 -06:00
Sarah Clark
13394677c2 code-cursor: 0.48.6 -> 0.48.7 2025-04-05 10:23:08 -07:00
Gaétan Lepage
a6bf1bbda9 code-cursor: fixes (#395545) 2025-04-02 23:00:35 +02:00
Sarah Clark
e145dbddfb code-cursor: point .desktop file to wrapped binary 2025-04-02 11:03:51 -07:00
Sarah Clark
efcc1dfe4b code-cursor: re-enable aarch64 linux 2025-04-02 11:02:37 -07:00
Sarah Clark
55516075b4 code-cursor: 0.47.8 -> 0.48.6 2025-04-01 11:16:16 -07:00
Sarah Clark
bdd26e1c12 code-cursor: 0.45.14 -> 0.47.8 2025-03-28 09:25:38 -07:00
Sarah Clark
bdf2aa833f code-cursor: update linux installation for > 0.45.x 2025-03-28 09:21:10 -07:00
Sarah Clark
563dc86883 code-cursor: use API for updates 2025-03-26 22:07:42 -07:00
R. Ryantm
d46ced5ab5 code-cursor: 0.45.11 -> 0.45.14 2025-02-28 17:49:53 +00:00
Sarah Clark
f6a5e3bab9 code-cursor: 0.45.8 -> 0.45.11 2025-02-13 12:50:46 -08:00
Sarah Clark
531eaa793a code-cursor: add darwin to update.sh 2025-02-03 09:48:51 -08:00