|
1 | 1 | <!-- NEWS.md is maintained by https://fledge.cynkra.com, contributors should not edit this file --> |
2 | 2 |
|
3 | | -# rprojroot 2.0.4.9011 (2025-07-12) |
4 | | - |
5 | | -## Features |
6 | | - |
7 | | -- Add `is_vscode_project` criterion, true if a `.vscode/` directory exists. |
8 | | - |
9 | | -- New `is_targets_project()` (@mitchelloharawild, #108, #146). |
10 | | - |
11 | | -## Continuous integration |
12 | | - |
13 | | -- Enhance permissions for workflow (#154). |
14 | | - |
15 | | -- Permissions, better tests for missing suggests, lints (#153). |
16 | | - |
17 | | -- Only fail covr builds if token is given (#152). |
18 | | - |
19 | | -- Always use `_R_CHECK_FORCE_SUGGESTS_=false` (#151). |
20 | | - |
21 | | -- Correct installation of xml2 (#150). |
22 | | - |
23 | | -- Explain (#149). |
24 | | - |
25 | | -- Add xml2 for covr, print testthat results (#148). |
26 | | - |
27 | | -- Sync (#147). |
28 | | - |
29 | | -## Uncategorized |
30 | | - |
31 | | -- Merge branch 'docs'. |
32 | | - |
33 | | -- Merge branch 'docs'. |
34 | | - |
35 | | - |
36 | | -# rprojroot 2.0.4.9010 (2024-12-09) |
37 | | - |
38 | | -## Continuous integration |
39 | | - |
40 | | -- Avoid failure in fledge workflow if no changes (#144). |
41 | | - |
42 | | - |
43 | | -# rprojroot 2.0.4.9009 (2024-12-08) |
44 | | - |
45 | | -## Continuous integration |
46 | | - |
47 | | -- Fetch tags for fledge workflow to avoid unnecessary NEWS entries (#142). |
| 3 | +# rprojroot 2.1.0 (2025-07-12) |
48 | 4 |
|
| 5 | +## Bug fixes |
49 | 6 |
|
50 | | -# rprojroot 2.0.4.9008 (2024-12-07) |
| 7 | +- Fix example for `find_root()` (@salim-b, #98). |
51 | 8 |
|
52 | 9 | ## Features |
53 | 10 |
|
54 | | -- Avoid warnings about invalid inputs with non-native encoding (@bastistician, #80). |
55 | | - |
56 | | -## Chore |
57 | | - |
58 | | -- Enable auto-styling (#82). |
| 11 | +- Add `is_vscode_project` criterion, true if a `.vscode/` directory exists (#155, #157, @jennybc). |
59 | 12 |
|
60 | | -## Continuous integration |
| 13 | +- New `is_targets_project` (@mitchelloharawild, #108, #146). |
61 | 14 |
|
62 | | -- Use larger retry count for lock-threads workflow (#140). |
63 | | - |
64 | | -- Ignore errors when removing pkg-config on macOS (#130). |
65 | | - |
66 | | -- Explicit permissions (#128). |
67 | | - |
68 | | -- Use styler from main branch (#126). |
69 | | - |
70 | | -- Need to install R on Ubuntu 24.04 (#124). |
71 | | - |
72 | | -- Use Ubuntu 24.04 and styler PR (#122). |
| 15 | +- Avoid warnings about invalid inputs with non-native encoding (@bastistician, #80). |
73 | 16 |
|
74 | | -- Correctly detect branch protection (#117). |
| 17 | +- Align `is_pkgdown_project` with pkgdown \> 2.0.9. (#104, #106). |
75 | 18 |
|
76 | | -- Use stable pak (#116). |
| 19 | +- Avoid warnings on Windows network drives (#105). |
77 | 20 |
|
78 | | -- Trigger run (#115). |
| 21 | +## Chore |
79 | 22 |
|
80 | | -- Use pkgdown branch (#109). |
| 23 | +- Rename `is_root()` to `is_fs_root()` to avoid confusion (#101). |
81 | 24 |
|
82 | 25 | ## Documentation |
83 | 26 |
|
84 | 27 | - Switch to `index.md` (#113). |
85 | 28 |
|
86 | | -## Uncategorized |
87 | | - |
88 | | -- PLACEHOLDER https://github.com/r-lib/rprojroot/pull/16 (#16). |
89 | | - |
90 | | - |
91 | | -# rprojroot 2.0.4.9007 (2024-09-15) |
92 | | - |
93 | | -## Continuous integration |
94 | | - |
95 | | - - Install via R CMD INSTALL ., not pak (#107). |
96 | | - |
97 | | - - ci: Install via R CMD INSTALL ., not pak |
98 | | - |
99 | | - - ci: Bump version of upload-artifact action |
100 | | - |
101 | | - |
102 | | -# rprojroot 2.0.4.9006 (2024-08-31) |
103 | | - |
104 | | -## Features |
105 | | - |
106 | | - - Align `is_pkgdown_project` with pkgdown \> 2.0.9. (#104, #106). |
107 | | - |
108 | | - - Avoid warnings on Windows network drives (#105). |
109 | | - |
110 | | -## Chore |
111 | | - |
112 | | - - Auto-update from GitHub Actions. |
113 | | - |
114 | | - Run: https://github.com/r-lib/rprojroot/actions/runs/10425483146 |
115 | | - |
116 | | - - Auto-update from GitHub Actions. |
117 | | - |
118 | | - Run: https://github.com/r-lib/rprojroot/actions/runs/10208520735 |
119 | | - |
120 | | - - Auto-update from GitHub Actions. |
121 | | - |
122 | | - Run: https://github.com/r-lib/rprojroot/actions/runs/9728439643 |
123 | | - |
124 | | - - Auto-update from GitHub Actions. |
125 | | - |
126 | | - Run: https://github.com/r-lib/rprojroot/actions/runs/9691616135 |
127 | | - |
128 | | -## Continuous integration |
129 | | - |
130 | | - - Install local package for pkgdown builds. |
131 | | - |
132 | | - - Improve support for protected branches with fledge. |
133 | | - |
134 | | - - Improve support for protected branches, without fledge. |
135 | | - |
136 | | - - Sync with latest developments. |
137 | | - |
138 | | - - Use v2 instead of master. |
139 | | - |
140 | | - - Inline action. |
141 | | - |
142 | | - - Use dev roxygen2 and decor. |
143 | | - |
144 | | - - Fix on Windows, tweak lock workflow. |
145 | | - |
146 | | - - Avoid checking bashisms on Windows. |
147 | | - |
148 | | - - Better commit message. |
149 | | - |
150 | | - - Bump versions, better default, consume custom matrix. |
151 | | - |
152 | | - - Recent updates. |
153 | | - |
154 | | - |
155 | | -# rprojroot 2.0.4.9005 (2024-01-24) |
156 | | - |
157 | | -- Internal changes only. |
158 | | - |
159 | | - |
160 | | -# rprojroot 2.0.4.9004 (2024-01-16) |
161 | | - |
162 | | -## Documentation |
163 | | - |
164 | 29 | - Clarify `subdir` argument (#103). |
165 | 30 |
|
166 | | - |
167 | | -# rprojroot 2.0.4.9003 (2024-01-15) |
168 | | - |
169 | | -## Chore |
170 | | - |
171 | | -- Rename `is_root()` to `is_fs_root()` to avoid confusion (#101). |
172 | | - |
173 | | -- Add Aviator configuration. |
174 | | - |
175 | | - |
176 | | -# rprojroot 2.0.4.9002 (2024-01-03) |
177 | | - |
178 | | -## Documentation |
179 | | - |
180 | 31 | - Fix typo (@salim-b, #99). |
181 | 32 |
|
182 | | - |
183 | | -# rprojroot 2.0.4.9001 (2023-11-20) |
184 | | - |
185 | | -## Bug fixes |
186 | | - |
187 | | -- Fix example for `find_root()` (@salim-b, #98). |
188 | | - |
189 | 33 | ## Testing |
190 | 34 |
|
191 | 35 | - Replace mockr with `testthat::local_mocked_bindings()` (@salim-b, #97). |
192 | 36 |
|
193 | 37 |
|
194 | | -# rprojroot 2.0.4.9000 (2023-11-06) |
195 | | - |
196 | | -- Merge branch 'cran-2.0.4'. |
197 | | - |
198 | | - |
199 | 38 | # rprojroot 2.0.4 (2023-11-05) |
200 | 39 |
|
201 | 40 | ## Features |
|
0 commit comments