Reformat changelog
There should always be space around headlines and lists in markdown documents.
This commit is contained in:
parent
6c884f3077
commit
bf11e055b6
1 changed files with 35 additions and 0 deletions
35
CHANGELOG.md
35
CHANGELOG.md
|
|
@ -4,6 +4,7 @@ All notable changes to this project will be documented in this file.
|
||||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
||||||
|
|
||||||
Procedure when bumping the version number:
|
Procedure when bumping the version number:
|
||||||
|
|
||||||
1. Update dependencies and flake in a separate commit
|
1. Update dependencies and flake in a separate commit
|
||||||
2. Set version number in `Cargo.toml`
|
2. Set version number in `Cargo.toml`
|
||||||
3. Add new section in this changelog
|
3. Add new section in this changelog
|
||||||
|
|
@ -16,20 +17,24 @@ Procedure when bumping the version number:
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
### Updated
|
### Updated
|
||||||
|
|
||||||
- Documentation for `time_zone` config option
|
- Documentation for `time_zone` config option
|
||||||
|
|
||||||
## v0.8.3 - 2024-05-20
|
## v0.8.3 - 2024-05-20
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Updated list of emoji names
|
- Updated list of emoji names
|
||||||
|
|
||||||
## v0.8.2 - 2024-04-25
|
## v0.8.2 - 2024-04-25
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Renamed `json-stream` export format to `json-lines` (see <https://jsonlines.org/>)
|
- Renamed `json-stream` export format to `json-lines` (see <https://jsonlines.org/>)
|
||||||
- Changed `json-lines` file extension from `.json` to `.jsonl`
|
- Changed `json-lines` file extension from `.json` to `.jsonl`
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Crash when window is too small while empty message editor is visible
|
- Crash when window is too small while empty message editor is visible
|
||||||
- Mistakes in output and docs
|
- Mistakes in output and docs
|
||||||
- Cove not cleaning up terminal state properly
|
- Cove not cleaning up terminal state properly
|
||||||
|
|
@ -37,16 +42,19 @@ Procedure when bumping the version number:
|
||||||
## v0.8.1 - 2024-01-11
|
## v0.8.1 - 2024-01-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support for setting window title
|
- Support for setting window title
|
||||||
- More information to room list heading
|
- More information to room list heading
|
||||||
- Key bindings for live caesar cipher de- and encoding
|
- Key bindings for live caesar cipher de- and encoding
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
- Key binding to open present page
|
- Key binding to open present page
|
||||||
|
|
||||||
## v0.8.0 - 2024-01-04
|
## v0.8.0 - 2024-01-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support for multiple euph server domains
|
- Support for multiple euph server domains
|
||||||
- Support for `TZ` environment variable
|
- Support for `TZ` environment variable
|
||||||
- `time_zone` config option
|
- `time_zone` config option
|
||||||
|
|
@ -56,6 +64,7 @@ Procedure when bumping the version number:
|
||||||
- Welcome info box next to room list
|
- Welcome info box next to room list
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- The default euph domain is now https://euphoria.leet.nu/ everywhere
|
- The default euph domain is now https://euphoria.leet.nu/ everywhere
|
||||||
- The config file format was changed to support multiple euph servers with different domains.
|
- The config file format was changed to support multiple euph servers with different domains.
|
||||||
Options previously located at `euph.rooms.*` should be reviewed and moved to `euph.servers."euphoria.leet.nu".rooms.*`.
|
Options previously located at `euph.rooms.*` should be reviewed and moved to `euph.servers."euphoria.leet.nu".rooms.*`.
|
||||||
|
|
@ -64,17 +73,20 @@ Procedure when bumping the version number:
|
||||||
- Reduced connection timeout from 30 seconds to 10 seconds
|
- Reduced connection timeout from 30 seconds to 10 seconds
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Room deletion popup accepting any room name
|
- Room deletion popup accepting any room name
|
||||||
- Duplicated key presses on Windows
|
- Duplicated key presses on Windows
|
||||||
|
|
||||||
## v0.7.1 - 2023-08-31
|
## v0.7.1 - 2023-08-31
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Updated dependencies
|
- Updated dependencies
|
||||||
|
|
||||||
## v0.7.0 - 2023-05-14
|
## v0.7.0 - 2023-05-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Auto-generated config documentation
|
- Auto-generated config documentation
|
||||||
- in [CONFIG.md](CONFIG.md)
|
- in [CONFIG.md](CONFIG.md)
|
||||||
- via `help-config` CLI command
|
- via `help-config` CLI command
|
||||||
|
|
@ -82,6 +94,7 @@ Procedure when bumping the version number:
|
||||||
- `measure_widths` config option
|
- `measure_widths` config option
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Overhauled widget system and extracted generic widgets to [toss](https://github.com/Garmelon/toss)
|
- Overhauled widget system and extracted generic widgets to [toss](https://github.com/Garmelon/toss)
|
||||||
- Overhauled config system to support auto-generating documentation
|
- Overhauled config system to support auto-generating documentation
|
||||||
- Overhauled key binding system to make key bindings configurable
|
- Overhauled key binding system to make key bindings configurable
|
||||||
|
|
@ -95,15 +108,18 @@ Procedure when bumping the version number:
|
||||||
## v0.6.1 - 2023-04-10
|
## v0.6.1 - 2023-04-10
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Improved JSON export performance
|
- Improved JSON export performance
|
||||||
- Always show rooms from config file in room list
|
- Always show rooms from config file in room list
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Rooms reconnecting instead of showing error popups
|
- Rooms reconnecting instead of showing error popups
|
||||||
|
|
||||||
## v0.6.0 - 2023-04-04
|
## v0.6.0 - 2023-04-04
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Emoji support
|
- Emoji support
|
||||||
- `flake.nix`, making cove available as a nix flake
|
- `flake.nix`, making cove available as a nix flake
|
||||||
- `json-stream` room export format
|
- `json-stream` room export format
|
||||||
|
|
@ -111,31 +127,37 @@ Procedure when bumping the version number:
|
||||||
- `--verbose` flag
|
- `--verbose` flag
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Non-export info is now printed to stderr instead of stdout
|
- Non-export info is now printed to stderr instead of stdout
|
||||||
- Recognizes links without scheme (e.g. `euphoria.io` instead of `https://euphoria.io`)
|
- Recognizes links without scheme (e.g. `euphoria.io` instead of `https://euphoria.io`)
|
||||||
- Rooms waiting for reconnect are no longer sorted to bottom in default sort order
|
- Rooms waiting for reconnect are no longer sorted to bottom in default sort order
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Mentions not being stopped by `>`
|
- Mentions not being stopped by `>`
|
||||||
|
|
||||||
## v0.5.2 - 2023-01-14
|
## v0.5.2 - 2023-01-14
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Key binding to open present page
|
- Key binding to open present page
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Always connect to &rl2dev in ephemeral mode
|
- Always connect to &rl2dev in ephemeral mode
|
||||||
- Reduce amount of messages per &rl2dev log request
|
- Reduce amount of messages per &rl2dev log request
|
||||||
|
|
||||||
## v0.5.1 - 2022-11-27
|
## v0.5.1 - 2022-11-27
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Increase reconnect delay to one minute
|
- Increase reconnect delay to one minute
|
||||||
- Print errors that occurred while cove was running more compactly
|
- Print errors that occurred while cove was running more compactly
|
||||||
|
|
||||||
## v0.5.0 - 2022-09-26
|
## v0.5.0 - 2022-09-26
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Key bindings to navigate nick list
|
- Key bindings to navigate nick list
|
||||||
- Room deletion confirmation popup
|
- Room deletion confirmation popup
|
||||||
- Message inspection popup
|
- Message inspection popup
|
||||||
|
|
@ -144,10 +166,12 @@ Procedure when bumping the version number:
|
||||||
- `rooms_sort_order` config option
|
- `rooms_sort_order` config option
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Use nick changes to detect sessions for nick list
|
- Use nick changes to detect sessions for nick list
|
||||||
- Support Unicode 15
|
- Support Unicode 15
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Cursor being visible through popups
|
- Cursor being visible through popups
|
||||||
- Cursor in lists when highlighted item moves off-screen
|
- Cursor in lists when highlighted item moves off-screen
|
||||||
- User disappearing from nick list when only one of their sessions disconnects
|
- User disappearing from nick list when only one of their sessions disconnects
|
||||||
|
|
@ -155,6 +179,7 @@ Procedure when bumping the version number:
|
||||||
## v0.4.0 - 2022-09-01
|
## v0.4.0 - 2022-09-01
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Config file and `--config` cli option
|
- Config file and `--config` cli option
|
||||||
- `data_dir` config option
|
- `data_dir` config option
|
||||||
- `ephemeral` config option
|
- `ephemeral` config option
|
||||||
|
|
@ -170,14 +195,17 @@ Procedure when bumping the version number:
|
||||||
- Key bindings to view and open links in a message
|
- Key bindings to view and open links in a message
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Some key bindings in the rooms list
|
- Some key bindings in the rooms list
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Rooms being stuck in "Connecting" state
|
- Rooms being stuck in "Connecting" state
|
||||||
|
|
||||||
## v0.3.0 - 2022-08-22
|
## v0.3.0 - 2022-08-22
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Account login and logout
|
- Account login and logout
|
||||||
- Authentication dialog for password-protected rooms
|
- Authentication dialog for password-protected rooms
|
||||||
- Error popups in rooms when something goes wrong
|
- Error popups in rooms when something goes wrong
|
||||||
|
|
@ -185,10 +213,12 @@ Procedure when bumping the version number:
|
||||||
- Key binding to download more logs
|
- Key binding to download more logs
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Reduced amount of unnecessary redraws
|
- Reduced amount of unnecessary redraws
|
||||||
- Description of `export` CLI command
|
- Description of `export` CLI command
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Crash when connecting to nonexistent rooms
|
- Crash when connecting to nonexistent rooms
|
||||||
- Crash when connecting to rooms that require authentication
|
- Crash when connecting to rooms that require authentication
|
||||||
- Pasting multi-line strings into the editor
|
- Pasting multi-line strings into the editor
|
||||||
|
|
@ -196,15 +226,18 @@ Procedure when bumping the version number:
|
||||||
## v0.2.1 - 2022-08-11
|
## v0.2.1 - 2022-08-11
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- Support for modifiers on special keys via the [kitty keyboard protocol](https://sw.kovidgoyal.net/kitty/keyboard-protocol/)
|
- Support for modifiers on special keys via the [kitty keyboard protocol](https://sw.kovidgoyal.net/kitty/keyboard-protocol/)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Joining new rooms no longer crashes cove
|
- Joining new rooms no longer crashes cove
|
||||||
- Scrolling when exiting message editor
|
- Scrolling when exiting message editor
|
||||||
|
|
||||||
## v0.2.0 - 2022-08-10
|
## v0.2.0 - 2022-08-10
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- New messages are now marked as unseen
|
- New messages are now marked as unseen
|
||||||
- Sub-trees can now be folded
|
- Sub-trees can now be folded
|
||||||
- Support for pasting text into editors
|
- Support for pasting text into editors
|
||||||
|
|
@ -217,10 +250,12 @@ Procedure when bumping the version number:
|
||||||
- Support for exporting multiple/all rooms at once
|
- Support for exporting multiple/all rooms at once
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- Reorganized export command
|
- Reorganized export command
|
||||||
- Slowed down room history download speed
|
- Slowed down room history download speed
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
- Chat rendering when deleting and re-joining a room
|
- Chat rendering when deleting and re-joining a room
|
||||||
- Spacing in some popups
|
- Spacing in some popups
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue