Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
48 commits
Select commit Hold shift + click to select a range
5a963b2
Update actions/checkout action to v3 (#895)
renovate[bot] May 16, 2022
0f47c4f
Update actions/cache action to v3 (#894)
renovate[bot] May 16, 2022
9bde891
Update actions/setup-node action to v3 (#896)
renovate[bot] May 16, 2022
fe4af86
Update dependency marked to v4.0.16 (#906)
renovate[bot] May 17, 2022
0ff79b1
Update dependency eslint-plugin-vue to v9 (#907)
renovate[bot] May 18, 2022
8432226
Update dependency eslint-plugin-vue to v9.0.1 (#908)
renovate[bot] May 18, 2022
98427a0
Update dependency eslint-config-vuepress to v3.8.0 (#911)
renovate[bot] May 28, 2022
5fee7d3
Bump eventsource from 1.1.0 to 1.1.1 (#913)
dependabot[bot] Jun 1, 2022
b0473d4
Update dependency eslint-plugin-vue to v9.1.0 (#914)
renovate[bot] Jun 1, 2022
65f05f5
Update dependency eslint-config-vuepress to v3.9.0 (#915)
renovate[bot] Jun 2, 2022
78e482d
Bump dependencies
arkon Jun 28, 2022
5e29c24
Update styfle/cancel-workflow-action action to v0.10.0 (#922)
renovate[bot] Jun 28, 2022
9e14021
Bump dependencies
arkon Jul 16, 2022
14ea44d
Add links to official Twitter and Facebook accounts
arkon Jul 16, 2022
d51f77a
Bump dependencies
arkon Jul 16, 2022
42cbc20
Move social links to footer
arkon Jul 17, 2022
2f5d1c9
update j2k and neko logo (#935)
Seishirou101 Jul 18, 2022
40d30fe
[skip ci] Update renovate config
arkon Jul 18, 2022
2dddb1e
Bump terser from 4.8.0 to 4.8.1 (#936)
dependabot[bot] Jul 20, 2022
f16d948
Switch "packages" and "directly" (#937)
Jetspectre Jul 22, 2022
9bab231
Update dependency eslint-plugin-vue to v9.3.0 (#938)
renovate[bot] Jul 31, 2022
fefe5cf
Add troubleshooting entry for changing user agent string
arkon Aug 20, 2022
387a5c0
Bump dependencies
arkon Aug 30, 2022
aa99c01
Update dependency scss-tokenizer to 0.4.3 [SECURITY] (#944)
renovate[bot] Sep 8, 2022
8db62cf
Update dependency node-sass to v7.0.3 (#945)
renovate[bot] Sep 11, 2022
a041187
Use native concurrency to cancel workflows
arkon Oct 2, 2022
0f8c960
Bump dependencies
arkon Oct 2, 2022
4142b6a
Update dependency eslint-plugin-vue to v9.6.0 (#947)
renovate[bot] Oct 5, 2022
9dc40c3
Fix overflowing multiline accordian text
arkon Oct 5, 2022
41e1c74
Update Cloudflare troubleshooting guide (#952)
arkon Oct 5, 2022
877cbd2
Fix Neko and J2K fork Accent (#954)
Soitora Oct 11, 2022
41e6390
Update dependency eslint-plugin-promise to v6.1.0 (#955)
renovate[bot] Oct 16, 2022
90b3908
fix: change selector for social links on hover (#957)
talkor Oct 22, 2022
d9000e6
Update dependency eslint-plugin-promise to v6.1.1 (#958)
renovate[bot] Oct 23, 2022
aaafe45
Add MangaUpdates to list of trackers + reorder trackers by popularity…
specterflare Oct 28, 2022
c818adc
fix MangaUpdates url (#962)
AwkwardPeak7 Oct 28, 2022
1199d03
Update home screenshots to Material You design (#960)
mezzode Oct 29, 2022
ca9f4ed
Update dependency marked to v4.2.2 (#966)
renovate[bot] Nov 8, 2022
29a23ce
chore: bump dependencies
arkon Nov 12, 2022
75e7992
fix: update tracking guide to remove reference to enhanced service
arkon Nov 12, 2022
1bf5830
Bump minimatch from 3.0.4 to 3.0.8 (#968)
dependabot[bot] Nov 12, 2022
4bca919
[skip ci] disable blank issues
arkon Nov 14, 2022
aa22222
Add note about migrating or waiting for Cloudflare issues
arkon Nov 20, 2022
78e35fc
Bump dependencies
arkon Nov 20, 2022
3a831ca
Remove references to archived 1.x repos
arkon Nov 20, 2022
f1f3d36
Bump dependencies
arkon Nov 20, 2022
616deca
Remove unnecessary WebView button guide image
arkon Nov 27, 2022
7ec35df
Bump dependencies
arkon Nov 27, 2022
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
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
blank_issues_enabled: true
contact_links:
- name: ⚠️ Application issue
url: https://github.com/tachiyomiorg/tachiyomi/issues/new/choose
Expand Down
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"extends": [
"config:base"
],
"schedule": ["every sunday"],
"ignoreDeps": [
"vue monorepo",
"vue"
]
}
16 changes: 7 additions & 9 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,26 @@ on:
branches:
- master

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
build-deploy:
runs-on: ubuntu-latest
steps:
- name: Cancel previous runs
uses: styfle/cancel-workflow-action@0.9.1
with:
access_token: ${{ github.token }}
all_but_latest: true

- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Node.js
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: 16

- name: Check cache
uses: actions/cache@v2
uses: actions/cache@v3
id: npm-cache
with:
path: '**/node_modules'
Expand Down
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,16 +33,6 @@ If you got any questions, [join our Discord server](https://discord.gg/tachiyomi
</p>
</div>

<div>
<p align="center">
<a href="https://github.com/tachiyomiorg/tachiyomi-1.x/">
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=tachiyomi-1.x&bg_color=0000&text_color=777&hide_border=true alt="Android App (Rewrite)">
</a>
<a href="https://github.com/tachiyomiorg/tachiyomi-extensions-1.x/">
<img src="https://github-readme-stats.vercel.app/api/pin/?username=tachiyomiorg&repo=tachiyomi-extensions-1.x&bg_color=0000&text_color=777&hide_border=true" alt="App Extensions (Rewrite)">
</a>
</p>
</div>

## License

Expand Down
Loading