Changelog/0.96.1: Difference between revisions

From Miranda NG
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
<noinclude>{{PageLang|en}}{{VersionCard}}</noinclude>
<noinclude>{{PageLang|en}}{{VersionCard}}</noinclude>
{{TNT|Important|mdbx → sqlite converter}}


== Core and libraries ==
== Core and libraries ==
* updated SQLite library.
* updated SQLite library.
* {{GithubIssue|2812}} restored ❌ mark icon when the profile is in use.
* {{GithubIssue|2782}} fixed dynamic plugin loading problems.
* {{GithubIssue|2782}} fixed dynamic plugin loading problems.
* fixed memory corruption in service mode.
* {{GithubIssue|2797}} fixed inability to disable any menu item.
* {{GithubIssue|2802}} fixed duplicating options after opening account settings in account manager.


== Protocols ==
== Protocols ==
* {{Plugin|Discord}}
* {{Plugin|Discord}}
** fixed N/A status restoration after login.
** fixed N/A status restoration after login.
* {{Plugin|Facebook}}
** {{GithubIssue|2800}} fixed contact's duplication after import in the service mode.
* {{Plugin|ICQ}}
** {{GithubIssue|2800}} fixed contact's duplication after import in the service mode.


* {{Plugin|IRC}}
* {{Plugin|IRC}}
** removed list of (mostly) dead predifinied IRC servers.
** removed list of (mostly) dead predifinied IRC servers.
** {{GithubIssue|2798}} removed "Networks" concept completely. Now, one account — one server.
* {{Plugin|VKontakte}}
** {{GithubIssue|2803}} fixed confirmation code window.


== Plugins ==
== Plugins ==
Line 18: Line 34:
* {{Plugin|BossKey}}
* {{Plugin|BossKey}}
** {{GithubIssue|2781}} removed ''Create a main menu item'' option (use {{Menu|Options|Customise|Menus}} instead).
** {{GithubIssue|2781}} removed ''Create a main menu item'' option (use {{Menu|Options|Customise|Menus}} instead).
* {{Plugin|Db_autobackups}}
** {{GithubIssue|2811}} added info about next backup date.
* {{Plugin|Dbx_mdbx}}
** {{GithubIssue|2771}} removed all MDBX utilities.
* {{Plugin|Dbx_sqlite}}
** fixed crash on contact deletion.


* {{Plugin|HTTPServer}}
* {{Plugin|HTTPServer}}
Line 31: Line 56:
** {{GithubIssue|2793}} fixed date shift caused by time zone.
** {{GithubIssue|2793}} fixed date shift caused by time zone.
** {{GithubIssue|2794}} unwanted change in window width caused by the scrollbar.
** {{GithubIssue|2794}} unwanted change in window width caused by the scrollbar.
* {{Plugin|Sessions}}
** plugin completely redesigned to store data in JSON instead of spreading them all over the settings.
** {{GithubIssue|2816}} ''Save and close'' option accidentally closed the message log instead of the container ({{TPL|StdMsg| Scriver}}).
** {{GithubIssue|2819}} fixed manual session saving.


* {{Plugin|StartupSilence}}
* {{Plugin|StartupSilence}}
Line 37: Line 67:
== For developers ==
== For developers ==
* added [[Plugin:Clist_modern/en/Skin_development_guide|Clist modern skin development guide]].
* added [[Plugin:Clist_modern/en/Skin_development_guide|Clist modern skin development guide]].
* Menu_ConfigureItem(hUserMenu, MCI_OPT_DISABLED, TRUE) - a setting to make a menu item hidden by default.
* Menu_ConfigureItem(hUserMenu, MCI_OPT_DISABLED, TRUE) - a setting to make a menu item hidden by default.
* ME_SYSTEM_MODULELOAD & ME_SYSTEM_MODULEUNLOAD: handler parameter passing.

Revision as of 01:01, 1 April 2021

Version: 0.96.1

Rev: v0.96.1

Released: 2 June 2022

Important
mdbx → sqlite converter

Core and libraries

  • updated SQLite library.
  • Issue #2812 restored ❌ mark icon when the profile is in use.
  • Issue #2782 fixed dynamic plugin loading problems.
  • fixed memory corruption in service mode.
  • Issue #2797 fixed inability to disable any menu item.
  • Issue #2802 fixed duplicating options after opening account settings in account manager.

Protocols

  • Discord
    • fixed N/A status restoration after login.
  • ICQ
    • Issue #2800 fixed contact's duplication after import in the service mode.
  • IRC
    • removed list of (mostly) dead predifinied IRC servers.
    • Issue #2798 removed "Networks" concept completely. Now, one account — one server.

Plugins

  • AuthState
    • Issue #2786 removed Enable menu item option (use Options → Customise → Menus instead).
  • BossKey
    • Issue #2781 removed Create a main menu item option (use Options → Customise → Menus instead).
  • HTTPServer
    • Issue #2783 removed Enable HTTP server and Show HTTP server statistics options (use Options → Customise → Menus instead).
  • NotesReminders
    • Issue #2776 added filter to reminders list.
    • Issue #2777 removed Add Contact list menu items option (use Options → Customise → Menus instead).
    • Issue #2778 fixed display of non-ANSI characters on English-language systems.
    • Issue #2772 fixed changing the date of the reminder to an earlier one.
    • Issue #2773 fixed changing the time of the reminder to an earlier one.
    • Issue #2780 fixed prolongation of a triggered reminder.
    • Issue #2793 fixed date shift caused by time zone.
    • Issue #2794 unwanted change in window width caused by the scrollbar.
  • Sessions
    • plugin completely redesigned to store data in JSON instead of spreading them all over the settings.
    • Issue #2816 Save and close option accidentally closed the message log instead of the container (Template:TPL).
    • Issue #2819 fixed manual session saving.
  • StartupSilence
    • Issue #2784 removed Main Menu Item (plugin reload or Miranda restart required) option (use Options → Customise → Menus instead).

For developers

  • added Clist modern skin development guide.
  • Menu_ConfigureItem(hUserMenu, MCI_OPT_DISABLED, TRUE) - a setting to make a menu item hidden by default.
  • ME_SYSTEM_MODULELOAD & ME_SYSTEM_MODULEUNLOAD: handler parameter passing.