Skip to content

Commit

Permalink
221214
Browse files Browse the repository at this point in the history
  • Loading branch information
tehn committed Dec 14, 2022
1 parent 44bd36d commit 3791929
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
19 changes: 19 additions & 0 deletions update/changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
# 221214

# norns 2.7.3

- NEW preview for tape select #1607 @ryleelyman
- NEW function to check norns version on script load #1613 @ryleelyman
- NEW keyboard menu key update #1611 @schollz
- NEW lattice v2 #1616 @ryleelyman
- FIX param accum mapping, accept wider range of inputs #1606 @zjb-s
- FIX tempo update bug with link #1617 @dndrks
- FIX menu key management #1619 #1620 @p3r7
- FIX lfo lib use lattice v2 #1626 @dndrks
- FIX wifi pw entry #1627 @dndrks

# image

- fix logrotate


# 220802

# norns 2.7.2
Expand Down
5 changes: 5 additions & 0 deletions update/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,16 @@ sudo rm -rf /home/we/norns
cp -a norns /home/we/
sudo rm -rf /home/we/maiden
cp -a maiden /home/we/
sudo rm -rf /home/we/bin/maiden-repl
cp -a norns/build/maiden-repl/maiden-repl /home/we/bin/

# version/changelog
cp version.txt /home/we/
cp changelog.txt /home/we/

# fix logrotate
sudo cp config/logrotate.conf /etc/

# rewrite journalctl
sudo cp config/journald.conf /etc/systemd/
sudo mkdir -p /var/log/journal
Expand Down
2 changes: 1 addition & 1 deletion update/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
220802
221214

0 comments on commit 3791929

Please sign in to comment.