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

Slight testing refactor #705

Merged
merged 48 commits into from
May 5, 2024
Merged
Changes from 1 commit
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
cf99417
Slight testing refactor
laraconda Jun 2, 2023
7608910
Adding pre-commit.
laraconda Jun 10, 2023
de9e3e4
Apply couple suggestions from code review
laraconda Jun 10, 2023
0d39e62
Update pyproject.toml
jendrikseipp Jun 15, 2023
3344af3
Merge branch 'jendrikseipp:master' into tox
laraconda Jun 21, 2023
deb5a38
Running pre-commit from tox.
laraconda Jun 21, 2023
e483c9d
Fix wrong env name in tox.ini
laraconda Jun 21, 2023
8b6c03d
Use webkit API 4.1 where available or 4.0 if not.
kathenas Jul 16, 2023
f4460ed
Direct PDF export has long been unsupported.
jendrikseipp Jul 26, 2023
4c10fac
Change to use new GitHub API for release tarball download.
kathenas Aug 3, 2023
5c39338
Add release date.
jendrikseipp Aug 10, 2023
6f7363c
Update version.
jendrikseipp Aug 10, 2023
16bda2e
add version 2.30 to debian/changelog
jendrikseipp Aug 10, 2023
0b0c546
Update translations.
jendrikseipp Aug 10, 2023
bccda98
Ignore if weblate reset times out.
jendrikseipp Aug 10, 2023
186eb27
Remove generated files in clean target (Closes: #1046202).
kathenas Aug 14, 2023
1d89cdb
Update roadmap.
jendrikseipp Aug 19, 2023
d270c31
Add a script to merge rednotebook files into a rednotebook (#687)
sjg20 Aug 20, 2023
23538d5
Fix style.
jendrikseipp Aug 20, 2023
bd0e25a
Add acknowledgment.
jendrikseipp Aug 20, 2023
0a03d00
rednotebook_merge: Avoid duplicate data when merging
sjg20 Aug 28, 2023
ed98c36
Add basic text replace functionality (#715)
curioussushiroll Sep 2, 2023
31f5e5c
Don't switch the current day while clearing the search results.
jendrikseipp Sep 2, 2023
f979ce7
Update translation template.
jendrikseipp Sep 2, 2023
b55c78f
Prepare for release.
jendrikseipp Sep 2, 2023
16ff287
Update version.
jendrikseipp Sep 2, 2023
1d872fc
add version 2.31 to debian/changelog
jendrikseipp Sep 2, 2023
a8cbe6b
Clean up watch file. (#729)
kathenas Nov 3, 2023
fd06c62
Test macOS 12 and 13 instead of 11 and 12. (#730)
jendrikseipp Nov 5, 2023
6fb0c07
Bump pyinstaller from 5.0 to 5.13.1 in /win (#737)
dependabot[bot] Dec 11, 2023
6bf93fb
Don't update homebrew dependents. (#739)
jendrikseipp Dec 18, 2023
70d735c
Make Debian dependencies more explicit. (#741)
kathenas Jan 12, 2024
a78fcd5
Add kudos and URLs to appdata file.
jendrikseipp Jan 17, 2024
0182b53
Revert project license to GPL2+.
jendrikseipp Feb 2, 2024
deaed88
Allow hashtags that start with (but are longer than) hex color codes …
jendrikseipp Feb 17, 2024
287c494
Highlight hashtags and formatting within lists (fixes #744).
jendrikseipp Feb 17, 2024
703c02d
Allow copying text in preview mode (fixes #732).
jendrikseipp Feb 17, 2024
de7d2e7
Add release date.
jendrikseipp Feb 17, 2024
4ad27d5
Fix regex.
jendrikseipp Feb 17, 2024
90c3fef
Update version.
jendrikseipp Feb 17, 2024
8f87232
add version 2.32 to debian/changelog
jendrikseipp Feb 17, 2024
89bb86f
Update it.po (#747)
albanobattistella Feb 18, 2024
1bfbe6d
Upgrade to actions/checkout@v4.
jendrikseipp Mar 13, 2024
2df33da
Fix CI on macOS 13. (#756)
jendrikseipp Mar 13, 2024
38a4b4a
Update Occitan translation (#758)
Mejans Mar 29, 2024
0462b42
Install pre-commit in tox.ini and revise README.
jendrikseipp May 5, 2024
e2e1dea
Fix style.
jendrikseipp May 5, 2024
a6fbbf8
Merge branch 'master' into laraconda-tox
jendrikseipp May 5, 2024
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
Prev Previous commit
Next Next commit
Clean up watch file. (#729)
  • Loading branch information
kathenas authored and jendrikseipp committed May 5, 2024
commit a8cbe6bd2f735e8d165d3b7ebbfd9bd7405aa058
6 changes: 3 additions & 3 deletions debian/watch
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Compulsory line, this is a version 4 file.
version=4

opts="searchmode=plain,repacksuffix=+ds,,dversionmangle=s/\+ds//,repack,compression=gz, \
filenamemangle=s%(?:.*?)?v?@ANY_VERSION@%@PACKAGE@-$1.tar.gz%" \
opts="searchmode=plain,repacksuffix=+ds,dversionmangle=s/\+ds//,repack,compression=gz, \
filenamemangle=s%@ANY_VERSION@%@PACKAGE@-$1.tar.gz%" \
https://api.github.com/repos/jendrikseipp/rednotebook/releases?per_page=50 \
https://api.github.com/repos/[^/]+/[^/]+/tarball/v?@ANY_VERSION@
https://api.github.com/repos/[^/]+/[^/]+/tarball/@ANY_VERSION@