Skip to content

Commit 692fb67

Browse files
committed
EN,CZ : list of milestones with link to change log
1 parent 5d2b937 commit 692fb67

File tree

6 files changed

+64
-0
lines changed

6 files changed

+64
-0
lines changed

cs/files.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ objDoc.md|Dokumentace objektů
4242
deps.lst.md|Seznam závislostí (deps.lst)
4343
plugLocStrings.md|Lokalizace pluginů
4444
pServicePlugin.md|pServicePlugin
45+
milestones.md|Milníky

cs/milestones.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# 📍 Milníky
2+
3+
📝 Úplný [CHANGELOG][CHANGELOG].
4+
5+
| Datum | Milník / Funkce / Událost |
6+
|---|---|
7+
| [20250524][20250524] | 🌱 První veřejný komit |
8+
| [20250603][20250603] | 🚀 Vznik GitHub organizace HelpViewer, 📦 První balíček ze CI/CD |
9+
| [20250607][20250607] | ✨ První plně funkční verze |
10+
| [20250615][20250615] | 🗂️ HelpViewer čte ZIP soubory a složky z disku/sítě |
11+
| [20250703][20250703] | 🕘 Podpora procházení historických verzí nápověd |
12+
| [20250705][20250705] | 🔧 Omezení CORS částečně zmírněno (možné ruční otevření souborů uživatelem v prohlížeči) |
13+
| [20250708][20250708] | 🖍️ Knihovna Prism nasazena pro zvýraznění zdrojových kódů |
14+
| [20250820][20250820] | Zavedeny interní funkce: 🧩 systém pluginů, ⚡ systém událostí, 🐞 debug režim |
15+
| [20250915][20250915] | 🔎 Fulltextové indexování v runtime, ne jen v CI/CD |
16+
| [20250921][20250921] | 📥 Lze přizpůsobit stažený balíček přímo na webu projektu |
17+
| [20250929][20250929] | ✏️ Do textů kapitol mohou čtenáři vkládat osobní poznámky |
18+
19+
[20250524]: https://github.com/HelpViewer/HelpViewer/commit/b28cf0a59edb38fa9f4f0ba6964dc460c7fb3718
20+
[20250603]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250603-1
21+
[20250607]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250607
22+
[20250615]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250615
23+
[20250703]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250703
24+
[20250705]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250705
25+
[20250708]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250708
26+
[20250820]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250820
27+
[20250915]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250915
28+
[20250921]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250921
29+
[20250929]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250929
30+
[CHANGELOG]: https://github.com/HelpViewer/HelpViewer/blob/master/CHANGELOG.md

cs/tree.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ UI prvky|UI prvky||uiobject.md
3636
📑 Dokumentace objektů|Dokumentace objektů||objDoc.md
3737
🌐 Nový jazyk|Nový jazyk||newLangViewer.md
3838
Projekt HelpViewer|Projekt HelpViewer||helpviewer.md
39+
📍 Milníky|Milníky||milestones.md
3940
📜 Projektové dokumenty|Projektové dokumenty a politiky||?d=https://raw.githubusercontent.com/HelpViewer/.github/master/
4041
🚀 Stáhnout poslední verzi|Balíček pro offline použití||=latestApp
4142
🔗 GitHub|GitHub repozitář||https://github.com/HelpViewer/HelpViewer

en/files.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,4 @@ objDoc.md|Documenting objects
4242
deps.lst.md|List of dependencies (deps.lst)
4343
plugLocStrings.md|Plugin localization
4444
pServicePlugin.md|pServicePlugin
45+
milestones.md|Milestones

en/milestones.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
# 📍 Milestones
2+
3+
📝 Complete [CHANGELOG][CHANGELOG].
4+
5+
| Date | Milestone / Function / Event |
6+
|---|---|
7+
| [20250524][20250524] | 🌱 First public commit |
8+
| [20250603][20250603] | 🚀 HelpViewer organization created, 📦 First bundle from CI/CD |
9+
| [20250607][20250607] | ✨ First version with fully working features |
10+
| [20250615][20250615] | 🗂️ Reads ZIP and disk folders |
11+
| [20250703][20250703] | 🕘 Historical versions of help files brownsing |
12+
| [20250705][20250705] | 🔧 Full CORS mode partially mitigated (manual upload of files by user possible) |
13+
| [20250708][20250708] | 🖍️ Prism library integrated to solution for code highlight |
14+
| [20250820][20250820] | Major internal features introduced: 🧩 plugin system, ⚡ event system, 🐞 DEBUG_MODE |
15+
| [20250915][20250915] | 🔎 Fulltext indexing in runtime, not only in CI/CD |
16+
| [20250921][20250921] | 📥 Customization of download package is now possible |
17+
| [20250929][20250929] | ✏️ User notes can be inserted into chapter texts |
18+
19+
[20250524]: https://github.com/HelpViewer/HelpViewer/commit/b28cf0a59edb38fa9f4f0ba6964dc460c7fb3718
20+
[20250603]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250603-1
21+
[20250607]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250607
22+
[20250615]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250615
23+
[20250703]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250703
24+
[20250705]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250705
25+
[20250708]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250708
26+
[20250820]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250820
27+
[20250915]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250915
28+
[20250921]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250921
29+
[20250929]: https://github.com/HelpViewer/HelpViewer/releases/tag/20250929
30+
[CHANGELOG]: https://github.com/HelpViewer/HelpViewer/blob/master/CHANGELOG.md

en/tree.lst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ UI elements|UI elements||uiobject.md
3636
📑 Documenting objects|Documenting objects||objDoc.md
3737
🌐 New language|New language||newLangViewer.md
3838
HelpViewer Project|HelpViewer Project||helpviewer.md
39+
📍 Milestones|Milestones||milestones.md
3940
📜 Project policies|Project policies and documents||?d=https://raw.githubusercontent.com/HelpViewer/.github/master/
4041
🚀 Download latest version|Package for offline use and deployment||=latestApp
4142
🔗 GitHub|GitHub repository||https://github.com/HelpViewer/HelpViewer

0 commit comments

Comments
 (0)