Skip to content

Releases: u2sb/Danmu.Server

1.0.0-beta10

09 May 05:13
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

1.0.0-beta9

15 Apr 08:24
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

1.0.0-beta8

24 Mar 05:48
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

1.0.0-beta7: 增加bvid查询

23 Mar 15:23
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

1.0.0-beta6

20 Mar 07:09
Compare
Choose a tag to compare

自动创建缓存表,从以前的版本更新不需要手动创建缓存表了,但需要修改 appsettings.json

Changes:

  • aaf7e3b 修复退出登录失效问题

This list of changes was auto generated.

1.0.0-beta5

19 Mar 09:39
Compare
Choose a tag to compare

因为加入缓存,不兼容以前版本的数据库,从beta4及以前的版本更新,需要手动创建表

CREATE TABLE "public"."HttpClientCache" (
	"Id" int4 NOT NULL GENERATED BY DEFAULT AS IDENTITY ( INCREMENT 1 MINVALUE 1 MAXVALUE 2147483647 START 1 ),
	"Key" TEXT COLLATE "pg_catalog"."default" NOT NULL,
	"Value" bytea,
	"TimeStamp" int8 NOT NULL,
	CONSTRAINT "PK_HttpClientCache" PRIMARY KEY ( "Id" ) 
);
ALTER TABLE "public"."HttpClientCache" OWNER TO "danmuuser";
CREATE INDEX "IX_HttpClientCache_Key" ON "public"."HttpClientCache" USING hash ( "Key" COLLATE "pg_catalog"."default" "pg_catalog"."text_ops" );

重新修改 appsettings.json (结构有变化)

Changes:

This list of changes was auto generated.

1.0.0-beta4

16 Mar 13:05
Compare
Choose a tag to compare

Changes:

See More

This list of changes was auto generated.

1.0.0.beta3

12 Mar 09:48
Compare
Choose a tag to compare

Changes:

  • cef0ee6 添加根据视频筛选弹幕功能
  • d12f29a 修复弹幕编辑页错误

This list of changes was auto generated.

1.0.0.beta2

08 Mar 13:52
Compare
Choose a tag to compare

Changes:

This list of changes was auto generated.

1.0.0.beta1: 修复部分错误

07 Mar 10:13
Compare
Choose a tag to compare
Pre-release

Changes:

This list of changes was auto generated.