Skip to content

Commit

Permalink
chore: Release v0.0.1-alpha.10 (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
DIYgod authored Sep 6, 2024
2 parents 361fef6 + 4b48202 commit c1ec45b
Show file tree
Hide file tree
Showing 112 changed files with 5,012 additions and 2,294 deletions.
42 changes: 42 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,48 @@ body:
placeholder: Feed ID, Feed URL, etc.
validations:
required: true
- type: textarea
id: reproduction
attributes:
label: Reproduction Video
description: If possible, please provide a video that demonstrates the bug.
validations:
required: false
- type: dropdown
id: app-type
attributes:
label: App Type
options:
- Web
- Electron / App
validations:
required: true
- type: input
id: version
attributes:
label: Version
description: The version of the app you are using.
placeholder: 1.0.0
validations:
required: true

- type: dropdown
id: os
attributes:
label: Operating System
options:
- Windows 11
- Windows 10
- macOS
- Linux
validations:
required: true
- type: input
id: browser-info
attributes:
label: Browser Info
description: If you are using the web version, please provide your browser info.
placeholder: Browser name and version

- type: checkboxes
id: checkboxes
Expand Down
47 changes: 46 additions & 1 deletion CHANGELOG.md

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions electron.vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import { resolve } from "node:path"
import { sentryVitePlugin } from "@sentry/vite-plugin"
import react from "@vitejs/plugin-react"
import { defineConfig } from "electron-vite"
import { prerelease } from "semver"

import { getGitHash } from "./scripts/lib"

Expand Down Expand Up @@ -72,6 +73,10 @@ export default defineConfig({

DEBUG: process.env.DEBUG === "true",
ELECTRON: "true",

RELEASE_CHANNEL: JSON.stringify(
(prerelease(pkg.version)?.[0] as string) || "stable",
),
},
},
})
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default defineConfig(
rules: {
"unicorn/prefer-math-trunc": "off",
"@eslint-react/no-clone-element": 0,
"@eslint-react/hooks-extra/no-direct-set-state-in-use-effect": 0,
"no-restricted-syntax": 0,
"no-restricted-globals": [
"error",
Expand Down
2 changes: 1 addition & 1 deletion forge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const ymlMapsMap = {
}

const keepModules = new Set(["font-list", "vscode-languagedetection"])
const keepLanguages = new Set(["en", "en_GB", "zh_CN"])
const keepLanguages = new Set(["en", "en_GB", "zh_CN", "zh-CN", "en-GB"])
// remove folders & files not to be included in the app
async function cleanSources(
buildPath,
Expand Down
1 change: 1 addition & 0 deletions icons/mgc/translate_2_cute_re.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
60 changes: 32 additions & 28 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Follow",
"type": "module",
"version": "0.0.1-alpha.9",
"version": "0.0.1-alpha.10",
"private": true,
"packageManager": "[email protected]",
"description": "Next generation information browser",
Expand All @@ -14,6 +14,7 @@
},
"main": "./dist/main/index.js",
"scripts": {
"analyze:web": "rm -rf out/web && ANALYZER=1 vite build",
"build": "npm run typecheck && electron-vite build --outDir=dist && electron-forge make",
"build:macos": "npm run typecheck && electron-vite build --outDir=dist && electron-forge make --arch=universal --platform=darwin",
"build:web": "rm -rf out/web && vite build",
Expand Down Expand Up @@ -61,15 +62,15 @@
"@radix-ui/react-tabs": "1.1.0",
"@radix-ui/react-toast": "1.2.1",
"@radix-ui/react-tooltip": "1.1.2",
"@sentry/electron": "5.3.0",
"@sentry/react": "8.26.0",
"@sentry/vite-plugin": "2.22.2",
"@shikijs/transformers": "1.14.1",
"@t3-oss/env-core": "^0.10.1",
"@tanstack/query-sync-storage-persister": "5.52.0",
"@tanstack/react-query": "5.52.0",
"@tanstack/react-query-devtools": "5.52.0",
"@tanstack/react-query-persist-client": "5.52.0",
"@sentry/electron": "5.4.0",
"@sentry/react": "8.27.0",
"@sentry/vite-plugin": "2.22.3",
"@shikijs/transformers": "1.16.1",
"@t3-oss/env-core": "^0.11.1",
"@tanstack/query-sync-storage-persister": "5.53.1",
"@tanstack/react-query": "5.53.1",
"@tanstack/react-query-devtools": "5.53.1",
"@tanstack/react-query-persist-client": "5.53.1",
"@use-gesture/react": "10.3.1",
"@yornaath/batshit": "0.10.1",
"bufferutil": "4.0.8",
Expand All @@ -86,7 +87,7 @@
"electron-squirrel-startup": "1.0.1",
"electron-updater": "^6.2.1",
"font-list": "1.5.1",
"foxact": "0.2.36",
"foxact": "0.2.37",
"framer-motion": "11.0.10",
"franc-min": "6.2.0",
"fuse.js": "7.0.0",
Expand All @@ -103,12 +104,12 @@
"nanoid": "5.0.7",
"ofetch": "1.3.4",
"path-to-regexp": "7.1.0",
"posthog-js": "1.157.2",
"posthog-node": "4.1.1",
"posthog-js": "1.160.0",
"posthog-node": "4.2.0",
"re-resizable": "6.9.17",
"react-error-boundary": "4.0.13",
"react-fast-marquee": "1.6.5",
"react-hook-form": "7.52.2",
"react-hook-form": "7.53.0",
"react-hotkeys-hook": "4.5.0",
"react-intersection-observer": "9.13.0",
"react-resizable-layout": "0.7.2",
Expand All @@ -125,16 +126,16 @@
"remark-parse": "11.0.0",
"remark-rehype": "11.1.0",
"semver": "7.6.3",
"shiki": "1.14.1",
"shiki": "1.16.1",
"sonner": "^1.5.0",
"swiper": "11.1.10",
"swiper": "11.1.11",
"tailwind-merge": "2.5.2",
"tldts": "6.1.40",
"tldts": "6.1.41",
"unified": "11.0.5",
"use-context-selector": "2.0.0",
"usehooks-ts": "3.1.0",
"utf-8-validate": "6.0.4",
"vfile": "6.0.2",
"vfile": "6.0.3",
"vscode-languagedetection": "npm:@vscode/vscode-languagedetection@^1.0.22",
"zod": "3.23.8",
"zustand": "4.5.5"
Expand All @@ -148,43 +149,46 @@
"@electron-forge/plugin-fuses": "7.4.0",
"@electron-forge/publisher-github": "7.4.0",
"@electron-toolkit/tsconfig": "^1.0.1",
"@hono/node-server": "1.12.1",
"@iconify-json/mingcute": "1.1.19",
"@hono/node-server": "1.12.2",
"@iconify-json/logos": "1.2.0",
"@iconify-json/mingcute": "1.1.20",
"@iconify-json/simple-icons": "^1.2.1",
"@pengx17/electron-forge-maker-appimage": "1.2.1",
"@tailwindcss/container-queries": "0.1.1",
"@tailwindcss/typography": "0.5.14",
"@tailwindcss/typography": "0.5.15",
"@types/lodash-es": "4.17.12",
"@types/node": "^20.16.1",
"@types/react": "^18.3.4",
"@types/node": "^22.5.1",
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@vercel/ncc": "0.38.1",
"@vitejs/plugin-legacy": "5.4.2",
"@vitejs/plugin-react": "^4.3.1",
"drizzle-orm": "0.32.2",
"cssnano": "7.0.5",
"drizzle-orm": "0.33.0",
"electron": "32.0.1",
"electron-devtools-installer": "3.2.0",
"electron-packager-languages": "0.5.0",
"electron-vite": "^2.3.0",
"eslint": "^9.9.0",
"eslint": "^9.9.1",
"eslint-config-hyoban": "^3.1.3",
"fake-indexeddb": "6.0.0",
"hono": "4.5.7",
"hono": "4.5.10",
"lint-staged": "15.2.9",
"nbump": "2.0.4",
"postcss": "8.4.41",
"postcss-js": "4.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"rimraf": "6.0.1",
"rollup-plugin-visualizer": "5.12.0",
"shx": "^0.3.4",
"simple-git-hooks": "2.11.1",
"tailwindcss": "3.4.10",
"tailwindcss-animate": "1.0.7",
"typescript": "^5.5.4",
"vite": "^5.4.2",
"vite-bundle-analyzer": "0.10.6",
"vite-plugin-mkcert": "1.17.6",
"vite-tsconfig-paths": "4.3.2",
"vite-tsconfig-paths": "5.0.1",
"vitest": "2.0.5"
},
"pnpm": {
Expand Down
Loading

0 comments on commit c1ec45b

Please sign in to comment.