To create new wiki account, please join us on #znc at Libera.Chat and ask admins to create a wiki account for you. You can say thanks to spambots for this inconvenience.

ChangeLog/1.8.2: Difference between revisions

From ZNC
Jump to navigation Jump to search
Created page with "{{ChangeLog}} <!-- The following is generated via this command: HEAD=$(git rev-parse master) ; echo "Last update at $HEAD" ; echo ; git log --format='* %s {{git|%h}}' --no-me..."
 
No edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 9: Line 9:
== New ==
== New ==
* Polish translation
* Polish translation
* Warn about listening on port 6697 too, not only about 6667 {{GH|1734}}
* List names of translators in TRANSLATORS.md file in source, as this contribution isn't directly reflected in git log
* During --makeconf warn about listening on port 6697 too, not only about 6667 {{GH|1734}}


== Fixes ==
== Fixes ==
* [[webadmin]]: When starting deleting a network, but clicking No, redirect to the edituser page instead of listusers page {{GH|1751}}
* [[webadmin]]: When confirming deletion of a network and selecting No, redirect to the edituser page instead of listusers page {{GH|1751}}
* Make more client command results translateable, which were missed before
* Make more client command results translateable, which were missed before

Latest revision as of 23:56, 30 August 2020

← 1.8.1 ZNC 1.8.2 1.9.0 →



New

  • Polish translation
  • List names of translators in TRANSLATORS.md file in source, as this contribution isn't directly reflected in git log
  • During --makeconf warn about listening on port 6697 too, not only about 6667 (#1734)

Fixes

  • webadmin: When confirming deletion of a network and selecting No, redirect to the edituser page instead of listusers page (#1751)
  • Make more client command results translateable, which were missed before