Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Introduce auto-updating strings objects #549

Draft
wants to merge 26 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
3af290e
Translated using Weblate (Portuguese)
jvlianodorneles May 21, 2023
0b1bfdb
Translated using Weblate (Polish)
krlade May 25, 2023
5cf8b5d
Translated using Weblate (Portuguese)
jvlianodorneles May 28, 2023
2cf879f
Translated using Weblate (Russian)
Jun 3, 2023
744428d
chore(cargo): Update dependencies
marhkb Jun 8, 2023
86eb25e
chore(metainfo): Update changelog
marhkb Jun 8, 2023
6474354
chore: Release v0.1.0-beta.2
marhkb Jun 8, 2023
42d1abd
chore(desktop-file): Add registered categories
marhkb Jun 10, 2023
7fab519
chore(desktop-file): Add some useful keywords
marhkb Jun 10, 2023
376261d
chore(l10n): Update Turkish translation
yakushabb Jun 10, 2023
d403c27
chore(l10n): Update Turkish translation
yakushabb Jun 10, 2023
9c6268e
chore(cargo): Update dependencies
marhkb Jun 11, 2023
7e0955f
chore(metainfo): Update changelog
marhkb Jun 11, 2023
e00bc64
chore: Release v0.1.0-beta.3
marhkb Jun 11, 2023
81736d6
ci: Add job to check commit style
marhkb Jun 11, 2023
368ea79
feat(message-document): Use mask for status indicator
yuraiz Jun 11, 2023
0433eb8
fix(message-document): Dispose status indicator template
yuraiz Jun 20, 2023
63e8bfa
fix(phone-number-input): Assume locale may be unknown
marhkb Jun 14, 2023
790623c
refactor: Rename "SendPhotoDialog" to "SendMediaWindow"
melix99 May 21, 2023
f2fb1ec
refactor(send-media-window): Code improvements
melix99 May 21, 2023
3baea70
chore(send-media-window): Small UI improvements
melix99 May 21, 2023
83c882c
feat(send-media-window): Add "Send as File" feature
melix99 May 21, 2023
0d0963b
chore: Update libadwaita and gtk
melix99 May 20, 2023
2cbe4a9
feat: Port to AdwNavigationSplitView
melix99 Jun 2, 2023
4bdcbdc
sidebar-row: Tell tdlib to open/close chat
krlade May 16, 2023
837ef1c
WIP: Introduce chat subtitle
krlade Sep 23, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ on:
pull_request:

jobs:
check-commit-style:
name: Check Commit Style
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: webiny/[email protected]

typos:
name: Typos
runs-on: ubuntu-latest
Expand Down
Loading