Anmol Sethi
c2bcb3a93e
release/template/README.md: Document easiest way to use windows
2022-12-07 19:49:22 -08:00
Anmol Sethi
1fde26789a
release/next.md: Update
2022-12-07 19:49:22 -08:00
Anmol Sethi
ce0e2b3326
release: On windows use .exe and alter README
...
Closes #388
2022-12-07 19:17:36 -08:00
Júlio César Batista
5a40457a03
Update changelog
2022-12-06 14:28:48 -08:00
Anmol Sethi
22e0ed0f9f
v0.1.0
2022-12-06 09:22:51 -08:00
Anmol Sethi
0cc8b1a966
Merge pull request #385 from nhooyr/windows-install-e17d
...
windows install e17d
2022-12-06 09:04:57 -08:00
Anmol Sethi
563b45dd01
release/install.sh: Install executable with .exe suffix on Windows
...
Otherwise Go doesn't let you execute it lol.
2022-12-06 09:04:22 -08:00
Anmol Sethi
a95d9cd586
Merge pull request #383 from nhooyr/changelog-wrap-8c1f
...
changelogs/next.md: Fix wrapping
2022-12-06 09:03:10 -08:00
Anmol Sethi
8d8529ed80
changelogs/next.md: Fix wrapping
...
Changelogs can't be hard wrapped. Markdown text in bullets isn't
automatically soft wrapped on render like paragraphs.
2022-12-06 08:10:38 -08:00
Anmol Sethi
651c7f553f
deps: update
2022-12-06 08:00:14 -08:00
Anmol Sethi
3478ffbc5a
install.sh: Improvements
2022-12-06 07:54:14 -08:00
Anmol Sethi
5ee11417e4
deps: update
2022-12-06 07:47:11 -08:00
Anmol Sethi
5f06afc72e
release: Build with -trimpath
...
-trimpath prevents paths from the builder showing up in the
binary on panics and whatnot.
2022-12-06 06:36:41 -08:00
Anmol Sethi
b5d863ae02
ci: Update
2022-12-06 05:39:33 -08:00
Anmol Sethi
861aabff70
aws_ensure: Update
2022-12-06 04:56:34 -08:00
Anmol Sethi
f6c444c424
deps: update
2022-12-06 04:41:06 -08:00
Anmol Sethi
44ba6ecce4
install.sh: Updates
2022-12-06 04:25:02 -08:00
Anmol Sethi
70587d5832
install.sh: Add -x, --trace flags
2022-12-06 04:18:40 -08:00
Anmol Sethi
8010a65795
install.sh: Improvements
2022-12-06 04:04:02 -08:00
Anmol Sethi
8b66106667
deps: update
2022-12-06 03:22:55 -08:00
Anmol Sethi
dc1af7a1ee
docs: Document windows installation and usage
2022-12-06 03:05:19 -08:00
Anmol Sethi
ba84aa8066
deps: update
2022-12-06 02:04:58 -08:00
Anmol Sethi
0c43cbc708
install.sh: Add warning if d2 is shadowed on installation
...
Closes #107
2022-12-06 01:34:00 -08:00
Anmol Sethi
1de4b48d7a
deps: update
2022-12-06 01:33:22 -08:00
Anmol Sethi
80b05e7ae0
aws_ensure.sh: Setup $PATH/$MANPATH on macOS builders robustly
2022-12-05 23:34:21 -08:00
Anmol Sethi
636a4ce224
ci: Use temp.sh
2022-12-05 22:21:06 -08:00
Anmol Sethi
b90c37d4a0
ci: Update gen_install and gen_template_lib
2022-12-05 22:15:58 -08:00
Anmol Sethi
6e52966b52
install.sh: Improve default $PREFIX behaviour
...
As before we default to /usr/local but now we switch to ~/.local if
/usr/local if not accessible instead of prompting for sudo. Instead
of having an exception for macOS/arm64.
Of course if a user wants to install in /usr/local anyway, they can
still pass --prefix /usr/local to force installation into /usr/local
and prompt for sudo.
2022-12-05 22:15:58 -08:00
Alexander Wang
121d75c8df
changelog massaging
2022-12-05 17:34:20 -08:00
Alexander Wang
67b7020476
changelog
2022-12-05 10:49:17 -08:00
Alexander Wang
427368b4d7
gen
2022-12-04 14:56:50 -08:00
Alexander Wang
89e785afcb
add changelog
2022-12-03 16:36:12 -08:00
Alexander Wang
e51bdbff09
add changelog
2022-12-03 16:32:12 -08:00
Alexander Wang
bce0fe5c31
add changelog
2022-12-02 19:59:49 -08:00
Alexander Wang
3b7068da7d
add changelog line for dagre fix
2022-12-02 15:58:01 -08:00
ejulio-ts
ef757fb532
Merge pull request #317 from ejulio-ts/nested-sequence-diagrams
...
layout: sequence diagrams
2022-12-02 13:03:30 -08:00
Anmol Sethi
d20a448227
ci: Update
2022-12-02 12:10:16 -08:00
Anmol Sethi
61fdf07a2e
ci: Updates
2022-12-02 11:47:09 -08:00
Anmol Sethi
729b12685a
gen
2022-12-01 17:29:40 -08:00
Anmol Sethi
6e7b4dedfc
ci/sub: Hardcode colors for bigheader/header in there
2022-12-01 15:08:19 -08:00
Anmol Sethi
cc6590fa4f
install.sh: hardcode header to blue
...
Will prevent red/green generated colors.
2022-12-01 14:43:54 -08:00
Júlio César Batista
2c557a32d8
Changelog
2022-12-01 14:34:24 -08:00
Anmol Sethi
d87d897fdb
changelog: Fix emoji
2022-12-01 14:01:20 -08:00
Anmol Sethi
116151cc82
INSTALL.md: Demonstrate minimal script to install standalone release
...
Closes #150
2022-12-01 13:29:04 -08:00
Anmol Sethi
f333cb1a2b
docs: Defend install.sh
...
Closes #149
2022-12-01 13:29:04 -08:00
Anmol Sethi
419ecc8928
Merge pull request #313 from nhooyr/install-c148
...
release/build.sh: Implement --install and --uninstall for quick installation from source
2022-12-01 12:43:19 -08:00
Anmol Sethi
54311cbf3d
release: Use sudo automatically when installing/uninstalling
2022-12-01 12:29:50 -08:00
Anmol Sethi
25e628943b
release/build.sh: Implement --install and --uninstall for quick installation from source
2022-12-01 12:25:18 -08:00
Anmol Sethi
6139c35af2
watch: Move xbrowser to util-go and fix
...
Closes #175
Closes #205
2022-12-01 11:48:49 -08:00
Anmol Sethi
cdffedb9df
pr292: Review fixes
2022-12-01 09:24:50 -08:00