Weekly Project News

Subscribe
Archives

Weekly GitHub Report for Monica: July 21, 2025 - July 28, 2025 (12:05:11)

Weekly GitHub Report for Monica

Thank you for subscribing to our weekly newsletter! Each week, we deliver a comprehensive summary of your GitHub project's latest activity right to your inbox, including an overview of your project's issues, pull requests, contributors, and commit activity.


Table of Contents

  • I. News
    • 1.1. Recent Version Releases
    • 1.2. Other Noteworthy Updates
  • II. Issues
    • 2.1. Top 5 Active Issues
    • 2.2. Top 5 Stale Issues
    • 2.3. Open Issues
    • 2.4. Closed Issues
    • 2.5. Issue Discussion Insights
  • III. Pull Requests
    • 3.1. Open Pull Requests
    • 3.2. Closed Pull Requests
    • 3.3. Pull Request Discussion Insights
  • IV. Contributors
    • 4.1. Contributors

I. News

1.1 Recent Version Releases:

The current version of this repository is v4.1.2

1.2 Version Information:

The version 4.1.2, released on May 4, 2024, primarily addresses a bug fix that corrected the issue where updating the contact listing was incorrectly changing the updated_at date for all contacts. This update enhances data accuracy in contact management.

II. Issues

2.1 Top 5 Active Issues:

We consider active issues to be issues that that have been commented on most frequently within the last week. Bot comments are omitted.

As of our latest update, there are no active issues with ongoing comments this week.

2.2 Top 5 Stale Issues:

We consider stale issues to be issues that has had no activity within the last 30 days. The team should work together to get these issues resolved and closed as soon as possible.

  1. Call log not recorded in activity feed: This issue reports a bug where creating a call log does not result in the call being recorded or displayed in the activity feed, unlike other activities such as adding notes or phone numbers. The user expects that call logs should appear in the activity feed to maintain consistency with other contact activities, but currently, this functionality is missing in the beta version 5.0.0-beta.3 of the software.
  2. Add the ability to choose multiple contacts at the same time in "Add a relationship" in Chandler.: This issue requests the addition of a feature in Chandler that allows users to select multiple contacts simultaneously when adding social relationships, addressing the current limitation of selecting only one contact at a time. This enhancement aims to save users time and effort by enabling batch selection, thereby streamlining the process of adding multiple relationships without repetitive steps.
  3. Create contact releationship form has optional "I know the name" text boxes for that appear out of order: This issue reports a bug in the "Create contact relationship" form where optional "I know the name" text boxes and related input fields appear out of their intended order, causing a confusing layout. Specifically, some fields like "last name" and "nickname" do not consistently appear under the "I know the name" section as expected, disrupting the user interface flow.
  4. Feature Request: Label Contact ( Phone ) Numbers in vCARD Exports: This issue requests a feature enhancement for vCARD exports in Monica, specifically to allow phone numbers to be labeled as 'Mobile,' 'Office,' or 'Home' to improve clarity and usability. Currently, customized phone number labels are incorrectly imported into Google Contacts as URLs, causing confusion and making it difficult for users to distinguish between different types of contact numbers.
  5. reopening -- I have a Letsencrypt certificate that matches the domain, and the still receiving the error:: This issue concerns a user who is experiencing an error related to STARTTLS despite having a valid Letsencrypt certificate that matches the domain. The user reports that the error occurs during the stream_socket_enable_crypto() process, indicating a problem with establishing a secure connection.

2.3 Open Issues

This section lists, groups, and then summarizes issues that were created within the last week in the repository.

Issues Opened This Week: 1

Summarized Issues:

  • Sorting and Localization Issues: The current Unicode-based sorting in the Contacts section does not align with the expected phonetic alphabetical order for Chinese names, causing difficulties for Chinese users to locate contacts efficiently. Implementing Pinyin-based sorting would address this issue by providing a more intuitive and culturally appropriate sorting method.
  • issues/7776

2.4 Closed Issues

This section lists, groups, and then summarizes issues that were closed within the last week in the repository. This section also links the associated pull requests if applicable.

Issues Closed This Week: 0

Summarized Issues:

As of our latest update, there were no issues closed in the project this week.

2.5 Issue Discussion Insights

This section will analyze the tone and sentiment of discussions within this project's open and closed issues that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.

Based on our analysis, there are no instances of toxic discussions in the project's open or closed issues from the past week.


III. Pull Requests

3.1 Open Pull Requests

This section provides a summary of pull requests that were opened in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.

Pull Requests Opened This Week: 0

As of our latest update, there are no open pull requests for the project this week.

3.2 Closed Pull Requests

This section provides a summary of pull requests that were closed in the repository over the past week. The top three pull requests with the highest number of commits are highlighted as 'key' pull requests. Other pull requests are grouped based on similar characteristics for easier analysis. Up to 25 pull requests are displayed in this section, while any remaining pull requests beyond this limit are omitted for brevity.

Pull Requests Closed This Week: 6

Key Closed Pull Requests

1. feat: Enhance contact information structure and types: This pull request enhances the contact information structure and types by introducing new fields such as 'kind' and 'pref', improving the handling of contact information types, and updating the social protocols configuration for better integration.

  • URL: pull/7770
  • Merged: 2025-07-23T16:57:52Z
  • Associated Commits: ef7ca, 02e5a, 8681e, 38c6a, dc19f, c82f0, 37aea, d3c85, 31d5e, 03c3e, 2aafa

2. chore(deps): update dependencies: This pull request updates the project dependencies and includes several subsequent fixes to ensure compatibility and stability.

  • URL: pull/7780
  • Merged: 2025-07-24T18:19:27Z
  • Associated Commits: b4b08, 9e228, f7a72, 84f41, adad5

3. feat: add daily schedule for pruning failed jobs in the queue: This pull request introduces a new feature that adds a daily scheduled command to automatically prune failed jobs from the queue, improving queue management and reliability.

  • URL: pull/7774
  • Merged: 2025-07-21T17:33:33Z
  • Associated Commits: 9c31a

Other Closed Pull Requests

  • Import and queue pruning fixes: These pull requests address issues in the import process for address vCards by correcting how address components are retrieved. They also update the queue pruning commands to support specific time parameters, enhancing the system's efficiency and accuracy.
  • pull/7777
  • Contact information display improvements: This pull request fixes the layout for displaying contact information kind by removing unnecessary dependencies on the contact model. It ensures proper handling of the kind parameter, improving the clarity and functionality of the contact information display.
  • pull/7778
  • Group show action rename: This pull request fixes an issue by renaming the group show action in the Monica project. The change is reflected in the commit titled "fix: rename group show action," ensuring consistency in action naming.
  • pull/7779

3.3 Pull Request Discussion Insights

This section will analyze the tone and sentiment of discussions within this project's open and closed pull requests that occurred within the past week. It aims to identify potentially heated exchanges and to maintain a constructive project environment.

Based on our analysis, there are no instances of toxic discussions in the project's open or closed pull requests from the past week.


IV. Contributors

4.1 Contributors

Active Contributors:

We consider an active contributor in this project to be any contributor who has made at least 1 commit, opened at least 1 issue, created at least 1 pull request, or made more than 2 comments in the last month.

If there are more than 10 active contributors, the list is truncated to the top 10 based on contribution metrics for better clarity.

Contributor Commits Pull Requests Issues Comments
asbiin 26 7 0 0
earthworm1 0 0 1 0
Sen-Yao 0 0 1 0

Don't miss what's next. Subscribe to Weekly Project News:
Powered by Buttondown, the easiest way to start and grow your newsletter.