File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -11,15 +11,15 @@ scrolling feeds of content (such as social media sites).
11
11
12
12
If you are an early adopter and want to get started downloading your first website
13
13
with Crystal, please see the Tutorial below.
14
- Additional documentation will be available once Crystal is no longer ** in beta ** .
14
+ Additional documentation will be available once Crystal v2.0 is released .
15
15
16
16
Download ⬇︎
17
17
--------
18
18
19
19
Either install a binary version of Crystal:
20
20
21
- * [ macOS 13 and later] ( https://github.com/davidfstr/Crystal-Web-Archiver/releases/download/v1.9.0b /crystal-mac-1.9.0b .dmg )
22
- * [ Windows 11 and later] ( https://github.com/davidfstr/Crystal-Web-Archiver/releases/download/v1.9.0b /crystal-win-1.9.0b .exe )
21
+ * [ macOS 13 and later] ( https://github.com/davidfstr/Crystal-Web-Archiver/releases/download/v1.10.0 /crystal-mac-1.10.0 .dmg )
22
+ * [ Windows 11 and later] ( https://github.com/davidfstr/Crystal-Web-Archiver/releases/download/v1.10.0 /crystal-win-1.10.0 .exe )
23
23
24
24
Or install from source, using pipx:
25
25
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " crystal-web"
3
- version = " 1.9.0b "
3
+ version = " 1.10.0 "
4
4
description = " Downloads websites for long-term archival."
5
5
authors = [" David Foster <david@dafoster.net>" ]
6
6
readme = " README.md"
7
7
license = " Proprietary"
8
8
repository = " https://github.com/davidfstr/Crystal-Web-Archiver"
9
9
classifiers = [
10
- " Development Status :: 4 - Beta " ,
10
+ " Development Status :: 5 - Production/Stable " ,
11
11
" Environment :: MacOS X" ,
12
12
" Environment :: Win32 (MS Windows)" ,
13
13
" Environment :: X11 Applications" ,
Original file line number Diff line number Diff line change 1
1
[Setup]
2
2
AppName = Crystal
3
- AppVersion = 1.9 .0b
3
+ AppVersion = 1.10 . 0
4
4
AppCopyright = Copyright (C) 2011 -2025 David Foster. All Rights Reserved
5
5
DefaultDirName = {autopf}\Crystal
6
6
DefaultGroupName = Crystal
7
7
UninstallDisplayIcon = {app} \Crystal.exe
8
8
Compression = lzma2
9
9
SolidCompression = yes
10
- OutputBaseFilename = crystal-win-1.9 .0b
10
+ OutputBaseFilename = crystal-win-1.10 . 0
11
11
OutputDir = dist-win
12
12
DisableProgramGroupPage = yes
13
13
; Tell Explorer to refresh file extension information after (un)install,
Original file line number Diff line number Diff line change 1
- __version__ = '1.9.0b '
1
+ __version__ = '1.10.0 '
2
2
3
3
APP_NAME = 'Crystal'
4
4
APP_AUTHOR = 'DaFoster'
You can’t perform that action at this time.
0 commit comments