-
Notifications
You must be signed in to change notification settings - Fork 289
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
352 changed files
with
48,201 additions
and
2,649 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,52 @@ | ||
## [1.6-17] - 2023-08-23 | ||
|
||
### Added | ||
|
||
- Add support for status URLs (William Casarin) | ||
- Click music statuses to display in spotify (William Casarin) | ||
- Add settings for disabling user statuses (William Casarin) | ||
|
||
### Changed | ||
|
||
- clear statuses if they only contain whitespace (William Casarin) | ||
|
||
### Fixed | ||
|
||
- Fix long status lines (William Casarin) | ||
- Fix status events not expiring locally (William Casarin) | ||
|
||
[1.6-17]: https://github.com/damus-io/damus/releases/tag/v1.6-17 | ||
|
||
## [1.6-16] - 2023-08-23 | ||
|
||
### Added | ||
|
||
- Added live music statuses (William Casarin) | ||
- Added generic user statuses (William Casarin) | ||
|
||
### Fixed | ||
|
||
- Avoid notification for zaps from muted profiles ([email protected]) | ||
- Fix text editing issues on characters added right after mention link (Daniel D’Aquino) | ||
- Mute hellthreads everywhere (William Casarin) | ||
|
||
|
||
[1.6-16]: https://github.com/damus-io/damus/releases/tag/v1.6-16 | ||
|
||
## [1.6-13] - 2023-08-18 | ||
|
||
### Fixed | ||
|
||
- Fix bug where it would sometimes show -1 in replies ([email protected]) | ||
- Fix images and links occasionally appearing with escaped slashes (Daniel D‘Aquino) | ||
- Fixed nostrscript not working on smaller phones (William Casarin) | ||
- Fix zaps sometimes not appearing (William Casarin) | ||
- Fixed issue where reposts would sometimes repost the wrong thing (William Casarin) | ||
- Fixed issue where sometimes there would be empty entries on your profile (William Casarin) | ||
|
||
[1.6-13]: https://github.com/damus-io/damus/releases/tag/v1.6-13 | ||
|
||
|
||
## [1.6-11]: "Bugfix Sunday" - 2023-08-07 | ||
|
||
### Added | ||
|
@@ -1477,3 +1526,4 @@ | |
|
||
[0.1.2]: https://github.com/damus-io/damus/releases/tag/v0.1.2 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,4 +9,5 @@ | |
#include "wasm.h" | ||
#include "nostrscript.h" | ||
#include "nostrdb.h" | ||
#include "lmdb.h" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.