You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.MD
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -96,6 +96,14 @@
96
96
4. If the requesting ip is in a state that requires age verification, some of these checkers wont work.
97
97
98
98
### Update History
99
+
- 10/12/2024
100
+
- Moved more things to config to constants
101
+
- Changing thumbnail behavior
102
+
- Changing default avatar/Icon paths/images
103
+
- Constants.py renamed to DefaultConstants.py
104
+
- You can create your own version of Constants.py called AppConstants.py. Just copy over the contents of constants into this file, it's untracked and you can pull changes without stashing!
105
+
- AppConstants.py is used before DefaultConstants.py
106
+
- ghcr.io/bombg/sassbot:latest - now supports arm as well. The package ghcr.io/bombg/sassbot:latest-arm is no longer needed.
99
107
- 10/11/2024
100
108
- added workflow to auto make docker images. They are
0 commit comments