Histórico de versões de Open Comments - 4 versões
Open Comments por Open-Comments
Histórico de versões de Open Comments - 4 versões
Tenha cuidado com versões antigas! Estas versões são mostradas para fins de teste e referência.Deve sempre utilizar a versão mais recente de um extra.
Versão mais recente
Versão 1.4.0
Lançada em 26 de fev de 2026 - 6,93 MBFunciona com firefox 140.0 e superiorUpdated Seach i nthe extension .
Fixed bugs of loading in no comment pages;
Fixed login .Código fonte lançado sob Todos os direitos reservados
Versões antigas
Versão 1.3.8
Lançada em 6 de fev de 2026 - 6,92 MBFunciona com firefox 140.0 e superiorfixed login issues in iframe.
Fixed bug of avatar not showing in iframe.
Fixed executions errors.Código fonte lançado sob Todos os direitos reservados
Versão 1.3.6
Lançada em 5 de fev de 2026 - 6,92 MBFunciona com firefox 140.0 e superiorUpdated login problems in iframe .Código fonte lançado sob Todos os direitos reservados
Versão 1.3.5
Lançada em 30 de jan de 2026 - 6,92 MBFunciona com firefox 140.0 e superiorUI / Navigation
Split Activity into two internal tabs: Notifications and My Comments (single view switch, no double-loading).
Only the selected Activity tab loads data; the other stays idle until clicked.
Activity tab state persisted in-memory via profileTab (notifs / activity).
Notifications UX
Fixed ugly notification rows that showed: Someone: <date> + <username> replied....
New rendering logic:
Displays actor • date on one meta line (ex: root • 31/01/2026).
Displays a cleaned message body (ex: replied to your comment) without duplicating actor.
If actor_name is missing or equals “Someone”, tries to extract actor from message.
Falls back to Notification when actor cannot be determined.
Loading / Pagination
Notifications still support Load more:
Uses limit=20 and before=<lastId> pagination.
Button visibility controlled by API hasMore.
Activity (“My Comments”) still supports Load more with offset paging.
Unread sync / Badge sync
Unread badge inside popup stays consistent:
Updates the popup badge (nav-notif-badge) immediately.
Sends OC_UNREAD_UPDATED to background to keep extension badge in sync.
Uses optimistic “mark as read” then server sync; optional forced refresh via OC_NOTIF_REFRESH.
Added helpers
Added formatting/parsing helpers:
formatNotifDate()
parseActorFromMessage()
pickActorName()
cleanNotifBody()Código fonte lançado sob Todos os direitos reservados