mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-26 13:46:39 +00:00
Compare commits
5 commits
01478ad434
...
c900f8291a
Author | SHA1 | Date | |
---|---|---|---|
c900f8291a | |||
3e8c4951e1 | |||
3ad49f7718 | |||
4fcea3d6ae | |||
9acf9ddc75 |
|
@ -401,7 +401,7 @@ release:
|
||||||
header: |
|
header: |
|
||||||
Here's version {{ .Version }} of GoToSocial.
|
Here's version {{ .Version }} of GoToSocial.
|
||||||
|
|
||||||
Please read the [migration notes](#migration-notes) carefully for instructions on how to upgrade to this version.
|
Please read the migration notes carefully for instructions on how to upgrade to this version.
|
||||||
|
|
||||||
## Release highlights
|
## Release highlights
|
||||||
|
|
||||||
|
@ -474,7 +474,6 @@ release:
|
||||||
| Linux | x86-32/i386 (32-bit) | 🟡 Partial<sup>[2](#32-bit)</sup> | [linux_386_moderncsqlite.tar.gz](https://github.com/superseriousbusiness/gotosocial/releases/download/{{ .Tag }}/gotosocial_{{ .Version }}_linux_386_moderncsqlite.tar.gz) | `superseriousbusiness/gotosocial:{{ .Version }}-moderncsqlite` |
|
| Linux | x86-32/i386 (32-bit) | 🟡 Partial<sup>[2](#32-bit)</sup> | [linux_386_moderncsqlite.tar.gz](https://github.com/superseriousbusiness/gotosocial/releases/download/{{ .Tag }}/gotosocial_{{ .Version }}_linux_386_moderncsqlite.tar.gz) | `superseriousbusiness/gotosocial:{{ .Version }}-moderncsqlite` |
|
||||||
| Linux | Armv7/ARM32 (32-bit) | 🟡 Partial<sup>[2](#32-bit)</sup> | [linux_armv7_moderncsqlite.tar.gz](https://github.com/superseriousbusiness/gotosocial/releases/download/{{ .Tag }}/gotosocial_{{ .Version }}_linux_armv7_moderncsqlite.tar.gz) | `superseriousbusiness/gotosocial:{{ .Version }}-moderncsqlite` |
|
| Linux | Armv7/ARM32 (32-bit) | 🟡 Partial<sup>[2](#32-bit)</sup> | [linux_armv7_moderncsqlite.tar.gz](https://github.com/superseriousbusiness/gotosocial/releases/download/{{ .Tag }}/gotosocial_{{ .Version }}_linux_armv7_moderncsqlite.tar.gz) | `superseriousbusiness/gotosocial:{{ .Version }}-moderncsqlite` |
|
||||||
| Linux | Armv6/ARM32 (32-bit) | 🟡 Partial<sup>[2](#32-bit)</sup> | [linux_armv6_moderncsqlite.tar.gz](https://github.com/superseriousbusiness/gotosocial/releases/download/{{ .Tag }}/gotosocial_{{ .Version }}_linux_armv7_moderncsqlite.tar.gz) | `superseriousbusiness/gotosocial:{{ .Version }}-moderncsqlite` |
|
| Linux | Armv6/ARM32 (32-bit) | 🟡 Partial<sup>[2](#32-bit)</sup> | [linux_armv6_moderncsqlite.tar.gz](https://github.com/superseriousbusiness/gotosocial/releases/download/{{ .Tag }}/gotosocial_{{ .Version }}_linux_armv7_moderncsqlite.tar.gz) | `superseriousbusiness/gotosocial:{{ .Version }}-moderncsqlite` |
|
||||||
| Linux | x86-32/i386 (32-bit) | 🟡 Partial<sup>[2](#32-bit)</sup> | [linux_386_moderncsqlite.tar.gz](https://github.com/superseriousbusiness/gotosocial/releases/download/{{ .Tag }}/gotosocial_{{ .Version }}_linux_386_moderncsqlite.tar.gz) | `superseriousbusiness/gotosocial:{{ .Version }}-moderncsqlite` |
|
|
||||||
|
|
||||||
#### FreeBSD
|
#### FreeBSD
|
||||||
|
|
||||||
|
@ -502,20 +501,18 @@ release:
|
||||||
# https://goreleaser.com/customization/changelog/
|
# https://goreleaser.com/customization/changelog/
|
||||||
changelog:
|
changelog:
|
||||||
use: github
|
use: github
|
||||||
abbrev: 9
|
|
||||||
format: "{{ .Message }}, by {{ with .AuthorUsername }}@{{ . }}{{ else }}{{ .AuthorName }} <{{ .AuthorEmail }}>{{ end }} ({{ .SHA }})"
|
|
||||||
groups:
|
groups:
|
||||||
- title: Features and performance
|
- title: Features and performance
|
||||||
regexp: '^\[(?:feature|performance).*\].*$'
|
regexp: '^.*\[(?:feature|performance).*\].*$'
|
||||||
order: 0
|
order: 0
|
||||||
- title: Bug fixes
|
- title: Bug fixes
|
||||||
regexp: '^\[bug.*\].*$'
|
regexp: '^.*\[bug.*\].*$'
|
||||||
order: 1
|
order: 1
|
||||||
- title: Chores & version bumps
|
- title: Chores & version bumps
|
||||||
regexp: '^\[chore.*\].*$'
|
regexp: '^.*\[chore.*\].*$'
|
||||||
order: 2
|
order: 2
|
||||||
- title: Documentation
|
- title: Documentation
|
||||||
regexp: '^\[doc.*\].*$'
|
regexp: '^.*\[doc.*\].*$'
|
||||||
order: 3
|
order: 3
|
||||||
- title: Other
|
- title: Other
|
||||||
order: 999
|
order: 999
|
||||||
|
|
|
@ -283,7 +283,6 @@ This is the current status of support offered by GoToSocial for different platfo
|
||||||
| Linux | x86-32/i386 (32-bit) | 🟡 Partial<sup>[2](#32-bit)</sup> | Yes | Yes |
|
| Linux | x86-32/i386 (32-bit) | 🟡 Partial<sup>[2](#32-bit)</sup> | Yes | Yes |
|
||||||
| Linux | Armv7/ARM32 (32-bit) | 🟡 Partial<sup>[2](#32-bit)</sup> | Yes | Yes |
|
| Linux | Armv7/ARM32 (32-bit) | 🟡 Partial<sup>[2](#32-bit)</sup> | Yes | Yes |
|
||||||
| Linux | Armv6/ARM32 (32-bit) | 🟡 Partial<sup>[2](#32-bit)</sup> | Yes | Yes |
|
| Linux | Armv6/ARM32 (32-bit) | 🟡 Partial<sup>[2](#32-bit)</sup> | Yes | Yes |
|
||||||
| Linux | x86-32/i386 (32-bit) | 🟡 Partial<sup>[2](#32-bit)</sup> | Yes | Yes |
|
|
||||||
| OpenBSD | Any | 🔴 None<sup>[3](#openbsd)</sup> | No | No |
|
| OpenBSD | Any | 🔴 None<sup>[3](#openbsd)</sup> | No | No |
|
||||||
|
|
||||||
#### FreeBSD
|
#### FreeBSD
|
||||||
|
|
|
@ -198,6 +198,7 @@ type stmtIface interface {
|
||||||
driver.Stmt
|
driver.Stmt
|
||||||
driver.StmtExecContext
|
driver.StmtExecContext
|
||||||
driver.StmtQueryContext
|
driver.StmtQueryContext
|
||||||
|
driver.NamedValueChecker
|
||||||
}
|
}
|
||||||
|
|
||||||
// RowsIface is the driver.Rows interface
|
// RowsIface is the driver.Rows interface
|
||||||
|
@ -207,4 +208,5 @@ type stmtIface interface {
|
||||||
type rowsIface interface {
|
type rowsIface interface {
|
||||||
driver.Rows
|
driver.Rows
|
||||||
driver.RowsColumnTypeDatabaseTypeName
|
driver.RowsColumnTypeDatabaseTypeName
|
||||||
|
driver.RowsColumnTypeNullable
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
site_name: GoToSocial Documentation
|
site_name: GoToSocial Documentation
|
||||||
site_url: https://docs.gotosocial.org
|
site_url: https://docs.gotosocial.org/en/latest/
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
language: en
|
language: en
|
||||||
|
|
Loading…
Reference in a new issue