0
0
mirror of https://github.com/tj/n.git synced 2024-11-22 11:37:26 +01:00
Commit Graph

736 Commits

Author SHA1 Message Date
John Gee
23788b640a Prepare for 6.1.1 release 2019-11-10 11:34:13 +13:00
scottkof
a5b5ae5a97 Update tar command to use --no-same-owner (#593) 2019-11-10 11:26:25 +13:00
John Gee
b301bceb15 Post release 2019-10-25 20:49:58 +13:00
John Gee
dcdd32b631 6.1.0 2019-10-25 20:46:49 +13:00
John Gee
5fcb249aff Fix typo, this is n not nvh 2019-10-24 21:49:28 +13:00
John Gee
c984499482 Update README and CHANGELOG with deletion, and bump version 2019-10-23 23:11:56 +13:00
John Gee
455079eca2 Refactor deletion code
- remove legacy side-effect modifying `selected`
- inline deletion logic
- do nothing if no selection
2019-10-23 23:11:42 +13:00
Thomas Ruiz
4e6ee60a74 Press "d" to remove version in menu (#590)
* Press "d" to remove version in menu

* changed "remove" to "delete"

* allow to delete active version and improved UX

* fixed menu message

* added comment to function
2019-10-23 20:29:08 +13:00
John Gee
0cbbefc645 Post-release 2019-08-20 20:54:11 +12:00
John Gee
3c81f6d70a 6.0.1 2019-08-20 20:51:06 +12:00
John Gee
9476384600 Allow options to come after commands 2019-08-20 20:50:16 +12:00
John Gee
488354dc9c Post-release 2019-08-16 21:19:11 +12:00
John Gee
db6ef10901 Prerelease 2019-08-16 21:02:36 +12:00
John Gee
ce10923d9a 6.0.0 2019-08-16 21:01:26 +12:00
John Gee
830d7ca166 Prerelease 2019-08-16 21:01:21 +12:00
John Gee
c45c644147 Move CONTRIBUTING to top level, for visibility 2019-08-16 20:57:48 +12:00
John Gee
f96e609314 Call exit to avoid processing extra parameters 2019-08-12 21:32:51 +12:00
John Gee
bff1bb01ce Fix some references to nvh 2019-08-12 08:23:28 +12:00
John Gee
4fa17dd268 Add proxy documentation from old PR 2019-08-05 18:22:11 +12:00
John Gee
f8ab857aa8 Bump version post-release 2019-08-04 17:03:27 +12:00
John Gee
82103e75a8 Update tests to include more than just installs 2019-08-04 16:33:45 +12:00
John Gee
b285b478ee Disable certificate checks with wget tests to allow mitm proxy 2019-08-04 12:57:51 +12:00
John Gee
18908a8de0 Add back support for old stable (now alias for lts) 2019-08-04 12:49:24 +12:00
John Gee
3c12cb2e83 Update old n-test context 2019-08-04 12:44:17 +12:00
John Gee
eb3521d9a8 Remove extra --arch example for old Macs 2019-08-04 12:33:31 +12:00
John Gee
424c721065 Fix heading 2019-08-04 11:56:15 +12:00
John Gee
c09a193b3e Lint. Remove malformed and stale link. 2019-08-04 11:56:07 +12:00
John Gee
d8c604e542 clarify changelog 2019-08-03 21:53:24 +12:00
John Gee
57da8ce4d8 Candidate of major revision, many changes 2019-08-03 19:54:26 +12:00
John Gee
491ee93a5a Added lsr, much broken 2019-08-03 15:00:56 +12:00
John Gee
7643fb5855 Post-release 2019-08-02 21:38:07 +12:00
John Gee
6d24d40c9b Add links to CHANGELOG 2019-08-02 21:33:32 +12:00
John Gee
ce6ac08da5 5.0.2 2019-08-02 21:29:22 +12:00
John Gee
b73a6ab83d Add prompt to menu selection 2019-08-02 21:28:20 +12:00
John Gee
d89a969f25 Post-release 2019-07-20 13:47:13 +12:00
John Gee
14a9c4925a 5.0.1 2019-07-20 13:44:18 +12:00
John Gee
e71823de10 Remove reference to now released prerelease 2019-07-20 13:44:14 +12:00
John Gee
458db234d0 Merge branch 'master' into develop 2019-07-20 13:27:16 +12:00
John Gee
2bc577260d Update version link 2019-07-20 13:26:55 +12:00
John Gee
61cfe1b005 Post release 2019-07-20 13:25:24 +12:00
John Gee
19362dab9d 5.0.0 2019-07-20 13:21:17 +12:00
John Gee
52a2bc3c56 Preparing for release 2019-07-20 13:17:16 +12:00
John Gee
fe5f808185
Merge pull request #571 from DeeDeeG/xz-compression-option
Feature: xz compression option
2019-07-20 12:42:39 +12:00
John Gee
ec91ea96fd Fix version lookup in tests after index.tab change 2019-07-20 12:38:35 +12:00
DeeDeeG
6dc516ebe7 bugfix: Improve install logic (regex fixes) (#572)
* bin/n: Fix "dots" regex

Copy-pasted from @shadowspawn's comment:
https://github.com/tj/n/issues/570#issuecomment-503970238

* bin/n: Add trailing dot to version in "install()"

Prevents expanding single-digit numbers to multi-digit ones.
2019-07-20 12:21:35 +12:00
DeeDeeG
41400d6a60 bin/n: Option to download xz-compressed tarball
To download an xz-compressed tarball, set the environment variable
"N_USE_XZ" to be non-empty before running n.
2019-06-23 10:06:15 -04:00
John Gee
f9e51815d1 Merge branch 'master' into develop 2019-06-09 20:24:47 +12:00
John Gee
641d6d0bbe Add prerelease clues 2019-06-09 20:24:04 +12:00
John Gee
13562eeca9 Add a debugging tip for shells which do not update 2019-06-03 21:27:18 +12:00
John Gee
aeb20088b2 Use prerelease format like npm 2019-06-03 20:41:20 +12:00