Skip to content

Commit

Permalink
Updated the changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
uhlin committed Jan 25, 2025
1 parent b562411 commit af53979
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,26 +2,26 @@
All notable changes to this project will be documented in this file.

## [Unreleased] ##
- Added command `/ctcp`
- Added command `/ftp`
- Added subcommand `ls` to `/dcc` which can be used to list the
- **Added** command `/ctcp`
- **Added** command `/ftp`
- **Added** subcommand `ls` to `/dcc` which can be used to list the
contents of the upload/download directories.
- Added the following options:
- **Added** the following options:
- `ctcp_userinfo` (string)
- `ftp_host` (string)
- `ftp_port` (integer, defaults to 21)
- `ftp_user` (string)
- `ftp_pass` (string)
- `ftp_upload_dir` (string)
- Added the key combination `CTRL+w` (List all windows)
- Added the possibility to switch between windows by just entering the
- **Added** the key combination `CTRL+w` (List all windows)
- **Added** the possibility to switch between windows by just entering the
reference number, i.e. `/1`, `/2`, `/3`...
- Added usage of `emplace_back()`. Performance. Multiple occurrences.
- Changed `is_valid_filename()` to disallow ".."
- Changed the program to beep on certain window activity.
- Fixed `-Wshadow` warnings
- Fixed a resource leak found by Coverity.
- Fixed uncontrolled data used in path expressions.
- **Added** usage of `emplace_back()`. Performance. Multiple occurrences.
- **Changed** `is_valid_filename()` to disallow `..`
- **Changed** the program to beep on certain window activity.
- **Fixed** `-Wshadow` warnings
- **Fixed** a resource leak found by Coverity.
- **Fixed** uncontrolled data used in path expressions.

## [3.5.1] - 2024-11-09 ##
- **Added** command `/announce`.
Expand Down

0 comments on commit af53979

Please sign in to comment.