Logo
Explore Help
Register Sign In
immich-app/immich
1
0
Fork 0
You've already forked immich
mirror of https://github.com/immich-app/immich.git synced 2025-12-19 09:13:14 +03:00
Code Issues Packages Projects Releases 17 Wiki Activity
Files
be2794a3726bbd8d289106223efc1addd86c2a9c
immich/server/src/constants/server_version.constant.ts

10 lines
166 B
TypeScript
Raw Normal View History

Get thumbnail from app (#68) * Renamed multipart filed name 'files' to 'assetData'. * Added an additional field name of 'thumbnailData' to multipart form. * Implemented upload mechanism for thumbnail directly from the mobile client. * Removed dead code * Implemented a version checking mechanism.
2022-03-22 01:22:04 -05:00
// major.minor.patch+build
// check mobile/pubspec.yml for current release version
export const serverVersion = {
major: 1,
Up Minor 1.5.0+8
2022-04-02 12:46:29 -05:00
minor: 5,
Up Minor 1.4.0 (#79)
2022-03-27 15:55:29 -05:00
patch: 0,
Up Minor 1.5.0+8
2022-04-02 12:46:29 -05:00
build: 8,
Get thumbnail from app (#68) * Renamed multipart filed name 'files' to 'assetData'. * Added an additional field name of 'thumbnailData' to multipart form. * Implemented upload mechanism for thumbnail directly from the mobile client. * Removed dead code * Implemented a version checking mechanism.
2022-03-22 01:22:04 -05:00
};
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.2 Page: 66ms Template: 3ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API