File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v1.11.2 - 2024-00-27
4
+
5
+ Nerves support is shifting to [ Elixir Forum - Nerves Forum] ( https://elixirforum.com/c/nerves-forum/74 ) !
6
+ This will now be the preferred and primary source for gaining Nerves support
7
+ and documentation has been adjusted to reflect this shift.
8
+
9
+ * Set ` TERM ` from user terminal when running ` mix nerves.system.shell `
10
+ on MacOS. Fixes an issue where config menus were not rendering
11
+ * Documentation updates and improvements
12
+ * Add instructions for [ ` mise ` ] ( https://mise.jdx.dev )
13
+ * Remove USB Gadget mode serial references since not on official platforms
14
+
3
15
## v1.11.1 - 2024-08-05
4
16
5
17
* Fix Docker builds for nerves_system_br v1.28.0 and later (see #997 )
Original file line number Diff line number Diff line change 1
1
defmodule Nerves.MixProject do
2
2
use Mix.Project
3
3
4
- @ version "1.11.1 "
4
+ @ version "1.11.2 "
5
5
@ source_url "https://github.com/nerves-project/nerves"
6
6
7
7
def project do
You can’t perform that action at this time.
0 commit comments