Skip to content

Releases: astralwaveorg/iPurePro

v1.202602151936

15 Feb 11:36

Choose a tag to compare

v1.202602140935

14 Feb 01:35

Choose a tag to compare

auto push

v1.202602132102

13 Feb 13:02

Choose a tag to compare

feat: add iPurePro v2 keyboard skin with flat architecture

Complete refactor of keyboard skin project with flat directory structure:
- 4 keyboard types: alphabetic, numeric, pinyin, symbolic
- Input method panel for candidate words
- 2 themes (light/dark) and 2 layouts (portrait/landscape)
- 20 total combinations fully tested
- Modular tool functions for button creation and styling
- Comprehensive documentation and validation scripts

All keyboards follow Hamster input method skin specification.
Project structure simplified for better maintainability.

v1.202602131839

13 Feb 10:39

Choose a tag to compare

docs: 更新文档和准备工作

- 更新 README.md:将所有 'Hamster' 改为 '元输入法'
- 更新 TASK.md:
  - 将所有 'Hamster' 改为 '元输入法'
  - 添加官方参考文档详细说明
  - 强调元输入法和仓输入法的区别
  - 添加重要说明,开发时必须参考官方文档
- 更新 .iflowignore:保留对旧架构的访问权限

v1.202602131823

13 Feb 10:23

Choose a tag to compare

plan v2

v1.202602131804

13 Feb 10:04

Choose a tag to compare

fix bug

v1.202602131708

13 Feb 09:08

Choose a tag to compare

v1.202602131701

13 Feb 09:01

Choose a tag to compare

v1.202602131602

13 Feb 08:02

Choose a tag to compare

fix surge

v1.202602131428

13 Feb 06:29

Choose a tag to compare

fix: 修复英文键盘输入模式问题

- 将英文键盘字母键从 character 改为 symbol
- 绕过 RIME 引擎直接输出英文,避免中文拼音干扰
- 解决中英切换后输入仍是中文的问题